public class Statistics extends BaseResources
Java class for Statistics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Statistics"> <complexContent> <extension base="{}BaseResources"> <sequence> <element ref="{}statistic" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
List<Statistic> |
getStatistics()
Gets the value of the statistics property.
|
boolean |
isSetStatistics() |
void |
unsetStatistics() |
getActive, getSize, getTotal, isSetActive, isSetSize, isSetTotal, setActive, setSize, setTotal
getActions, isSetActions, setActions
public List<Statistic> getStatistics()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the statistics property.
For example, to add a new item, do as follows:
getStatistics().add(newItem);
Objects of the following type(s) are allowed in the list
Statistic
public boolean isSetStatistics()
public void unsetStatistics()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0