uk.ac.ebi.ebinocle.webservice
Class ArrayOfEntryReferences

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

public class ArrayOfEntryReferences
extends Object

Java class for ArrayOfEntryReferences complex type.

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

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


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

Field Detail

entryReferences

protected List<EntryReferences> entryReferences
Constructor Detail

ArrayOfEntryReferences

public ArrayOfEntryReferences()
Method Detail

getEntryReferences

public List<EntryReferences> getEntryReferences()
Gets the value of the entryReferences 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 entryReferences property.

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

    getEntryReferences().add(newItem);
 

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



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