uk.ac.ebi.cdb.webservice
Class DbCrossReference

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

public class DbCrossReference
extends Object

Java class for dbCrossReference complex type.

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

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


Field Summary
protected  int dbCount
           
protected  List<DbCrossReferenceInfo> dbCrossReferenceInfo
           
protected  String dbName
           
 
Constructor Summary
DbCrossReference()
           
 
Method Summary
 int getDbCount()
          Gets the value of the dbCount property.
 List<DbCrossReferenceInfo> getDbCrossReferenceInfo()
          Gets the value of the dbCrossReferenceInfo property.
 String getDbName()
          Gets the value of the dbName property.
 void setDbCount(int value)
          Sets the value of the dbCount property.
 void setDbName(String value)
          Sets the value of the dbName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbName

protected String dbName

dbCount

protected int dbCount

dbCrossReferenceInfo

protected List<DbCrossReferenceInfo> dbCrossReferenceInfo
Constructor Detail

DbCrossReference

public DbCrossReference()
Method Detail

getDbName

public String getDbName()
Gets the value of the dbName property.

Returns:
possible object is String

setDbName

public void setDbName(String value)
Sets the value of the dbName property.

Parameters:
value - allowed object is String

getDbCount

public int getDbCount()
Gets the value of the dbCount property.


setDbCount

public void setDbCount(int value)
Sets the value of the dbCount property.


getDbCrossReferenceInfo

public List<DbCrossReferenceInfo> getDbCrossReferenceInfo()
Gets the value of the dbCrossReferenceInfo 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 dbCrossReferenceInfo property.

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

    getDbCrossReferenceInfo().add(newItem);
 

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



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