uk.ac.ebi.ebisearchservice
Class GetEntriesFieldUrlsResponse

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

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


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

Field Detail

arrayOfEntryUrlsValues

protected ArrayOfArrayOfString arrayOfEntryUrlsValues
Constructor Detail

GetEntriesFieldUrlsResponse

public GetEntriesFieldUrlsResponse()
Method Detail

getArrayOfEntryUrlsValues

public ArrayOfArrayOfString getArrayOfEntryUrlsValues()
Gets the value of the arrayOfEntryUrlsValues property.

Returns:
possible object is ArrayOfArrayOfString

setArrayOfEntryUrlsValues

public void setArrayOfEntryUrlsValues(ArrayOfArrayOfString value)
Sets the value of the arrayOfEntryUrlsValues property.

Parameters:
value - allowed object is ArrayOfArrayOfString


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