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

public class FileT extends Object implements Serializable

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="Specification" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}Specification_t"/>
         <element name="Location" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}Location_t"/>
         <element name="TransferDirection" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}TransferDirection_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • FileT

      public FileT()
  • Method Details

    • getSpecification

      public SpecificationT getSpecification()
      Gets the value of the specification property.
      Returns:
      possible object is SpecificationT
    • setSpecification

      public void setSpecification(SpecificationT value)
      Sets the value of the specification property.
      Parameters:
      value - allowed object is SpecificationT
    • getLocation

      public LocationT getLocation()
      Gets the value of the location property.
      Returns:
      possible object is LocationT
    • setLocation

      public void setLocation(LocationT value)
      Sets the value of the location property.
      Parameters:
      value - allowed object is LocationT
    • getTransferDirection

      public TransferDirectionT getTransferDirection()
      Gets the value of the transferDirection property.
      Returns:
      possible object is TransferDirectionT
    • setTransferDirection

      public void setTransferDirection(TransferDirectionT value)
      Sets the value of the transferDirection property.
      Parameters:
      value - allowed object is TransferDirectionT