Class OutputFromUnitT

java.lang.Object
org.bremersee.garmin.garmindevice.v1.model.OutputFromUnitT
All Implemented Interfaces:
Serializable

public class OutputFromUnitT extends Object implements Serializable

Java class for OutputFromUnit_t complex type.

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


 <complexType name="OutputFromUnit_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="File" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}File_t"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • OutputFromUnitT

      public OutputFromUnitT()
  • 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
    • getFile

      public FileT getFile()
      Gets the value of the file property.
      Returns:
      possible object is FileT
    • setFile

      public void setFile(FileT value)
      Sets the value of the file property.
      Parameters:
      value - allowed object is FileT