Class VersionT
java.lang.Object
org.bremersee.garmin.eula.v1.model.VersionT
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
-
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.
-