|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.MinedSummary
public class MinedSummary
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 |
---|
protected String term
protected int count
protected MinedAltName altNameList
protected String dbName
protected MinedDbIDs dbIdList
Constructor Detail |
---|
public MinedSummary()
Method Detail |
---|
public String getTerm()
String
public void setTerm(String value)
value
- allowed object is
String
public int getCount()
public void setCount(int value)
public MinedAltName getAltNameList()
MinedAltName
public void setAltNameList(MinedAltName value)
value
- allowed object is
MinedAltName
public String getDbName()
String
public void setDbName(String value)
value
- allowed object is
String
public MinedDbIDs getDbIdList()
MinedDbIDs
public void setDbIdList(MinedDbIDs value)
value
- allowed object is
MinedDbIDs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |