Class FITDeviceGlobalUniqueIdentifierT

java.lang.Object
org.bremersee.garmin.directorylisting.v1.model.FITDeviceGlobalUniqueIdentifierT
All Implemented Interfaces:
Serializable

public class FITDeviceGlobalUniqueIdentifierT extends Object implements 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 Details

    • id

      protected Long id
    • fileType

      protected short fileType
    • manufacturer

      protected Integer manufacturer
    • product

      protected Integer product
    • serialNumber

      protected Long serialNumber
    • fileNumber

      protected Integer fileNumber
  • Constructor Details

    • FITDeviceGlobalUniqueIdentifierT

      public FITDeviceGlobalUniqueIdentifierT()
  • Method Details

    • getId

      public Long getId()
      Gets the value of the id property.
      Returns:
      possible object is Long
    • setId

      public void setId(Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • 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

      public Integer getManufacturer()
      Gets the value of the manufacturer property.
      Returns:
      possible object is Integer
    • setManufacturer

      public void setManufacturer(Integer value)
      Sets the value of the manufacturer property.
      Parameters:
      value - allowed object is Integer
    • getProduct

      public Integer getProduct()
      Gets the value of the product property.
      Returns:
      possible object is Integer
    • setProduct

      public void setProduct(Integer value)
      Sets the value of the product property.
      Parameters:
      value - allowed object is Integer
    • getSerialNumber

      public Long getSerialNumber()
      Gets the value of the serialNumber property.
      Returns:
      possible object is Long
    • setSerialNumber

      public void setSerialNumber(Long value)
      Sets the value of the serialNumber property.
      Parameters:
      value - allowed object is Long
    • getFileNumber

      public Integer getFileNumber()
      Gets the value of the fileNumber property.
      Returns:
      possible object is Integer
    • setFileNumber

      public void setFileNumber(Integer value)
      Sets the value of the fileNumber property.
      Parameters:
      value - allowed object is Integer