java.lang.Object
org.bremersee.garmin.garmindevice.v2.model.ModelT
All Implemented Interfaces:
Serializable

public class ModelT extends Object implements Serializable
Product information.

Java class for Model_t complex type.

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


 <complexType name="Model_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PartNumber" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}PartNumber_t"/>
         <element name="SoftwareVersion" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/>
         <element name="Description" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}NonZeroToken_t"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v2}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • partNumber

      protected String partNumber
    • softwareVersion

      protected int softwareVersion
    • description

      protected String description
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • ModelT

      public ModelT()
  • Method Details

    • getPartNumber

      public String getPartNumber()
      Gets the value of the partNumber property.
      Returns:
      possible object is String
    • setPartNumber

      public void setPartNumber(String value)
      Sets the value of the partNumber property.
      Parameters:
      value - allowed object is String
    • getSoftwareVersion

      public int getSoftwareVersion()
      Gets the value of the softwareVersion property.
    • setSoftwareVersion

      public void setSoftwareVersion(int value)
      Sets the value of the softwareVersion property.
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

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