Class ModelT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.ModelT
- All Implemented Interfaces:
Serializable
Product information.
Java class for Model_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Model_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PartNumber" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}PartNumber_t"/>
<element name="SoftwareVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
<element name="Description" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}NonZeroToken_t"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected ExtensionsTprotected Stringprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.Gets the value of the extensions property.Gets the value of the partNumber property.intGets the value of the softwareVersion property.voidsetDescription(String value) Sets the value of the description property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetPartNumber(String value) Sets the value of the partNumber property.voidsetSoftwareVersion(int value) Sets the value of the softwareVersion property.
-
Field Details
-
partNumber
-
softwareVersion
protected int softwareVersion -
description
-
extensions
-
-
Constructor Details
-
ModelT
public ModelT()
-
-
Method Details
-
getPartNumber
Gets the value of the partNumber property.- Returns:
- possible object is
String
-
setPartNumber
Sets the value of the partNumber property.- Parameters:
value- allowed object isString
-
getSoftwareVersion
public int getSoftwareVersion()Gets the value of the softwareVersion property. -
setSoftwareVersion
public void setSoftwareVersion(int value) Sets the value of the softwareVersion property. -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-