uk.ac.ebi.ebisearchservice
Class ListFieldsInformationResponse

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

public class ListFieldsInformationResponse
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="arrayOfFieldInformation" type="{http://webservice.ebinocle.ebi.ac.uk}ArrayOfFieldInfo"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ArrayOfFieldInfo arrayOfFieldInformation
           
 
Constructor Summary
ListFieldsInformationResponse()
           
 
Method Summary
 ArrayOfFieldInfo getArrayOfFieldInformation()
          Gets the value of the arrayOfFieldInformation property.
 void setArrayOfFieldInformation(ArrayOfFieldInfo value)
          Sets the value of the arrayOfFieldInformation property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

arrayOfFieldInformation

protected ArrayOfFieldInfo arrayOfFieldInformation
Constructor Detail

ListFieldsInformationResponse

public ListFieldsInformationResponse()
Method Detail

getArrayOfFieldInformation

public ArrayOfFieldInfo getArrayOfFieldInformation()
Gets the value of the arrayOfFieldInformation property.

Returns:
possible object is ArrayOfFieldInfo

setArrayOfFieldInformation

public void setArrayOfFieldInformation(ArrayOfFieldInfo value)
Sets the value of the arrayOfFieldInformation property.

Parameters:
value - allowed object is ArrayOfFieldInfo


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