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

public class VolumesT extends Object implements 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:
  • Field Details

  • Constructor Details

    • VolumesT

      public VolumesT()
  • Method Details

    • getVolumes

      public List<VolumesT.Volume> 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 set method 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.