uk.ac.ebi.ebisearchservice
Class GetNumberOfResultsResponse

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

public class GetNumberOfResultsResponse
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="numberOfResults" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int numberOfResults
           
 
Constructor Summary
GetNumberOfResultsResponse()
           
 
Method Summary
 int getNumberOfResults()
          Gets the value of the numberOfResults property.
 void setNumberOfResults(int value)
          Sets the value of the numberOfResults property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfResults

protected int numberOfResults
Constructor Detail

GetNumberOfResultsResponse

public GetNumberOfResultsResponse()
Method Detail

getNumberOfResults

public int getNumberOfResults()
Gets the value of the numberOfResults property.


setNumberOfResults

public void setNumberOfResults(int value)
Sets the value of the numberOfResults property.



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