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

public class FileT extends Object implements Serializable
A node in a directory listing which represents either a file or directory.

Java class for File_t complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="File_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="FitId" type="{http://www.garmin.com/xmlschemas/DirectoryListing/v1}FITDeviceGlobalUniqueIdentifier_t" minOccurs="0"/>
         <element name="File" type="{http://www.garmin.com/xmlschemas/DirectoryListing/v1}File_t" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="Path" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="IsDirectory" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
       <attribute name="MD5Sum" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FileT

      public FileT()
  • Method Details

    • getCreationTime

      public XMLGregorianCalendar getCreationTime()
      Gets the value of the creationTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationTime

      public void setCreationTime(XMLGregorianCalendar value)
      Sets the value of the creationTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getFitId

      Gets the value of the fitId property.
      Returns:
      possible object is FITDeviceGlobalUniqueIdentifierT
    • setFitId

      public void setFitId(FITDeviceGlobalUniqueIdentifierT value)
      Sets the value of the fitId property.
      Parameters:
      value - allowed object is FITDeviceGlobalUniqueIdentifierT
    • 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.
    • 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
    • isIsDirectory

      public boolean isIsDirectory()
      Gets the value of the isDirectory property.
    • setIsDirectory

      public void setIsDirectory(boolean value)
      Sets the value of the isDirectory property.
    • getSize

      public BigInteger getSize()
      Gets the value of the size property.
      Returns:
      possible object is BigInteger
    • setSize

      public void setSize(BigInteger value)
      Sets the value of the size property.
      Parameters:
      value - allowed object is BigInteger
    • getMD5Sum

      public String getMD5Sum()
      Gets the value of the md5Sum property.
      Returns:
      possible object is String
    • setMD5Sum

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