Class VolumesT
java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.VolumesT
- All Implemented Interfaces:
Serializable
This types allows you describe any Volume accessible by the Device
Java class for Volumes_t complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Volumes_t">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Volume" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Extensions" type="{http://www.garmin.com/xmlschemas/GarminOEMDeviceExtensions/v1}Extensions_t" minOccurs="0"/>
</sequence>
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="Free_space" type="{http://www.w3.org/2001/XMLSchema}long" />
<attribute name="Permissions">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}integer">
<minInclusive value="-1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the volumes property.
-
Field Details
-
volumes
-
-
Constructor Details
-
VolumesT
public VolumesT()
-
-
Method Details
-
getVolumes
Gets the value of the volumes 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 volumes property.For example, to add a new item, do as follows:
getVolumes().add(newItem);Objects of the following type(s) are allowed in the list
VolumesT.Volume- Returns:
- The value of the volumes property.
-