openGionopenGion
5.0.0.0

org.opengion.fukurou.xml.jaxb.dbid
クラス DbConfig

java.lang.Object
  上位を拡張 org.opengion.fukurou.xml.jaxb.dbid.DbConfig

public class DbConfig
extends Object

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  List<Dbid> dbid
           
 
コンストラクタの概要
DbConfig()
           
 
メソッドの概要
 DbDriver getDbDriver()
          Gets the value of the dbDriver property.
 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
 

フィールドの詳細

dbDriver

protected DbDriver dbDriver

dbid

protected List<Dbid> dbid
コンストラクタの詳細

DbConfig

public DbConfig()
メソッドの詳細

getDbDriver

public DbDriver getDbDriver()
Gets the value of the dbDriver property.

戻り値:
possible object is DbDriver

setDbDriver

public void setDbDriver(DbDriver value)
Sets the value of the dbDriver property.

パラメータ:
value - allowed object is DbDriver

getDbid

public List<Dbid> 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 Dbid


openGion 5.0.0.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.