Class DeviceExtension

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

public class DeviceExtension extends Object implements Serializable
Garmin Device extension schema version 1.0 - For more information on Garmin Device schema, see http://www.garmin.com/xmlschemas/GarminDevice/v2

Java class for DeviceExtension_t complex type.

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


 <complexType name="DeviceExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ifix" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • ifix

      protected Long ifix
  • Constructor Details

    • DeviceExtension

      public DeviceExtension()
  • Method Details

    • getIfix

      public Long getIfix()
      Gets the value of the ifix property.
      Returns:
      possible object is Long
    • setIfix

      public void setIfix(Long value)
      Sets the value of the ifix property.
      Parameters:
      value - allowed object is Long