|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecteu.eu_emi.emiregistry.QueryResult
public class QueryResult
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://schemas.ogf.org/glue/2009/03/spec_2.0_r1}Service" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
count
|
protected List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> |
service
|
| Constructor Summary | |
|---|---|
QueryResult()
|
|
| Method Summary | |
|---|---|
BigInteger |
getCount()
Gets the value of the count property. |
List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> |
getService()
Gets the value of the service property. |
void |
setCount(BigInteger value)
Sets the value of the count property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> service
protected BigInteger count
| Constructor Detail |
|---|
public QueryResult()
| Method Detail |
|---|
public List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> getService()
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 service property.
For example, to add a new item, do as follows:
getService().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceT
public BigInteger getCount()
BigIntegerpublic void setCount(BigInteger value)
value - allowed object is
BigInteger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||