java.lang.Object
org.bremersee.garmin.useraccounts.v1.model.ext.DeviceT
All Implemented Interfaces:
Serializable

public class DeviceT extends Object implements Serializable

Java class for Device_t complex type.

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


 <complexType name="Device_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="UnitId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ProductID" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
         <element name="Version" type="{http://www.garmin.com/xmlschemas/UserAccounts/v1}Version_t" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/UserAccounts/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • unitId

      protected long unitId
    • name

      protected String name
    • productID

      protected Integer productID
    • version

      protected VersionT version
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • DeviceT

      public DeviceT()
  • Method Details

    • getUnitId

      public long getUnitId()
      Gets the value of the unitId property.
    • setUnitId

      public void setUnitId(long value)
      Sets the value of the unitId property.
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getProductID

      public Integer getProductID()
      Gets the value of the productID property.
      Returns:
      possible object is Integer
    • setProductID

      public void setProductID(Integer value)
      Sets the value of the productID property.
      Parameters:
      value - allowed object is Integer
    • getVersion

      public VersionT getVersion()
      Gets the value of the version property.
      Returns:
      possible object is VersionT
    • setVersion

      public void setVersion(VersionT value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is VersionT
    • getExtensions

      public ExtensionsT getExtensions()
      Gets the value of the extensions property.
      Returns:
      possible object is ExtensionsT
    • setExtensions

      public void setExtensions(ExtensionsT value)
      Sets the value of the extensions property.
      Parameters:
      value - allowed object is ExtensionsT