Class UpdateFileT

java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.UpdateFileT
All Implemented Interfaces:
Serializable

public class UpdateFileT extends Object implements 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 Details

    • partNumber

      protected String partNumber
    • version

      protected VersionT version
    • description

      protected String description
    • path

      protected String path
    • fileName

      protected String fileName
  • Constructor Details

    • UpdateFileT

      public UpdateFileT()
  • Method Details

    • getPartNumber

      public String getPartNumber()
      Gets the value of the partNumber property.
      Returns:
      possible object is String
    • setPartNumber

      public void setPartNumber(String value)
      Sets the value of the partNumber property.
      Parameters:
      value - allowed object is String
    • getVersion

      public VersionT getVersion()
      Gets the value of the version property.
      Returns:
      possible object is VersionT
    • setVersion

      public void setVersion(VersionT value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is VersionT
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getFileName

      public String getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is String
    • setFileName

      public void setFileName(String value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is String