|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.fukurou.xml.jaxb.dbid.Dbid
public class Dbid
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 |
フィールドの詳細 |
---|
protected java.lang.String dbidKey
protected java.lang.String url
protected java.lang.String user
protected java.lang.String password
protected java.lang.Boolean readonly
protected java.lang.Integer mincount
protected java.lang.Integer maxcount
protected java.lang.Integer pooltime
protected java.lang.Boolean applicationInfo
コンストラクタの詳細 |
---|
public Dbid()
メソッドの詳細 |
---|
public java.lang.String getDbidKey()
String
public void setDbidKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrl()
String
public void setUrl(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUser()
String
public void setUser(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isReadonly()
Boolean
public void setReadonly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getMincount()
Integer
public void setMincount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getMaxcount()
Integer
public void setMaxcount(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getPooltime()
Integer
public void setPooltime(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isApplicationInfo()
Boolean
public void setApplicationInfo(java.lang.Boolean value)
value
- allowed object is
Boolean
|
openGion 5.0.0.2 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |