openGionopenGion
5.0.1.1

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

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

public class Dbid
extends java.lang.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  java.lang.Boolean applicationInfo
           
protected  java.lang.String dbidKey
           
protected  java.lang.Integer maxcount
           
protected  java.lang.Integer mincount
           
protected  java.lang.String password
           
protected  java.lang.Integer pooltime
           
protected  java.lang.Boolean readonly
           
protected  java.lang.String url
           
protected  java.lang.String user
           
 
コンストラクタの概要
Dbid()
           
 
メソッドの概要
 java.lang.String getDbidKey()
          Gets the value of the dbidKey property.
 java.lang.Integer getMaxcount()
          Gets the value of the maxcount property.
 java.lang.Integer getMincount()
          Gets the value of the mincount property.
 java.lang.String getPassword()
          Gets the value of the password property.
 java.lang.Integer getPooltime()
          Gets the value of the pooltime property.
 java.lang.String getUrl()
          Gets the value of the url property.
 java.lang.String getUser()
          Gets the value of the user property.
 java.lang.Boolean isApplicationInfo()
          Gets the value of the applicationInfo property.
 java.lang.Boolean isReadonly()
          Gets the value of the readonly property.
 void setApplicationInfo(java.lang.Boolean value)
          Sets the value of the applicationInfo property.
 void setDbidKey(java.lang.String value)
          Sets the value of the dbidKey property.
 void setMaxcount(java.lang.Integer value)
          Sets the value of the maxcount property.
 void setMincount(java.lang.Integer value)
          Sets the value of the mincount property.
 void setPassword(java.lang.String value)
          Sets the value of the password property.
 void setPooltime(java.lang.Integer value)
          Sets the value of the pooltime property.
 void setReadonly(java.lang.Boolean value)
          Sets the value of the readonly property.
 void setUrl(java.lang.String value)
          Sets the value of the url property.
 void setUser(java.lang.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 java.lang.String dbidKey

url

protected java.lang.String url

user

protected java.lang.String user

password

protected java.lang.String password

readonly

protected java.lang.Boolean readonly

mincount

protected java.lang.Integer mincount

maxcount

protected java.lang.Integer maxcount

pooltime

protected java.lang.Integer pooltime

applicationInfo

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

Dbid

public Dbid()
メソッドの詳細

getDbidKey

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

戻り値:
possible object is String

setDbidKey

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

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

getUrl

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

戻り値:
possible object is String

setUrl

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

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

getUser

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

戻り値:
possible object is String

setUser

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

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

getPassword

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

戻り値:
possible object is String

setPassword

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

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

isReadonly

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

戻り値:
possible object is Boolean

setReadonly

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

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

getMincount

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

戻り値:
possible object is Integer

setMincount

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

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

getMaxcount

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

戻り値:
possible object is Integer

setMaxcount

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

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

getPooltime

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

戻り値:
possible object is Integer

setPooltime

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

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

isApplicationInfo

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

戻り値:
possible object is Boolean

setApplicationInfo

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

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

openGion 5.0.1.1

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