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.
|
public void setFree(Long value)
value
- allowed object is
Long
public boolean isSetFree()
public Long getTotal()
Long
public void setTotal(Long value)
value
- allowed object is
Long
public boolean isSetTotal()
public void setUsed(Long value)
value
- allowed object is
Long
public boolean isSetUsed()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.