Class FileT
java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.FileT
- All Implemented Interfaces:
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/GarminDevice/v1}Specification_t"/>
<element name="Location" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Location_t"/>
<element name="TransferDirection" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}TransferDirection_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocationTprotected SpecificationTprotected TransferDirectionT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the location property.Gets the value of the specification property.Gets the value of the transferDirection property.voidsetLocation(LocationT value) Sets the value of the location property.voidsetSpecification(SpecificationT value) Sets the value of the specification property.voidSets the value of the transferDirection property.
-
Field Details
-
specification
-
location
-
transferDirection
-
-
Constructor Details
-
FileT
public FileT()
-
-
Method Details
-
getSpecification
Gets the value of the specification property.- Returns:
- possible object is
SpecificationT
-
setSpecification
Sets the value of the specification property.- Parameters:
value- allowed object isSpecificationT
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
LocationT
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isLocationT
-
getTransferDirection
Gets the value of the transferDirection property.- Returns:
- possible object is
TransferDirectionT
-
setTransferDirection
Sets the value of the transferDirection property.- Parameters:
value- allowed object isTransferDirectionT
-