openGionopenGion
5.1.7.0

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

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

public class Dbid
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">
       <all>
         <element name="dbidKey" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="readonly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="mincount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxcount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="pooltime" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="applicationInfo" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


フィールドの概要
protected  Boolean applicationInfo
           
protected  String dbidKey
           
protected  Integer maxcount
           
protected  Integer mincount
           
protected  String password
           
protected  Integer pooltime
           
protected  Boolean readonly
           
protected  String url
           
protected  String user
           
 
コンストラクタの概要
Dbid()
           
 
メソッドの概要
 String getDbidKey()
          Gets the value of the dbidKey property.
 Integer getMaxcount()
          Gets the value of the maxcount property.
 Integer getMincount()
          Gets the value of the mincount property.
 String getPassword()
          Gets the value of the password property.
 Integer getPooltime()
          Gets the value of the pooltime property.
 String getUrl()
          Gets the value of the url property.
 String getUser()
          Gets the value of the user property.
 Boolean isApplicationInfo()
          Gets the value of the applicationInfo property.
 Boolean isReadonly()
          Gets the value of the readonly property.
 void setApplicationInfo(Boolean value)
          Sets the value of the applicationInfo property.
 void setDbidKey(String value)
          Sets the value of the dbidKey property.
 void setMaxcount(Integer value)
          Sets the value of the maxcount property.
 void setMincount(Integer value)
          Sets the value of the mincount property.
 void setPassword(String value)
          Sets the value of the password property.
 void setPooltime(Integer value)
          Sets the value of the pooltime property.
 void setReadonly(Boolean value)
          Sets the value of the readonly property.
 void setUrl(String value)
          Sets the value of the url property.
 void setUser(String value)
          Sets the value of the user property.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

dbidKey

protected String dbidKey

url

protected String url

user

protected String user

password

protected String password

readonly

protected Boolean readonly

mincount

protected Integer mincount

maxcount

protected Integer maxcount

pooltime

protected Integer pooltime

applicationInfo

protected Boolean applicationInfo
コンストラクタの詳細

Dbid

public Dbid()
メソッドの詳細

getDbidKey

public String getDbidKey()
Gets the value of the dbidKey property.

戻り値:
possible object is String

setDbidKey

public void setDbidKey(String value)
Sets the value of the dbidKey property.

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

getUrl

public String getUrl()
Gets the value of the url property.

戻り値:
possible object is String

setUrl

public void setUrl(String value)
Sets the value of the url property.

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

getUser

public String getUser()
Gets the value of the user property.

戻り値:
possible object is String

setUser

public void setUser(String value)
Sets the value of the user property.

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

getPassword

public String getPassword()
Gets the value of the password property.

戻り値:
possible object is String

setPassword

public void setPassword(String value)
Sets the value of the password property.

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

isReadonly

public Boolean isReadonly()
Gets the value of the readonly property.

戻り値:
possible object is Boolean

setReadonly

public void setReadonly(Boolean value)
Sets the value of the readonly property.

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

getMincount

public Integer getMincount()
Gets the value of the mincount property.

戻り値:
possible object is Integer

setMincount

public void setMincount(Integer value)
Sets the value of the mincount property.

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

getMaxcount

public Integer getMaxcount()
Gets the value of the maxcount property.

戻り値:
possible object is Integer

setMaxcount

public void setMaxcount(Integer value)
Sets the value of the maxcount property.

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

getPooltime

public Integer getPooltime()
Gets the value of the pooltime property.

戻り値:
possible object is Integer

setPooltime

public void setPooltime(Integer value)
Sets the value of the pooltime property.

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

isApplicationInfo

public Boolean isApplicationInfo()
Gets the value of the applicationInfo property.

戻り値:
possible object is Boolean

setApplicationInfo

public void setApplicationInfo(Boolean value)
Sets the value of the applicationInfo property.

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

openGion 5.1.7.0

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