uk.ac.ebi.cdb.webservice
Class DbCrossReferenceList

java.lang.Object
  extended by uk.ac.ebi.cdb.webservice.DbCrossReferenceList

public class DbCrossReferenceList
extends Object

Java class for dbCrossReferenceList complex type.

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

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


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

Field Detail

dbCrossReference

protected List<DbCrossReference> dbCrossReference
Constructor Detail

DbCrossReferenceList

public DbCrossReferenceList()
Method Detail

getDbCrossReference

public List<DbCrossReference> getDbCrossReference()
Gets the value of the dbCrossReference 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 dbCrossReference property.

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

    getDbCrossReference().add(newItem);
 

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



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