Package org.opennms.netmgt.xml.rtc
Class Header
- java.lang.Object
-
- org.opennms.netmgt.xml.rtc.Header
-
public class Header extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ver" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="mstation" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
java.lang.String
getCreated()
Gets the value of the created property.java.lang.String
getMstation()
Gets the value of the mstation property.java.lang.String
getVer()
Gets the value of the ver property.int
hashCode()
void
setCreated(java.lang.String value)
Sets the value of the created property.void
setMstation(java.lang.String value)
Sets the value of the mstation property.void
setVer(java.lang.String value)
Sets the value of the ver property.
-
-
-
Method Detail
-
getVer
public java.lang.String getVer()
Gets the value of the ver property.- Returns:
- possible object is
String
-
setVer
public void setVer(java.lang.String value)
Sets the value of the ver property.- Parameters:
value
- allowed object isString
-
getCreated
public java.lang.String getCreated()
Gets the value of the created property.- Returns:
- possible object is
String
-
setCreated
public void setCreated(java.lang.String value)
Sets the value of the created property.- Parameters:
value
- allowed object isString
-
getMstation
public java.lang.String getMstation()
Gets the value of the mstation property.- Returns:
- possible object is
String
-
setMstation
public void setMstation(java.lang.String value)
Sets the value of the mstation property.- Parameters:
value
- allowed object isString
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-