Class DirectoryListing

java.lang.Object
org.bremersee.garmin.directorylisting.v1.model.DirectoryListing
All Implemented Interfaces:
Serializable

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

    • files

      protected List<FileT> files
    • unitId

      protected Long unitId
    • volumePrefix

      protected String volumePrefix
    • requestedPath

      protected String requestedPath
  • Constructor Details

    • DirectoryListing

      public DirectoryListing()
  • Method Details

    • getFiles

      public List<FileT> 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 set method 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

      public Long getUnitId()
      Gets the value of the unitId property.
      Returns:
      possible object is Long
    • setUnitId

      public void setUnitId(Long value)
      Sets the value of the unitId property.
      Parameters:
      value - allowed object is Long
    • getVolumePrefix

      public String getVolumePrefix()
      Gets the value of the volumePrefix property.
      Returns:
      possible object is String
    • setVolumePrefix

      public void setVolumePrefix(String value)
      Sets the value of the volumePrefix property.
      Parameters:
      value - allowed object is String
    • getRequestedPath

      public String getRequestedPath()
      Gets the value of the requestedPath property.
      Returns:
      possible object is String
    • setRequestedPath

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