Class VolumesT.Volume
java.lang.Object
org.bremersee.garmin.garminoemdevice.v1.model.VolumesT.Volume
- All Implemented Interfaces:
Serializable
- Enclosing class:
VolumesT
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 Summary
FieldsModifier and TypeFieldDescriptionprotected ExtensionsTprotected Longprotected Longprotected Stringprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extensions property.Gets the value of the freeSpace property.getId()Gets the value of the id property.getName()Gets the value of the name property.Gets the value of the permissions property.voidsetExtensions(ExtensionsT value) Sets the value of the extensions property.voidsetFreeSpace(Long value) Sets the value of the freeSpace property.voidSets the value of the id property.voidSets the value of the name property.voidsetPermissions(BigInteger value) Sets the value of the permissions property.
-
Field Details
-
extensions
-
name
-
id
-
freeSpace
-
permissions
-
-
Constructor Details
-
Volume
public Volume()
-
-
Method Details
-
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
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
Long
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isLong
-
getFreeSpace
Gets the value of the freeSpace property.- Returns:
- possible object is
Long
-
setFreeSpace
Sets the value of the freeSpace property.- Parameters:
value- allowed object isLong
-
getPermissions
Gets the value of the permissions property.- Returns:
- possible object is
BigInteger
-
setPermissions
Sets the value of the permissions property.- Parameters:
value- allowed object isBigInteger
-