Class VolumesT.Volume

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

public static class VolumesT.Volume extends Object implements Serializable

Java class for anonymous complex type.

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


 <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>
 
See Also:
  • Field Details

    • extensions

      protected ExtensionsT extensions
    • name

      protected String name
    • id

      protected Long id
    • freeSpace

      protected Long freeSpace
    • permissions

      protected BigInteger permissions
  • Constructor Details

    • Volume

      public Volume()
  • Method Details

    • 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
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getId

      public Long getId()
      Gets the value of the id property.
      Returns:
      possible object is Long
    • setId

      public void setId(Long value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is Long
    • getFreeSpace

      public Long getFreeSpace()
      Gets the value of the freeSpace property.
      Returns:
      possible object is Long
    • setFreeSpace

      public void setFreeSpace(Long value)
      Sets the value of the freeSpace property.
      Parameters:
      value - allowed object is Long
    • getPermissions

      public BigInteger getPermissions()
      Gets the value of the permissions property.
      Returns:
      possible object is BigInteger
    • setPermissions

      public void setPermissions(BigInteger value)
      Sets the value of the permissions property.
      Parameters:
      value - allowed object is BigInteger