Class OEMDeviceExtension

java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.OEMDeviceExtension
All Implemented Interfaces:
Serializable

public class OEMDeviceExtension extends Object implements Serializable
Extension to the Garmin Device schema

Java class for OEMDeviceExtension_t complex type.

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


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

  • Constructor Details

    • OEMDeviceExtension

      public OEMDeviceExtension()
  • Method Details

    • getVinNumber

      public String getVinNumber()
      Gets the value of the vinNumber property.
      Returns:
      possible object is String
    • setVinNumber

      public void setVinNumber(String value)
      Sets the value of the vinNumber property.
      Parameters:
      value - allowed object is String
    • getVolumes

      public VolumesT getVolumes()
      Gets the value of the volumes property.
      Returns:
      possible object is VolumesT
    • setVolumes

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