eu.eu_emi.emiregistry
Class QueryResult

java.lang.Object
  extended by eu.eu_emi.emiregistry.QueryResult

public class QueryResult
extends Object

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

service

protected List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> service

count

protected BigInteger count
Constructor Detail

QueryResult

public QueryResult()
Method Detail

getService

public List<org.ogf.schemas.glue._2009._03.spec_2.ServiceT> getService()
Gets the value of the service property.

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


getCount

public BigInteger getCount()
Gets the value of the count property.

Returns:
possible object is BigInteger

setCount

public void setCount(BigInteger value)
Sets the value of the count property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012. All Rights Reserved.