uk.ac.ebi.ebisearchservice
Class GetDetailledNumberOfResultsResponse

java.lang.Object
  extended by uk.ac.ebi.ebisearchservice.GetDetailledNumberOfResultsResponse

public class GetDetailledNumberOfResultsResponse
extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="detailledNumberOfResults" type="{http://webservice.ebinocle.ebi.ac.uk}DomainResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DomainResult detailledNumberOfResults
           
 
Constructor Summary
GetDetailledNumberOfResultsResponse()
           
 
Method Summary
 DomainResult getDetailledNumberOfResults()
          Gets the value of the detailledNumberOfResults property.
 void setDetailledNumberOfResults(DomainResult value)
          Sets the value of the detailledNumberOfResults property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

detailledNumberOfResults

protected DomainResult detailledNumberOfResults
Constructor Detail

GetDetailledNumberOfResultsResponse

public GetDetailledNumberOfResultsResponse()
Method Detail

getDetailledNumberOfResults

public DomainResult getDetailledNumberOfResults()
Gets the value of the detailledNumberOfResults property.

Returns:
possible object is DomainResult

setDetailledNumberOfResults

public void setDetailledNumberOfResults(DomainResult value)
Sets the value of the detailledNumberOfResults property.

Parameters:
value - allowed object is DomainResult


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