uk.ac.ebi.cdb.webservice
Class MinedDbIDs

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

public class MinedDbIDs
extends Object

Java class for minedDbIDs complex type.

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

 <complexType name="minedDbIDs">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dbId" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Field Detail

dbId

protected List<String> dbId
Constructor Detail

MinedDbIDs

public MinedDbIDs()
Method Detail

getDbId

public List<String> getDbId()
Gets the value of the dbId 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 dbId property.

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

    getDbId().add(newItem);
 

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



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