java.lang.Object
org.bremersee.garmin.useraccounts.v1.model.ext.VersionT
All Implemented Interfaces:
Serializable

public class VersionT extends Object implements Serializable

Java class for Version_t complex type.

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


 <complexType name="Version_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="VersionMajor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="VersionMinor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="BuildMajor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="BuildMinor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • versionMajor

      protected int versionMajor
    • versionMinor

      protected int versionMinor
    • buildMajor

      protected Integer buildMajor
    • buildMinor

      protected Integer buildMinor
  • Constructor Details

    • VersionT

      public VersionT()
  • Method Details

    • getVersionMajor

      public int getVersionMajor()
      Gets the value of the versionMajor property.
    • setVersionMajor

      public void setVersionMajor(int value)
      Sets the value of the versionMajor property.
    • getVersionMinor

      public int getVersionMinor()
      Gets the value of the versionMinor property.
    • setVersionMinor

      public void setVersionMinor(int value)
      Sets the value of the versionMinor property.
    • getBuildMajor

      public Integer getBuildMajor()
      Gets the value of the buildMajor property.
      Returns:
      possible object is Integer
    • setBuildMajor

      public void setBuildMajor(Integer value)
      Sets the value of the buildMajor property.
      Parameters:
      value - allowed object is Integer
    • getBuildMinor

      public Integer getBuildMinor()
      Gets the value of the buildMinor property.
      Returns:
      possible object is Integer
    • setBuildMinor

      public void setBuildMinor(Integer value)
      Sets the value of the buildMinor property.
      Parameters:
      value - allowed object is Integer