|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.ResponseWrapper
public class ResponseWrapper
Java class for responseWrapper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="responseWrapper"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="hitCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="request" type="{http://webservice.cdb.ebi.ac.uk/}request" minOccurs="0"/> <element name="profileList" type="{http://webservice.cdb.ebi.ac.uk/}profileListBean" minOccurs="0"/> <element name="resultList" type="{http://webservice.cdb.ebi.ac.uk/}resultList" minOccurs="0"/> <element name="dbCountList" type="{http://webservice.cdb.ebi.ac.uk/}dbCountList" minOccurs="0"/> <element name="dbCrossReferenceList" type="{http://webservice.cdb.ebi.ac.uk/}dbCrossReferenceList" minOccurs="0"/> <element name="citationList" type="{http://webservice.cdb.ebi.ac.uk/}citationList" minOccurs="0"/> <element name="referenceList" type="{http://webservice.cdb.ebi.ac.uk/}referencesList" minOccurs="0"/> <element name="semanticTypeCountList" type="{http://webservice.cdb.ebi.ac.uk/}semanticTypeCounts" minOccurs="0"/> <element name="semanticTypeList" type="{http://webservice.cdb.ebi.ac.uk/}minedTermsList" minOccurs="0"/> <element name="searchTermList" type="{http://webservice.cdb.ebi.ac.uk/}searchTerms" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CitationList |
citationList
|
protected DbCountList |
dbCountList
|
protected DbCrossReferenceList |
dbCrossReferenceList
|
protected Integer |
hitCount
|
protected ProfileListBean |
profileList
|
protected ReferencesList |
referenceList
|
protected Request |
request
|
protected ResultList |
resultList
|
protected SearchTerms |
searchTermList
|
protected SemanticTypeCounts |
semanticTypeCountList
|
protected MinedTermsList |
semanticTypeList
|
protected String |
version
|
Constructor Summary | |
---|---|
ResponseWrapper()
|
Method Summary | |
---|---|
CitationList |
getCitationList()
Gets the value of the citationList property. |
DbCountList |
getDbCountList()
Gets the value of the dbCountList property. |
DbCrossReferenceList |
getDbCrossReferenceList()
Gets the value of the dbCrossReferenceList property. |
Integer |
getHitCount()
Gets the value of the hitCount property. |
ProfileListBean |
getProfileList()
Gets the value of the profileList property. |
ReferencesList |
getReferenceList()
Gets the value of the referenceList property. |
Request |
getRequest()
Gets the value of the request property. |
ResultList |
getResultList()
Gets the value of the resultList property. |
SearchTerms |
getSearchTermList()
Gets the value of the searchTermList property. |
SemanticTypeCounts |
getSemanticTypeCountList()
Gets the value of the semanticTypeCountList property. |
MinedTermsList |
getSemanticTypeList()
Gets the value of the semanticTypeList property. |
String |
getVersion()
Gets the value of the version property. |
void |
setCitationList(CitationList value)
Sets the value of the citationList property. |
void |
setDbCountList(DbCountList value)
Sets the value of the dbCountList property. |
void |
setDbCrossReferenceList(DbCrossReferenceList value)
Sets the value of the dbCrossReferenceList property. |
void |
setHitCount(Integer value)
Sets the value of the hitCount property. |
void |
setProfileList(ProfileListBean value)
Sets the value of the profileList property. |
void |
setReferenceList(ReferencesList value)
Sets the value of the referenceList property. |
void |
setRequest(Request value)
Sets the value of the request property. |
void |
setResultList(ResultList value)
Sets the value of the resultList property. |
void |
setSearchTermList(SearchTerms value)
Sets the value of the searchTermList property. |
void |
setSemanticTypeCountList(SemanticTypeCounts value)
Sets the value of the semanticTypeCountList property. |
void |
setSemanticTypeList(MinedTermsList value)
Sets the value of the semanticTypeList property. |
void |
setVersion(String value)
Sets the value of the version property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String version
protected Integer hitCount
protected Request request
protected ProfileListBean profileList
protected ResultList resultList
protected DbCountList dbCountList
protected DbCrossReferenceList dbCrossReferenceList
protected CitationList citationList
protected ReferencesList referenceList
protected SemanticTypeCounts semanticTypeCountList
protected MinedTermsList semanticTypeList
protected SearchTerms searchTermList
Constructor Detail |
---|
public ResponseWrapper()
Method Detail |
---|
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public Integer getHitCount()
Integer
public void setHitCount(Integer value)
value
- allowed object is
Integer
public Request getRequest()
Request
public void setRequest(Request value)
value
- allowed object is
Request
public ProfileListBean getProfileList()
ProfileListBean
public void setProfileList(ProfileListBean value)
value
- allowed object is
ProfileListBean
public ResultList getResultList()
ResultList
public void setResultList(ResultList value)
value
- allowed object is
ResultList
public DbCountList getDbCountList()
DbCountList
public void setDbCountList(DbCountList value)
value
- allowed object is
DbCountList
public DbCrossReferenceList getDbCrossReferenceList()
DbCrossReferenceList
public void setDbCrossReferenceList(DbCrossReferenceList value)
value
- allowed object is
DbCrossReferenceList
public CitationList getCitationList()
CitationList
public void setCitationList(CitationList value)
value
- allowed object is
CitationList
public ReferencesList getReferenceList()
ReferencesList
public void setReferenceList(ReferencesList value)
value
- allowed object is
ReferencesList
public SemanticTypeCounts getSemanticTypeCountList()
SemanticTypeCounts
public void setSemanticTypeCountList(SemanticTypeCounts value)
value
- allowed object is
SemanticTypeCounts
public MinedTermsList getSemanticTypeList()
MinedTermsList
public void setSemanticTypeList(MinedTermsList value)
value
- allowed object is
MinedTermsList
public SearchTerms getSearchTermList()
SearchTerms
public void setSearchTermList(SearchTerms value)
value
- allowed object is
SearchTerms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |