Class 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String created  
      protected java.lang.String mstation  
      protected java.lang.String ver  
    • 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.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ver

        protected java.lang.String ver
      • created

        protected java.lang.String created
      • mstation

        protected java.lang.String mstation
    • Constructor Detail

      • Header

        public Header()
    • 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 is String
      • 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 is String
      • 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 is String
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object