uk.ac.ebi.cdb.webservice
Class ResponseWrapper

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

public class ResponseWrapper
extends Object

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

version

protected String version

hitCount

protected Integer hitCount

request

protected Request request

profileList

protected ProfileListBean profileList

resultList

protected ResultList resultList

dbCountList

protected DbCountList dbCountList

dbCrossReferenceList

protected DbCrossReferenceList dbCrossReferenceList

citationList

protected CitationList citationList

referenceList

protected ReferencesList referenceList

semanticTypeCountList

protected SemanticTypeCounts semanticTypeCountList

semanticTypeList

protected MinedTermsList semanticTypeList

searchTermList

protected SearchTerms searchTermList
Constructor Detail

ResponseWrapper

public ResponseWrapper()
Method Detail

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getHitCount

public Integer getHitCount()
Gets the value of the hitCount property.

Returns:
possible object is Integer

setHitCount

public void setHitCount(Integer value)
Sets the value of the hitCount property.

Parameters:
value - allowed object is Integer

getRequest

public Request getRequest()
Gets the value of the request property.

Returns:
possible object is Request

setRequest

public void setRequest(Request value)
Sets the value of the request property.

Parameters:
value - allowed object is Request

getProfileList

public ProfileListBean getProfileList()
Gets the value of the profileList property.

Returns:
possible object is ProfileListBean

setProfileList

public void setProfileList(ProfileListBean value)
Sets the value of the profileList property.

Parameters:
value - allowed object is ProfileListBean

getResultList

public ResultList getResultList()
Gets the value of the resultList property.

Returns:
possible object is ResultList

setResultList

public void setResultList(ResultList value)
Sets the value of the resultList property.

Parameters:
value - allowed object is ResultList

getDbCountList

public DbCountList getDbCountList()
Gets the value of the dbCountList property.

Returns:
possible object is DbCountList

setDbCountList

public void setDbCountList(DbCountList value)
Sets the value of the dbCountList property.

Parameters:
value - allowed object is DbCountList

getDbCrossReferenceList

public DbCrossReferenceList getDbCrossReferenceList()
Gets the value of the dbCrossReferenceList property.

Returns:
possible object is DbCrossReferenceList

setDbCrossReferenceList

public void setDbCrossReferenceList(DbCrossReferenceList value)
Sets the value of the dbCrossReferenceList property.

Parameters:
value - allowed object is DbCrossReferenceList

getCitationList

public CitationList getCitationList()
Gets the value of the citationList property.

Returns:
possible object is CitationList

setCitationList

public void setCitationList(CitationList value)
Sets the value of the citationList property.

Parameters:
value - allowed object is CitationList

getReferenceList

public ReferencesList getReferenceList()
Gets the value of the referenceList property.

Returns:
possible object is ReferencesList

setReferenceList

public void setReferenceList(ReferencesList value)
Sets the value of the referenceList property.

Parameters:
value - allowed object is ReferencesList

getSemanticTypeCountList

public SemanticTypeCounts getSemanticTypeCountList()
Gets the value of the semanticTypeCountList property.

Returns:
possible object is SemanticTypeCounts

setSemanticTypeCountList

public void setSemanticTypeCountList(SemanticTypeCounts value)
Sets the value of the semanticTypeCountList property.

Parameters:
value - allowed object is SemanticTypeCounts

getSemanticTypeList

public MinedTermsList getSemanticTypeList()
Gets the value of the semanticTypeList property.

Returns:
possible object is MinedTermsList

setSemanticTypeList

public void setSemanticTypeList(MinedTermsList value)
Sets the value of the semanticTypeList property.

Parameters:
value - allowed object is MinedTermsList

getSearchTermList

public SearchTerms getSearchTermList()
Gets the value of the searchTermList property.

Returns:
possible object is SearchTerms

setSearchTermList

public void setSearchTermList(SearchTerms value)
Sets the value of the searchTermList property.

Parameters:
value - allowed object is SearchTerms


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