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