org.ow2.jasmine.deployme.v2.generated
Class ResourceJdbcType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.ResourceJdbcType

public class ResourceJdbcType
extends Object

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

poolParameters

protected PoolParametersType poolParameters

resourceName

protected String resourceName

dbServiceRef

protected String dbServiceRef

user

protected String user

password

protected String password

className

protected String className

url

protected String url

mapperName

protected String mapperName

jdbcCheckLevel

protected String jdbcCheckLevel

jdbcTestStatment

protected String jdbcTestStatment
Constructor Detail

ResourceJdbcType

public ResourceJdbcType()
Method Detail

getPoolParameters

public PoolParametersType getPoolParameters()
Gets the value of the poolParameters property.

Returns:
possible object is PoolParametersType

setPoolParameters

public void setPoolParameters(PoolParametersType value)
Sets the value of the poolParameters property.

Parameters:
value - allowed object is PoolParametersType

getResourceName

public String getResourceName()
Gets the value of the resourceName property.

Returns:
possible object is String

setResourceName

public void setResourceName(String value)
Sets the value of the resourceName property.

Parameters:
value - allowed object is String

getDbServiceRef

public String getDbServiceRef()
Gets the value of the dbServiceRef property.

Returns:
possible object is String

setDbServiceRef

public void setDbServiceRef(String value)
Sets the value of the dbServiceRef property.

Parameters:
value - allowed object is String

getUser

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

Returns:
possible object is String

setUser

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

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getUrl

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

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String

getMapperName

public String getMapperName()
Gets the value of the mapperName property.

Returns:
possible object is String

setMapperName

public void setMapperName(String value)
Sets the value of the mapperName property.

Parameters:
value - allowed object is String

getJdbcCheckLevel

public String getJdbcCheckLevel()
Gets the value of the jdbcCheckLevel property.

Returns:
possible object is String

setJdbcCheckLevel

public void setJdbcCheckLevel(String value)
Sets the value of the jdbcCheckLevel property.

Parameters:
value - allowed object is String

getJdbcTestStatment

public String getJdbcTestStatment()
Gets the value of the jdbcTestStatment property.

Returns:
possible object is String

setJdbcTestStatment

public void setJdbcTestStatment(String value)
Sets the value of the jdbcTestStatment property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.