uk.ac.ebi.ebisearchservice
Class ListFieldsInformationResponse
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arrayOfFieldInformation
protected ArrayOfFieldInfo arrayOfFieldInformation
ListFieldsInformationResponse
public ListFieldsInformationResponse()
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.