Package org.opennms.netmgt.model
Class MonitoringLocationIdAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<String,OnmsMonitoringLocation>
-
- org.opennms.netmgt.model.MonitoringLocationIdAdapter
-
public class MonitoringLocationIdAdapter extends XmlAdapter<String,OnmsMonitoringLocation>
-
-
Constructor Summary
Constructors Constructor Description MonitoringLocationIdAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
marshal(OnmsMonitoringLocation v)
OnmsMonitoringLocation
unmarshal(String v)
-
-
-
Method Detail
-
marshal
public String marshal(OnmsMonitoringLocation v) throws Exception
- Specified by:
marshal
in classXmlAdapter<String,OnmsMonitoringLocation>
- Throws:
Exception
-
unmarshal
public OnmsMonitoringLocation unmarshal(String v) throws Exception
- Specified by:
unmarshal
in classXmlAdapter<String,OnmsMonitoringLocation>
- Throws:
Exception
-
-