uk.ac.ebi.ebisearchservice
Class GetReferencedEntriesFlatSetResponse

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

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


Field Summary
protected  ArrayOfArrayOfString arrayOfEntryValues
           
 
Constructor Summary
GetReferencedEntriesFlatSetResponse()
           
 
Method Summary
 ArrayOfArrayOfString getArrayOfEntryValues()
          Gets the value of the arrayOfEntryValues property.
 void setArrayOfEntryValues(ArrayOfArrayOfString value)
          Sets the value of the arrayOfEntryValues property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrayOfEntryValues

protected ArrayOfArrayOfString arrayOfEntryValues
Constructor Detail

GetReferencedEntriesFlatSetResponse

public GetReferencedEntriesFlatSetResponse()
Method Detail

getArrayOfEntryValues

public ArrayOfArrayOfString getArrayOfEntryValues()
Gets the value of the arrayOfEntryValues property.

Returns:
possible object is ArrayOfArrayOfString

setArrayOfEntryValues

public void setArrayOfEntryValues(ArrayOfArrayOfString value)
Sets the value of the arrayOfEntryValues property.

Parameters:
value - allowed object is ArrayOfArrayOfString


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