uk.ac.ebi.cdb.webservice
Class SearchPublications

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.SearchPublications

public class SearchPublications
extends Object

Java class for searchPublications complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="searchPublications">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="queryString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataSet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resultType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="offSet" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="synonym" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataSet
           
protected  String email
           
protected  Integer offSet
           
protected  String queryString
           
protected  String resultType
           
protected  Boolean synonym
           
 
Constructor Summary
SearchPublications()
           
 
Method Summary
 String getDataSet()
          Gets the value of the dataSet property.
 String getEmail()
          Gets the value of the email property.
 Integer getOffSet()
          Gets the value of the offSet property.
 String getQueryString()
          Gets the value of the queryString property.
 String getResultType()
          Gets the value of the resultType property.
 Boolean isSynonym()
          Gets the value of the synonym property.
 void setDataSet(String value)
          Sets the value of the dataSet property.
 void setEmail(String value)
          Sets the value of the email property.
 void setOffSet(Integer value)
          Sets the value of the offSet property.
 void setQueryString(String value)
          Sets the value of the queryString property.
 void setResultType(String value)
          Sets the value of the resultType property.
 void setSynonym(Boolean value)
          Sets the value of the synonym property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryString

protected String queryString

dataSet

protected String dataSet

resultType

protected String resultType

offSet

protected Integer offSet

synonym

protected Boolean synonym

email

protected String email
Constructor Detail

SearchPublications

public SearchPublications()
Method Detail

getQueryString

public String getQueryString()
Gets the value of the queryString property.

Returns:
possible object is String

setQueryString

public void setQueryString(String value)
Sets the value of the queryString property.

Parameters:
value - allowed object is String

getDataSet

public String getDataSet()
Gets the value of the dataSet property.

Returns:
possible object is String

setDataSet

public void setDataSet(String value)
Sets the value of the dataSet property.

Parameters:
value - allowed object is String

getResultType

public String getResultType()
Gets the value of the resultType property.

Returns:
possible object is String

setResultType

public void setResultType(String value)
Sets the value of the resultType property.

Parameters:
value - allowed object is String

getOffSet

public Integer getOffSet()
Gets the value of the offSet property.

Returns:
possible object is Integer

setOffSet

public void setOffSet(Integer value)
Sets the value of the offSet property.

Parameters:
value - allowed object is Integer

isSynonym

public Boolean isSynonym()
Gets the value of the synonym property.

Returns:
possible object is Boolean

setSynonym

public void setSynonym(Boolean value)
Sets the value of the synonym property.

Parameters:
value - allowed object is Boolean

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String


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