Class VersionType


  • public class VersionType
    extends Object

    Java class for VersionType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="VersionType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="Major" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
             <element name="Minor" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • major

        protected long major
      • minor

        protected long minor
    • Constructor Detail

      • VersionType

        public VersionType()
    • Method Detail

      • getMajor

        public long getMajor()
        Gets the value of the major property.
      • setMajor

        public void setMajor​(long value)
        Sets the value of the major property.
      • getMinor

        public long getMinor()
        Gets the value of the minor property.
      • setMinor

        public void setMinor​(long value)
        Sets the value of the minor property.