Package org.opennms.netmgt.xml.rtc
Class Header
- java.lang.Object
- 
- org.opennms.netmgt.xml.rtc.Header
 
- 
 public class Header extends java.lang.ObjectJava 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 SummaryConstructors Constructor Description Header()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.lang.StringgetCreated()Gets the value of the created property.java.lang.StringgetMstation()Gets the value of the mstation property.java.lang.StringgetVer()Gets the value of the ver property.inthashCode()voidsetCreated(java.lang.String value)Sets the value of the created property.voidsetMstation(java.lang.String value)Sets the value of the mstation property.voidsetVer(java.lang.String value)Sets the value of the ver property.
 
- 
- 
- 
Method Detail- 
getVerpublic java.lang.String getVer() Gets the value of the ver property.- Returns:
- possible object is
     String
 
 - 
setVerpublic void setVer(java.lang.String value) Sets the value of the ver property.- Parameters:
- value- allowed object is- String
 
 - 
getCreatedpublic java.lang.String getCreated() Gets the value of the created property.- Returns:
- possible object is
     String
 
 - 
setCreatedpublic void setCreated(java.lang.String value) Sets the value of the created property.- Parameters:
- value- allowed object is- String
 
 - 
getMstationpublic java.lang.String getMstation() Gets the value of the mstation property.- Returns:
- possible object is
     String
 
 - 
setMstationpublic void setMstation(java.lang.String value) Sets the value of the mstation property.- Parameters:
- value- allowed object is- String
 
 - 
equalspublic boolean equals(java.lang.Object other) - Overrides:
- equalsin class- java.lang.Object
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- java.lang.Object
 
 
- 
 
-