Class DirectoryListing
java.lang.Object
org.bremersee.garmin.directorylisting.v1.model.DirectoryListing
- All Implemented Interfaces:
Serializable
Java class for DirectoryListing_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DirectoryListing_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="File" type="{http://www.garmin.com/xmlschemas/DirectoryListing/v1}File_t" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="UnitId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="VolumePrefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="RequestedPath" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()Gets the value of the files property.Gets the value of the requestedPath property.Gets the value of the unitId property.Gets the value of the volumePrefix property.voidsetRequestedPath(String value) Sets the value of the requestedPath property.voidSets the value of the unitId property.voidsetVolumePrefix(String value) Sets the value of the volumePrefix property.
-
Field Details
-
files
-
unitId
-
volumePrefix
-
requestedPath
-
-
Constructor Details
-
DirectoryListing
public DirectoryListing()
-
-
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.
-
getUnitId
Gets the value of the unitId property.- Returns:
- possible object is
Long
-
setUnitId
Sets the value of the unitId property.- Parameters:
value- allowed object isLong
-
getVolumePrefix
Gets the value of the volumePrefix property.- Returns:
- possible object is
String
-
setVolumePrefix
Sets the value of the volumePrefix property.- Parameters:
value- allowed object isString
-
getRequestedPath
Gets the value of the requestedPath property.- Returns:
- possible object is
String
-
setRequestedPath
Sets the value of the requestedPath property.- Parameters:
value- allowed object isString
-