|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.ebi.cdb.webservice.DbCrossReference
public class DbCrossReference
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 |
---|
protected String dbName
protected int dbCount
protected List<DbCrossReferenceInfo> dbCrossReferenceInfo
Constructor Detail |
---|
public DbCrossReference()
Method Detail |
---|
public String getDbName()
String
public void setDbName(String value)
value
- allowed object is
String
public int getDbCount()
public void setDbCount(int value)
public List<DbCrossReferenceInfo> getDbCrossReferenceInfo()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |