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

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

public static class Configuration.Jdbc
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">
       <sequence maxOccurs="unbounded">
         <element name="jdbc_ra">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class Configuration.Jdbc.JdbcRa
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<Configuration.Jdbc.JdbcRa> jdbcRa
           
 
Constructor Summary
Configuration.Jdbc()
           
 
Method Summary
 java.util.List<Configuration.Jdbc.JdbcRa> getJdbcRa()
          Gets the value of the jdbcRa property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jdbcRa

protected java.util.List<Configuration.Jdbc.JdbcRa> jdbcRa
Constructor Detail

Configuration.Jdbc

public Configuration.Jdbc()
Method Detail

getJdbcRa

public java.util.List<Configuration.Jdbc.JdbcRa> getJdbcRa()
Gets the value of the jdbcRa property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the jdbcRa property.

For example, to add a new item, do as follows:

    getJdbcRa().add(newItem);
 

Objects of the following type(s) are allowed in the list Configuration.Jdbc.JdbcRa



Copyright © 2010 OW2 Consortium. All Rights Reserved.