uk.ac.ebi.cdb.webservice
Class SearchTerm

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

public class SearchTerm
extends Object

Java class for SearchTerm complex type.

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

 <complexType name="SearchTerm">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="term" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataSets" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<String> dataSets
           
protected  String term
           
 
Constructor Summary
SearchTerm()
           
 
Method Summary
 List<String> getDataSets()
          Gets the value of the dataSets property.
 String getTerm()
          Gets the value of the term property.
 void setTerm(String value)
          Sets the value of the term property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

term

protected String term

dataSets

protected List<String> dataSets
Constructor Detail

SearchTerm

public SearchTerm()
Method Detail

getTerm

public String getTerm()
Gets the value of the term property.

Returns:
possible object is String

setTerm

public void setTerm(String value)
Sets the value of the term property.

Parameters:
value - allowed object is String

getDataSets

public List<String> getDataSets()
Gets the value of the dataSets 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 dataSets property.

For example, to add a new item, do as follows:

    getDataSets().add(newItem);
 

Objects of the following type(s) are allowed in the list String



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