Class OEMDeviceExtension
java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.OEMDeviceExtension
- All Implemented Interfaces:
Serializable
Extension to the Garmin Device schema
Java class for OEMDeviceExtension_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OEMDeviceExtension_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="VinNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Volumes" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}Volumes_t" minOccurs="0"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/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 vinNumber property.Gets the value of the volumes property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetVinNumber(String value) Sets the value of the vinNumber property.voidsetVolumes(VolumesT value) Sets the value of the volumes property.
-
Field Details
-
vinNumber
-
volumes
-
extensions
-
-
Constructor Details
-
OEMDeviceExtension
public OEMDeviceExtension()
-
-
Method Details
-
getVinNumber
Gets the value of the vinNumber property.- Returns:
- possible object is
String
-
setVinNumber
Sets the value of the vinNumber property.- Parameters:
value- allowed object isString
-
getVolumes
Gets the value of the volumes property.- Returns:
- possible object is
VolumesT
-
setVolumes
Sets the value of the volumes property.- Parameters:
value- allowed object isVolumesT
-
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
-