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" />
       <attribute name="ref" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="pageSize" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  BigInteger count
           
protected  BigInteger pageSize
           
protected  String ref
           
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.
 BigInteger getPageSize()
          Gets the value of the pageSize property.
 String getRef()
          Gets the value of the ref 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.
 void setPageSize(BigInteger value)
          Sets the value of the pageSize property.
 void setRef(String value)
          Sets the value of the ref 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

ref

protected String ref

pageSize

protected BigInteger pageSize
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

getRef

public String getRef()
Gets the value of the ref property.

Returns:
possible object is String

setRef

public void setRef(String value)
Sets the value of the ref property.

Parameters:
value - allowed object is String

getPageSize

public BigInteger getPageSize()
Gets the value of the pageSize property.

Returns:
possible object is BigInteger

setPageSize

public void setPageSize(BigInteger value)
Sets the value of the pageSize property.

Parameters:
value - allowed object is BigInteger


Copyright © 2012. All Rights Reserved.