Class DeviceDownload
java.lang.Object
org.bremersee.garmin.devicedownload.v1.model.DeviceDownload
- All Implemented Interfaces:
Serializable
A list of files to be downloaded and placed on the unit.
Java class for DeviceDownload_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceDownload_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File" type="{http://www.garmin.com/xmlschemas/DeviceDownload/v1}File_t" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
files
-
-
Constructor Details
-
DeviceDownload
public DeviceDownload()
-
-
Method Details
-
getFiles
Gets the value of the files property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the files property.For example, to add a new item, do as follows:
getFiles().add(newItem);Objects of the following type(s) are allowed in the list
FileT- Returns:
- The value of the files property.
-