Class UpdateFileT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.UpdateFileT
- All Implemented Interfaces:
Serializable
The updates that can be performed on this unit. Includes the system region update.
Java class for UpdateFile_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateFile_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="Version" type="{http://www.garmin.com/xmlschemas/GarminDevice/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"/>
</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 fileName property.Gets the value of the partNumber property.getPath()Gets the value of the path property.Gets the value of the version property.voidsetDescription(String value) Sets the value of the description 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.
-
Field Details
-
partNumber
-
version
-
description
-
path
-
fileName
-
-
Constructor Details
-
UpdateFileT
public UpdateFileT()
-
-
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
-