uk.ac.ebi.ebinocle.webservice
Class ArrayOfFieldInfo
java.lang.Object
uk.ac.ebi.ebinocle.webservice.ArrayOfFieldInfo
public class ArrayOfFieldInfo
- extends Object
Java class for ArrayOfFieldInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfFieldInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="FieldInfo" type="{http://webservice.ebinocle.ebi.ac.uk}FieldInfo" maxOccurs="unbounded" minOccurs="0" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldInfo
protected List<FieldInfo> fieldInfo
ArrayOfFieldInfo
public ArrayOfFieldInfo()
getFieldInfo
public List<FieldInfo> getFieldInfo()
- Gets the value of the fieldInfo property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the fieldInfo property.
For example, to add a new item, do as follows:
getFieldInfo().add(newItem);
Objects of the following type(s) are allowed in the list
FieldInfo
Copyright © 2005-2012 European Bioinformatics Institute (EBI). All Rights Reserved.