Class HardwareVersionExtension
java.lang.Object
org.bremersee.garmin.hardwareversion.v1.model.ext.HardwareVersionExtension
- All Implemented Interfaces:
Serializable
Hardware Version extension version 1 - For more information on Garmin Device schema, see http://www.garmin.com/xmlschemas/GarminDevice/v2
Java class for HardwareVersionExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HardwareVersionExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="HardwareVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/HardwareVersionExtension/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the hardwareVersion property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetHardwareVersion(String value) Sets the value of the hardwareVersion property.
-
Field Details
-
hardwareVersion
-
extensions
-
-
Constructor Details
-
HardwareVersionExtension
public HardwareVersionExtension()
-
-
Method Details
-
getHardwareVersion
Gets the value of the hardwareVersion property.- Returns:
- possible object is
String
-
setHardwareVersion
Sets the value of the hardwareVersion 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
-