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()
Longpublic void setTotal(Long value)
value - allowed object is
Longpublic boolean isSetTotal()
public Long getActive()
Longpublic void setActive(Long value)
value - allowed object is
Longpublic boolean isSetActive()
Copyright © 2012. All Rights Reserved.