uk.ac.ebi.ebisearchservice
Class GetReferencedEntriesResponse

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

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


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

Field Detail

arrayOfEntryIds

protected ArrayOfString arrayOfEntryIds
Constructor Detail

GetReferencedEntriesResponse

public GetReferencedEntriesResponse()
Method Detail

getArrayOfEntryIds

public ArrayOfString getArrayOfEntryIds()
Gets the value of the arrayOfEntryIds property.

Returns:
possible object is ArrayOfString

setArrayOfEntryIds

public void setArrayOfEntryIds(ArrayOfString value)
Sets the value of the arrayOfEntryIds property.

Parameters:
value - allowed object is ArrayOfString


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