Class MassStorageModeT
- All Implemented Interfaces:
Serializable
Java class for MassStorageMode_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MassStorageMode_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataType" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}DataType_t" maxOccurs="unbounded" minOccurs="0"/>
<element name="UpdateFile" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}UpdateFile_t" maxOccurs="unbounded"/>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminDevice/v1}Extensions_t" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataTypes property.Gets the value of the extensions property.Gets the value of the updateFiles property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.
-
Field Details
-
dataTypes
-
updateFiles
-
extensions
-
-
Constructor Details
-
MassStorageModeT
public MassStorageModeT()
-
-
Method Details
-
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
setmethod 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.
-
getUpdateFiles
Gets the value of the updateFiles 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
setmethod for the updateFiles property.For example, to add a new item, do as follows:
getUpdateFiles().add(newItem);Objects of the following type(s) are allowed in the list
UpdateFileT- Returns:
- The value of the updateFiles property.
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsT
-
setExtensions
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsT
-