public class VXAStorageCapacityType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for VXAStorageCapacityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VXAStorageCapacityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="free" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="used" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
free |
protected Long |
total |
protected Long |
used |
| Constructor and Description |
|---|
VXAStorageCapacityType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
Long |
getFree()
Gets the value of the free property.
|
Long |
getTotal()
Gets the value of the total property.
|
Long |
getUsed()
Gets the value of the used property.
|
boolean |
isSetFree() |
boolean |
isSetTotal() |
boolean |
isSetUsed() |
void |
setFree(Long value)
Sets the value of the free property.
|
void |
setTotal(Long value)
Sets the value of the total property.
|
void |
setUsed(Long value)
Sets the value of the used property.
|
VXAStorageCapacityType |
withFree(Long value) |
VXAStorageCapacityType |
withTotal(Long value) |
VXAStorageCapacityType |
withUsed(Long value) |
public void setFree(Long value)
value - allowed object is
Longpublic boolean isSetFree()
public Long getTotal()
Longpublic void setTotal(Long value)
value - allowed object is
Longpublic boolean isSetTotal()
public void setUsed(Long value)
value - allowed object is
Longpublic boolean isSetUsed()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic VXAStorageCapacityType withFree(Long value)
public VXAStorageCapacityType withTotal(Long value)
public VXAStorageCapacityType withUsed(Long value)
Copyright © 2015. All rights reserved.