Class FITDeviceGlobalUniqueIdentifierT
java.lang.Object
org.bremersee.garmin.directorylisting.v1.model.FITDeviceGlobalUniqueIdentifierT
- All Implemented Interfaces:
Serializable
Java class for FITDeviceGlobalUniqueIdentifier_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FITDeviceGlobalUniqueIdentifier_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="FileType" type="{http://www.w3.org/2001/XMLSchema}unsignedByte"/>
<element name="Manufacturer" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="Product" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="FileNumber" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileNumber property.shortGets the value of the fileType property.getId()Gets the value of the id property.Gets the value of the manufacturer property.Gets the value of the product property.Gets the value of the serialNumber property.voidsetFileNumber(Integer value) Sets the value of the fileNumber property.voidsetFileType(short value) Sets the value of the fileType property.voidSets the value of the id property.voidsetManufacturer(Integer value) Sets the value of the manufacturer property.voidsetProduct(Integer value) Sets the value of the product property.voidsetSerialNumber(Long value) Sets the value of the serialNumber property.
-
Field Details
-
id
-
fileType
protected short fileType -
manufacturer
-
product
-
serialNumber
-
fileNumber
-
-
Constructor Details
-
FITDeviceGlobalUniqueIdentifierT
public FITDeviceGlobalUniqueIdentifierT()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
Long
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isLong
-
getFileType
public short getFileType()Gets the value of the fileType property. -
setFileType
public void setFileType(short value) Sets the value of the fileType property. -
getManufacturer
Gets the value of the manufacturer property.- Returns:
- possible object is
Integer
-
setManufacturer
Sets the value of the manufacturer property.- Parameters:
value- allowed object isInteger
-
getProduct
Gets the value of the product property.- Returns:
- possible object is
Integer
-
setProduct
Sets the value of the product property.- Parameters:
value- allowed object isInteger
-
getSerialNumber
Gets the value of the serialNumber property.- Returns:
- possible object is
Long
-
setSerialNumber
Sets the value of the serialNumber property.- Parameters:
value- allowed object isLong
-
getFileNumber
Gets the value of the fileNumber property.- Returns:
- possible object is
Integer
-
setFileNumber
Sets the value of the fileNumber property.- Parameters:
value- allowed object isInteger
-