java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.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="Major" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="Minor" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the major property.
    int
    Gets the value of the minor property.
    void
    setMajor(int value)
    Sets the value of the major property.
    void
    setMinor(int value)
    Sets the value of the minor property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • major

      protected int major
    • minor

      protected int minor
  • Constructor Details

    • VersionT

      public VersionT()
  • Method Details

    • getMajor

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

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

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

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