uk.ac.ebi.ebisearchservice
Class GetResults

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.GetResults

public class GetResults
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 name="domain" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="query" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fields" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/>
         <element name="start" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String domain
           
protected  ArrayOfString fields
           
protected  String query
           
protected  int size
           
protected  int start
           
 
Constructor Summary
GetResults()
           
 
Method Summary
 String getDomain()
          Gets the value of the domain property.
 ArrayOfString getFields()
          Gets the value of the fields property.
 String getQuery()
          Gets the value of the query property.
 int getSize()
          Gets the value of the size property.
 int getStart()
          Gets the value of the start property.
 void setDomain(String value)
          Sets the value of the domain property.
 void setFields(ArrayOfString value)
          Sets the value of the fields property.
 void setQuery(String value)
          Sets the value of the query property.
 void setSize(int value)
          Sets the value of the size property.
 void setStart(int value)
          Sets the value of the start property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

domain

protected String domain

query

protected String query

fields

protected ArrayOfString fields

start

protected int start

size

protected int size
Constructor Detail

GetResults

public GetResults()
Method Detail

getDomain

public String getDomain()
Gets the value of the domain property.

Returns:
possible object is String

setDomain

public void setDomain(String value)
Sets the value of the domain property.

Parameters:
value - allowed object is String

getQuery

public String getQuery()
Gets the value of the query property.

Returns:
possible object is String

setQuery

public void setQuery(String value)
Sets the value of the query property.

Parameters:
value - allowed object is String

getFields

public ArrayOfString getFields()
Gets the value of the fields property.

Returns:
possible object is ArrayOfString

setFields

public void setFields(ArrayOfString value)
Sets the value of the fields property.

Parameters:
value - allowed object is ArrayOfString

getStart

public int getStart()
Gets the value of the start property.


setStart

public void setStart(int value)
Sets the value of the start property.


getSize

public int getSize()
Gets the value of the size property.


setSize

public void setSize(int value)
Sets the value of the size property.



Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.