|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.fukurou.xml.jaxb.dbid.DbConfig
public class DbConfig
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}dbDriver"/> <element ref="{}dbid" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
フィールドの概要 | |
---|---|
protected DbDriver |
dbDriver
|
protected java.util.List<Dbid> |
dbid
|
コンストラクタの概要 | |
---|---|
DbConfig()
|
メソッドの概要 | |
---|---|
DbDriver |
getDbDriver()
Gets the value of the dbDriver property. |
java.util.List<Dbid> |
getDbid()
Gets the value of the dbid property. |
void |
setDbDriver(DbDriver value)
Sets the value of the dbDriver property. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected DbDriver dbDriver
protected java.util.List<Dbid> dbid
コンストラクタの詳細 |
---|
public DbConfig()
メソッドの詳細 |
---|
public DbDriver getDbDriver()
DbDriver
public void setDbDriver(DbDriver value)
value
- allowed object is
DbDriver
public java.util.List<Dbid> getDbid()
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
Dbid
|
openGion 5.1.1.2 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |