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

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

public static class Configuration.Jdbc.JdbcRa
extends java.lang.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  java.lang.String drivers
           
protected  java.lang.String dsClass
           
protected  java.lang.String jdbcCheckLevel
           
protected  java.lang.String jdbcTestStatment
           
protected  java.lang.String jndiname
           
protected  java.lang.String mappername
           
protected  java.lang.String password
           
protected  Configuration.Jdbc.JdbcRa.PoolParameters poolParameters
           
protected  java.lang.String raName
           
protected  java.lang.String rarlink
           
protected  java.lang.String url
           
protected  java.lang.String user
           
 
Constructor Summary
Configuration.Jdbc.JdbcRa()
           
 
Method Summary
 java.lang.String getDrivers()
          Gets the value of the drivers property.
 java.lang.String getDsClass()
          Gets the value of the dsClass property.
 java.lang.String getJdbcCheckLevel()
          Gets the value of the jdbcCheckLevel property.
 java.lang.String getJdbcTestStatment()
          Gets the value of the jdbcTestStatment property.
 java.lang.String getJndiname()
          Gets the value of the jndiname property.
 java.lang.String getMappername()
          Gets the value of the mappername property.
 java.lang.String getPassword()
          Gets the value of the password property.
 Configuration.Jdbc.JdbcRa.PoolParameters getPoolParameters()
          Gets the value of the poolParameters property.
 java.lang.String getRaName()
          Gets the value of the raName property.
 java.lang.String getRarlink()
          Gets the value of the rarlink property.
 java.lang.String getUrl()
          Gets the value of the url property.
 java.lang.String getUser()
          Gets the value of the user property.
 void setDrivers(java.lang.String value)
          Sets the value of the drivers property.
 void setDsClass(java.lang.String value)
          Sets the value of the dsClass property.
 void setJdbcCheckLevel(java.lang.String value)
          Sets the value of the jdbcCheckLevel property.
 void setJdbcTestStatment(java.lang.String value)
          Sets the value of the jdbcTestStatment property.
 void setJndiname(java.lang.String value)
          Sets the value of the jndiname property.
 void setMappername(java.lang.String value)
          Sets the value of the mappername property.
 void setPassword(java.lang.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(java.lang.String value)
          Sets the value of the raName property.
 void setRarlink(java.lang.String value)
          Sets the value of the rarlink 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

raName

protected java.lang.String raName

user

protected java.lang.String user

password

protected java.lang.String password

url

protected java.lang.String url

dsClass

protected java.lang.String dsClass

jndiname

protected java.lang.String jndiname

mappername

protected java.lang.String mappername

rarlink

protected java.lang.String rarlink

jdbcCheckLevel

protected java.lang.String jdbcCheckLevel

jdbcTestStatment

protected java.lang.String jdbcTestStatment

drivers

protected java.lang.String drivers

poolParameters

protected Configuration.Jdbc.JdbcRa.PoolParameters poolParameters
Constructor Detail

Configuration.Jdbc.JdbcRa

public Configuration.Jdbc.JdbcRa()
Method Detail

getRaName

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

Returns:
possible object is String

setRaName

public void setRaName(java.lang.String value)
Sets the value of the raName property.

Parameters:
value - allowed object is String

getUser

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

Returns:
possible object is String

setUser

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

Parameters:
value - allowed object is String

getPassword

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

Returns:
possible object is String

setPassword

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

Parameters:
value - allowed object is String

getUrl

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

Returns:
possible object is String

setUrl

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

Parameters:
value - allowed object is String

getDsClass

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

Returns:
possible object is String

setDsClass

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

Parameters:
value - allowed object is String

getJndiname

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

Returns:
possible object is String

setJndiname

public void setJndiname(java.lang.String value)
Sets the value of the jndiname property.

Parameters:
value - allowed object is String

getMappername

public java.lang.String getMappername()
Gets the value of the mappername property.

Returns:
possible object is String

setMappername

public void setMappername(java.lang.String value)
Sets the value of the mappername property.

Parameters:
value - allowed object is String

getRarlink

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

Returns:
possible object is String

setRarlink

public void setRarlink(java.lang.String value)
Sets the value of the rarlink property.

Parameters:
value - allowed object is String

getJdbcCheckLevel

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

Returns:
possible object is String

setJdbcCheckLevel

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

Parameters:
value - allowed object is String

getJdbcTestStatment

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

Returns:
possible object is String

setJdbcTestStatment

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

Parameters:
value - allowed object is String

getDrivers

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

Returns:
possible object is String

setDrivers

public void setDrivers(java.lang.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 © 2010 OW2 Consortium. All Rights Reserved.