|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.ResourceJdbcType
public class ResourceJdbcType
the
Java class for resourceJdbcType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resourceJdbcType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="pool-parameters" type="{http://jasmine.ow2.org/deployme-2.0}poolParametersType" minOccurs="0"/>
</all>
<attribute name="resourceName" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="dbServiceRef" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="user" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="password" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="className" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="url" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="mapperName" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="jdbcCheckLevel" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="jdbcTestStatment" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
className
|
protected String |
dbServiceRef
|
protected String |
jdbcCheckLevel
|
protected String |
jdbcTestStatment
|
protected String |
mapperName
|
protected String |
password
|
protected PoolParametersType |
poolParameters
|
protected String |
resourceName
|
protected String |
url
|
protected String |
user
|
| Constructor Summary | |
|---|---|
ResourceJdbcType()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Gets the value of the className property. |
String |
getDbServiceRef()
Gets the value of the dbServiceRef property. |
String |
getJdbcCheckLevel()
Gets the value of the jdbcCheckLevel property. |
String |
getJdbcTestStatment()
Gets the value of the jdbcTestStatment property. |
String |
getMapperName()
Gets the value of the mapperName property. |
String |
getPassword()
Gets the value of the password property. |
PoolParametersType |
getPoolParameters()
Gets the value of the poolParameters property. |
String |
getResourceName()
Gets the value of the resourceName property. |
String |
getUrl()
Gets the value of the url property. |
String |
getUser()
Gets the value of the user property. |
void |
setClassName(String value)
Sets the value of the className property. |
void |
setDbServiceRef(String value)
Sets the value of the dbServiceRef property. |
void |
setJdbcCheckLevel(String value)
Sets the value of the jdbcCheckLevel property. |
void |
setJdbcTestStatment(String value)
Sets the value of the jdbcTestStatment property. |
void |
setMapperName(String value)
Sets the value of the mapperName property. |
void |
setPassword(String value)
Sets the value of the password property. |
void |
setPoolParameters(PoolParametersType value)
Sets the value of the poolParameters property. |
void |
setResourceName(String value)
Sets the value of the resourceName property. |
void |
setUrl(String value)
Sets the value of the url property. |
void |
setUser(String value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PoolParametersType poolParameters
protected String resourceName
protected String dbServiceRef
protected String user
protected String password
protected String className
protected String url
protected String mapperName
protected String jdbcCheckLevel
protected String jdbcTestStatment
| Constructor Detail |
|---|
public ResourceJdbcType()
| Method Detail |
|---|
public PoolParametersType getPoolParameters()
PoolParametersTypepublic void setPoolParameters(PoolParametersType value)
value - allowed object is
PoolParametersTypepublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic String getDbServiceRef()
Stringpublic void setDbServiceRef(String value)
value - allowed object is
Stringpublic String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic String getPassword()
Stringpublic void setPassword(String value)
value - allowed object is
Stringpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic String getMapperName()
Stringpublic void setMapperName(String value)
value - allowed object is
Stringpublic String getJdbcCheckLevel()
Stringpublic void setJdbcCheckLevel(String value)
value - allowed object is
Stringpublic String getJdbcTestStatment()
Stringpublic void setJdbcTestStatment(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||