uk.ac.ebi.ebinocle.webservice
Class ArrayOfFacetValue

java.lang.Object
  extended by uk.ac.ebi.ebinocle.webservice.ArrayOfFacetValue

public class ArrayOfFacetValue
extends Object

Java class for ArrayOfFacetValue complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfFacetValue">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FacetValue" type="{http://webservice.ebinocle.ebi.ac.uk}FacetValue" maxOccurs="unbounded" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<FacetValue> facetValue
           
 
Constructor Summary
ArrayOfFacetValue()
           
 
Method Summary
 List<FacetValue> getFacetValue()
          Gets the value of the facetValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

facetValue

protected List<FacetValue> facetValue
Constructor Detail

ArrayOfFacetValue

public ArrayOfFacetValue()
Method Detail

getFacetValue

public List<FacetValue> getFacetValue()
Gets the value of the facetValue 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 facetValue property.

For example, to add a new item, do as follows:

    getFacetValue().add(newItem);
 

Objects of the following type(s) are allowed in the list FacetValue



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