public class BaseResources extends Object
Java class for BaseResources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseResources"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="total" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> <element name="active" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
active |
protected Long |
total |
Constructor and Description |
---|
BaseResources() |
Modifier and Type | Method and Description |
---|---|
Long |
getActive()
Gets the value of the active property.
|
Long |
getTotal()
Gets the value of the total property.
|
boolean |
isSetActive() |
boolean |
isSetTotal() |
void |
setActive(Long value)
Sets the value of the active property.
|
void |
setTotal(Long value)
Sets the value of the total property.
|
public Long getTotal()
Long
public void setTotal(Long value)
value
- allowed object is
Long
public boolean isSetTotal()
public Long getActive()
Long
public void setActive(Long value)
value
- allowed object is
Long
public boolean isSetActive()
Copyright © 2012. All Rights Reserved.