Class OEMMassStorageModeExt

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

public class OEMMassStorageModeExt extends Object implements Serializable
The Type extends the Garmin Device Mass Storage Mode Type

Java class for OEMMassStorageModeExt_t complex type.

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


 <complexType name="OEMMassStorageModeExt_t">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DataType" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}DataType_t" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OEMUpdateFile" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}OEMUpdateFile_t" maxOccurs="unbounded" 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

    • OEMMassStorageModeExt

      public OEMMassStorageModeExt()
  • Method Details

    • getDataTypes

      public List<DataTypeT> getDataTypes()
      Gets the value of the dataTypes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the dataTypes property.

      For example, to add a new item, do as follows:

          getDataTypes().add(newItem);
       

      Objects of the following type(s) are allowed in the list DataTypeT

      Returns:
      The value of the dataTypes property.
    • getOEMUpdateFiles

      public List<OEMUpdateFileT> getOEMUpdateFiles()
      Gets the value of the oemUpdateFiles property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the oemUpdateFiles property.

      For example, to add a new item, do as follows:

          getOEMUpdateFiles().add(newItem);
       

      Objects of the following type(s) are allowed in the list OEMUpdateFileT

      Returns:
      The value of the oemUpdateFiles property.
    • 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