uk.ac.ebi.ebinocle.webservice
Class ArrayOfFacet

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

public class ArrayOfFacet
extends Object

Java class for ArrayOfFacet complex type.

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

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


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

Field Detail

facet

protected List<Facet> facet
Constructor Detail

ArrayOfFacet

public ArrayOfFacet()
Method Detail

getFacet

public List<Facet> getFacet()
Gets the value of the facet 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 facet property.

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

    getFacet().add(newItem);
 

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



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