Class OEMUpdateFileT
java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.OEMUpdateFileT
- All Implemented Interfaces:
Serializable
The updates that can be performed on this unit. Includes the system region update.
Java class for OEMUpdateFile_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OEMUpdateFile_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PartNumber" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}PartNumber_t"/>
<element name="Version" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}Version_t"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="FileName" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="VolumeName" type="{http://www.w3.org/2001/XMLSchema}anyURI" 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 description property.Gets the value of the extensions property.Gets the value of the fileName property.Gets the value of the partNumber property.getPath()Gets the value of the path property.Gets the value of the version property.Gets the value of the volumeName property.voidsetDescription(String value) Sets the value of the description property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFileName(String value) Sets the value of the fileName property.voidsetPartNumber(String value) Sets the value of the partNumber property.voidSets the value of the path property.voidsetVersion(VersionT value) Sets the value of the version property.voidsetVolumeName(String value) Sets the value of the volumeName property.
-
Field Details
-
partNumber
-
version
-
description
-
path
-
fileName
-
volumeName
-
extensions
-
-
Constructor Details
-
OEMUpdateFileT
public OEMUpdateFileT()
-
-
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
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionT
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionT
-
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
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
String
-
setFileName
Sets the value of the fileName property.- Parameters:
value- allowed object isString
-
getVolumeName
Gets the value of the volumeName property.- Returns:
- possible object is
String
-
setVolumeName
Sets the value of the volumeName 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
-