Class HardwareVersionExtension

java.lang.Object
org.bremersee.garmin.hardwareversion.v1.model.ext.HardwareVersionExtension
All Implemented Interfaces:
Serializable

public class HardwareVersionExtension extends Object implements Serializable
Hardware Version extension version 1 - For more information on Garmin Device schema, see http://www.garmin.com/xmlschemas/GarminDevice/v2

Java class for HardwareVersionExtension_t complex type.

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


 <complexType name="HardwareVersionExtension_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="HardwareVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Extensions" type="{http://www.garmin.com/xmlschemas/HardwareVersionExtension/v1}Extensions_t" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • hardwareVersion

      protected String hardwareVersion
    • extensions

      protected ExtensionsT extensions
  • Constructor Details

    • HardwareVersionExtension

      public HardwareVersionExtension()
  • Method Details

    • getHardwareVersion

      public String getHardwareVersion()
      Gets the value of the hardwareVersion property.
      Returns:
      possible object is String
    • setHardwareVersion

      public void setHardwareVersion(String value)
      Sets the value of the hardwareVersion 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