Class InputToUnitT
java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.InputToUnitT
- All Implemented Interfaces:
Serializable
Java class for InputToUnit_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputToUnit_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Specification" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Specification_t"/>
<element name="File" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}File_t"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()Gets the value of the file property.Gets the value of the specification property.voidSets the value of the file property.voidsetSpecification(SpecificationT value) Sets the value of the specification property.
-
Field Details
-
specification
-
file
-
-
Constructor Details
-
InputToUnitT
public InputToUnitT()
-
-
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
-
getFile
Gets the value of the file property.- Returns:
- possible object is
FileT
-
setFile
Sets the value of the file property.- Parameters:
value- allowed object isFileT
-