org.ow2.jasmine.deployme.v1.generated
Class Configuration.Jdbc.JdbcRa

java.lang.Object
  extended by org.ow2.jasmine.deployme.v1.generated.Configuration.Jdbc.JdbcRa
Enclosing class:
Configuration.Jdbc

public static class Configuration.Jdbc.JdbcRa
extends 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="ra_name" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="user" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="url" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="ds_class" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jndiname" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="mappername" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="rarlink" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jdbc_check_level" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="jdbc_test_statment" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="drivers" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="pool_parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="pool_init" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_min" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_max_age_minutes" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pstmt_max" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_max_opentime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_max_waiters" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_max_waittime" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                   <element name="pool_sampling_period" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Configuration.Jdbc.JdbcRa.PoolParameters
          Java class for anonymous complex type.
 
Field Summary
protected  String drivers
           
protected  String dsClass
           
protected  String jdbcCheckLevel
           
protected  String jdbcTestStatment
           
protected  String jndiname
           
protected  String mappername
           
protected  String password
           
protected  Configuration.Jdbc.JdbcRa.PoolParameters poolParameters
           
protected  String raName
           
protected  String rarlink
           
protected  String url
           
protected  String user
           
 
Constructor Summary
Configuration.Jdbc.JdbcRa()
           
 
Method Summary
 String getDrivers()
          Gets the value of the drivers property.
 String getDsClass()
          Gets the value of the dsClass property.
 String getJdbcCheckLevel()
          Gets the value of the jdbcCheckLevel property.
 String getJdbcTestStatment()
          Gets the value of the jdbcTestStatment property.
 String getJndiname()
          Gets the value of the jndiname property.
 String getMappername()
          Gets the value of the mappername property.
 String getPassword()
          Gets the value of the password property.
 Configuration.Jdbc.JdbcRa.PoolParameters getPoolParameters()
          Gets the value of the poolParameters property.
 String getRaName()
          Gets the value of the raName property.
 String getRarlink()
          Gets the value of the rarlink property.
 String getUrl()
          Gets the value of the url property.
 String getUser()
          Gets the value of the user property.
 void setDrivers(String value)
          Sets the value of the drivers property.
 void setDsClass(String value)
          Sets the value of the dsClass property.
 void setJdbcCheckLevel(String value)
          Sets the value of the jdbcCheckLevel property.
 void setJdbcTestStatment(String value)
          Sets the value of the jdbcTestStatment property.
 void setJndiname(String value)
          Sets the value of the jndiname 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(Configuration.Jdbc.JdbcRa.PoolParameters value)
          Sets the value of the poolParameters property.
 void setRaName(String value)
          Sets the value of the raName property.
 void setRarlink(String value)
          Sets the value of the rarlink 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

raName

protected String raName

user

protected String user

password

protected String password

url

protected String url

dsClass

protected String dsClass

jndiname

protected String jndiname

mappername

protected String mappername

rarlink

protected String rarlink

jdbcCheckLevel

protected String jdbcCheckLevel

jdbcTestStatment

protected String jdbcTestStatment

drivers

protected String drivers

poolParameters

protected Configuration.Jdbc.JdbcRa.PoolParameters poolParameters
Constructor Detail

Configuration.Jdbc.JdbcRa

public Configuration.Jdbc.JdbcRa()
Method Detail

getRaName

public String getRaName()
Gets the value of the raName property.

Returns:
possible object is String

setRaName

public void setRaName(String value)
Sets the value of the raName 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

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

getDsClass

public String getDsClass()
Gets the value of the dsClass property.

Returns:
possible object is String

setDsClass

public void setDsClass(String value)
Sets the value of the dsClass property.

Parameters:
value - allowed object is String

getJndiname

public String getJndiname()
Gets the value of the jndiname property.

Returns:
possible object is String

setJndiname

public void setJndiname(String value)
Sets the value of the jndiname 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

getRarlink

public String getRarlink()
Gets the value of the rarlink property.

Returns:
possible object is String

setRarlink

public void setRarlink(String value)
Sets the value of the rarlink 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

getDrivers

public String getDrivers()
Gets the value of the drivers property.

Returns:
possible object is String

setDrivers

public void setDrivers(String value)
Sets the value of the drivers property.

Parameters:
value - allowed object is String

getPoolParameters

public Configuration.Jdbc.JdbcRa.PoolParameters getPoolParameters()
Gets the value of the poolParameters property.

Returns:
possible object is Configuration.Jdbc.JdbcRa.PoolParameters

setPoolParameters

public void setPoolParameters(Configuration.Jdbc.JdbcRa.PoolParameters value)
Sets the value of the poolParameters property.

Parameters:
value - allowed object is Configuration.Jdbc.JdbcRa.PoolParameters


Copyright © 2012 OW2 Consortium. All Rights Reserved.