uk.ac.ebi.cdb.webservice
Class GetTextMinedTerms

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

public class GetTextMinedTerms
extends Object

Java class for getTextMinedTerms complex type.

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

 <complexType name="getTextMinedTerms">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="semanticType" 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="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String email
           
protected  String id
           
protected  Integer offSet
           
protected  String semanticType
           
protected  String source
           
 
Constructor Summary
GetTextMinedTerms()
           
 
Method Summary
 String getEmail()
          Gets the value of the email property.
 String getId()
          Gets the value of the id property.
 Integer getOffSet()
          Gets the value of the offSet property.
 String getSemanticType()
          Gets the value of the semanticType property.
 String getSource()
          Gets the value of the source property.
 void setEmail(String value)
          Sets the value of the email property.
 void setId(String value)
          Sets the value of the id property.
 void setOffSet(Integer value)
          Sets the value of the offSet property.
 void setSemanticType(String value)
          Sets the value of the semanticType property.
 void setSource(String value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

source

protected String source

semanticType

protected String semanticType

offSet

protected Integer offSet

email

protected String email
Constructor Detail

GetTextMinedTerms

public GetTextMinedTerms()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getSemanticType

public String getSemanticType()
Gets the value of the semanticType property.

Returns:
possible object is String

setSemanticType

public void setSemanticType(String value)
Sets the value of the semanticType 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

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.