Class Header


  • public class Header
    extends 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>
     
    • Field Detail

      • created

        protected String created
      • mstation

        protected String mstation
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • getVer

        public String getVer()
        Gets the value of the ver property.
        Returns:
        possible object is String
      • setVer

        public void setVer​(String value)
        Sets the value of the ver property.
        Parameters:
        value - allowed object is String
      • getCreated

        public String getCreated()
        Gets the value of the created property.
        Returns:
        possible object is String
      • setCreated

        public void setCreated​(String value)
        Sets the value of the created property.
        Parameters:
        value - allowed object is String
      • getMstation

        public String getMstation()
        Gets the value of the mstation property.
        Returns:
        possible object is String
      • setMstation

        public void setMstation​(String value)
        Sets the value of the mstation property.
        Parameters:
        value - allowed object is String
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object