uk.ac.ebi.cdb.webservice
Class MinedSummary

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

public class MinedSummary
extends Object

Java class for minedSummary complex type.

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

 <complexType name="minedSummary">
   <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="count" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="altNameList" type="{http://webservice.cdb.ebi.ac.uk/}minedAltName" minOccurs="0"/>
         <element name="dbName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dbIdList" type="{http://webservice.cdb.ebi.ac.uk/}minedDbIDs" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  MinedAltName altNameList
           
protected  int count
           
protected  MinedDbIDs dbIdList
           
protected  String dbName
           
protected  String term
           
 
Constructor Summary
MinedSummary()
           
 
Method Summary
 MinedAltName getAltNameList()
          Gets the value of the altNameList property.
 int getCount()
          Gets the value of the count property.
 MinedDbIDs getDbIdList()
          Gets the value of the dbIdList property.
 String getDbName()
          Gets the value of the dbName property.
 String getTerm()
          Gets the value of the term property.
 void setAltNameList(MinedAltName value)
          Sets the value of the altNameList property.
 void setCount(int value)
          Sets the value of the count property.
 void setDbIdList(MinedDbIDs value)
          Sets the value of the dbIdList property.
 void setDbName(String value)
          Sets the value of the dbName 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

count

protected int count

altNameList

protected MinedAltName altNameList

dbName

protected String dbName

dbIdList

protected MinedDbIDs dbIdList
Constructor Detail

MinedSummary

public MinedSummary()
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

getCount

public int getCount()
Gets the value of the count property.


setCount

public void setCount(int value)
Sets the value of the count property.


getAltNameList

public MinedAltName getAltNameList()
Gets the value of the altNameList property.

Returns:
possible object is MinedAltName

setAltNameList

public void setAltNameList(MinedAltName value)
Sets the value of the altNameList property.

Parameters:
value - allowed object is MinedAltName

getDbName

public String getDbName()
Gets the value of the dbName property.

Returns:
possible object is String

setDbName

public void setDbName(String value)
Sets the value of the dbName property.

Parameters:
value - allowed object is String

getDbIdList

public MinedDbIDs getDbIdList()
Gets the value of the dbIdList property.

Returns:
possible object is MinedDbIDs

setDbIdList

public void setDbIdList(MinedDbIDs value)
Sets the value of the dbIdList property.

Parameters:
value - allowed object is MinedDbIDs


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