uk.ac.ebi.ebisearchservice
Class GetResultsIdsResponse

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

public class GetResultsIdsResponse
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="arrayOfIds" type="{http://www.ebi.ac.uk/EBISearchService}ArrayOfString"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArrayOfString arrayOfIds
           
 
Constructor Summary
GetResultsIdsResponse()
           
 
Method Summary
 ArrayOfString getArrayOfIds()
          Gets the value of the arrayOfIds property.
 void setArrayOfIds(ArrayOfString value)
          Sets the value of the arrayOfIds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrayOfIds

protected ArrayOfString arrayOfIds
Constructor Detail

GetResultsIdsResponse

public GetResultsIdsResponse()
Method Detail

getArrayOfIds

public ArrayOfString getArrayOfIds()
Gets the value of the arrayOfIds property.

Returns:
possible object is ArrayOfString

setArrayOfIds

public void setArrayOfIds(ArrayOfString value)
Sets the value of the arrayOfIds property.

Parameters:
value - allowed object is ArrayOfString


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