Class VersionT
java.lang.Object
org.bremersee.garmin.useraccounts.v1.model.ext.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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buildMajor property.Gets the value of the buildMinor property.intGets the value of the versionMajor property.intGets the value of the versionMinor property.voidsetBuildMajor(Integer value) Sets the value of the buildMajor property.voidsetBuildMinor(Integer value) Sets the value of the buildMinor property.voidsetVersionMajor(int value) Sets the value of the versionMajor property.voidsetVersionMinor(int value) Sets the value of the versionMinor property.
-
Field Details
-
versionMajor
protected int versionMajor -
versionMinor
protected int versionMinor -
buildMajor
-
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
Gets the value of the buildMajor property.- Returns:
- possible object is
Integer
-
setBuildMajor
Sets the value of the buildMajor property.- Parameters:
value- allowed object isInteger
-
getBuildMinor
Gets the value of the buildMinor property.- Returns:
- possible object is
Integer
-
setBuildMinor
Sets the value of the buildMinor property.- Parameters:
value- allowed object isInteger
-