Class DeviceT
java.lang.Object
org.bremersee.garmin.useraccounts.v1.model.ext.DeviceT
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected Stringprotected Integerprotected longprotected VersionT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.getName()Gets the value of the name property.Gets the value of the productID property.longGets the value of the unitId property.Gets the value of the version property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidSets the value of the name property.voidsetProductID(Integer value) Sets the value of the productID property.voidsetUnitId(long value) Sets the value of the unitId property.voidsetVersion(VersionT value) Sets the value of the version property.
-
Field Details
-
unitId
protected long unitId -
name
-
productID
-
version
-
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
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getProductID
Gets the value of the productID property.- Returns:
- possible object is
Integer
-
setProductID
Sets the value of the productID property.- Parameters:
value- allowed object isInteger
-
getVersion
Gets the value of the version property.- Returns:
- possible object is
VersionT
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isVersionT
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-