org.apache.openejb.jee.wls
Class WeblogicRdbmsJar

java.lang.Object
  extended by org.apache.openejb.jee.wls.WeblogicRdbmsJar

public class WeblogicRdbmsJar
extends java.lang.Object

Java class for weblogic-rdbms-jar complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="weblogic-rdbms-jar">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="weblogic-rdbms-bean" type="{http://www.bea.com/ns/weblogic/90}weblogic-rdbms-bean" maxOccurs="unbounded"/>
         <element name="weblogic-rdbms-relation" type="{http://www.bea.com/ns/weblogic/90}weblogic-rdbms-relation" maxOccurs="unbounded" minOccurs="0"/>
         <element name="order-database-operations" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="enable-batch-operations" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
         <element name="create-default-dbms-tables" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="validate-db-schema-with" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="database-type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="default-dbms-tables-ddl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="compatibility" type="{http://www.bea.com/ns/weblogic/90}compatibility" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Compatibility compatibility
           
protected  java.lang.String createDefaultDbmsTables
           
protected  java.lang.String databaseType
           
protected  java.lang.String defaultDbmsTablesDdl
           
protected  java.lang.Boolean enableBatchOperations
           
protected  java.lang.String id
           
protected  java.lang.Boolean orderDatabaseOperations
           
protected  java.lang.String validateDbSchemaWith
           
protected  java.util.List<WeblogicRdbmsBean> weblogicRdbmsBean
           
protected  java.util.List<WeblogicRdbmsRelation> weblogicRdbmsRelation
           
 
Constructor Summary
WeblogicRdbmsJar()
           
 
Method Summary
 Compatibility getCompatibility()
          Gets the value of the compatibility property.
 java.lang.String getCreateDefaultDbmsTables()
          Gets the value of the createDefaultDbmsTables property.
 java.lang.String getDatabaseType()
          Gets the value of the databaseType property.
 java.lang.String getDefaultDbmsTablesDdl()
          Gets the value of the defaultDbmsTablesDdl property.
 java.lang.Boolean getEnableBatchOperations()
          Gets the value of the enableBatchOperations property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.Boolean getOrderDatabaseOperations()
          Gets the value of the orderDatabaseOperations property.
 java.lang.String getValidateDbSchemaWith()
          Gets the value of the validateDbSchemaWith property.
 java.util.List<WeblogicRdbmsBean> getWeblogicRdbmsBean()
          Gets the value of the weblogicRdbmsBean property.
 java.util.List<WeblogicRdbmsRelation> getWeblogicRdbmsRelation()
          Gets the value of the weblogicRdbmsRelation property.
 void setCompatibility(Compatibility value)
          Sets the value of the compatibility property.
 void setCreateDefaultDbmsTables(java.lang.String value)
          Sets the value of the createDefaultDbmsTables property.
 void setDatabaseType(java.lang.String value)
          Sets the value of the databaseType property.
 void setDefaultDbmsTablesDdl(java.lang.String value)
          Sets the value of the defaultDbmsTablesDdl property.
 void setEnableBatchOperations(java.lang.Boolean value)
          Sets the value of the enableBatchOperations property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setOrderDatabaseOperations(java.lang.Boolean value)
          Sets the value of the orderDatabaseOperations property.
 void setValidateDbSchemaWith(java.lang.String value)
          Sets the value of the validateDbSchemaWith property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weblogicRdbmsBean

protected java.util.List<WeblogicRdbmsBean> weblogicRdbmsBean

weblogicRdbmsRelation

protected java.util.List<WeblogicRdbmsRelation> weblogicRdbmsRelation

orderDatabaseOperations

protected java.lang.Boolean orderDatabaseOperations

enableBatchOperations

protected java.lang.Boolean enableBatchOperations

createDefaultDbmsTables

protected java.lang.String createDefaultDbmsTables

validateDbSchemaWith

protected java.lang.String validateDbSchemaWith

databaseType

protected java.lang.String databaseType

defaultDbmsTablesDdl

protected java.lang.String defaultDbmsTablesDdl

compatibility

protected Compatibility compatibility

id

protected java.lang.String id
Constructor Detail

WeblogicRdbmsJar

public WeblogicRdbmsJar()
Method Detail

getWeblogicRdbmsBean

public java.util.List<WeblogicRdbmsBean> getWeblogicRdbmsBean()
Gets the value of the weblogicRdbmsBean 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 weblogicRdbmsBean property.

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

    getWeblogicRdbmsBean().add(newItem);
 

Objects of the following type(s) are allowed in the list WeblogicRdbmsBean


getWeblogicRdbmsRelation

public java.util.List<WeblogicRdbmsRelation> getWeblogicRdbmsRelation()
Gets the value of the weblogicRdbmsRelation 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 weblogicRdbmsRelation property.

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

    getWeblogicRdbmsRelation().add(newItem);
 

Objects of the following type(s) are allowed in the list WeblogicRdbmsRelation


getOrderDatabaseOperations

public java.lang.Boolean getOrderDatabaseOperations()
Gets the value of the orderDatabaseOperations property.

Returns:
possible object is Boolean

setOrderDatabaseOperations

public void setOrderDatabaseOperations(java.lang.Boolean value)
Sets the value of the orderDatabaseOperations property.

Parameters:
value - allowed object is Boolean

getEnableBatchOperations

public java.lang.Boolean getEnableBatchOperations()
Gets the value of the enableBatchOperations property.

Returns:
possible object is Boolean

setEnableBatchOperations

public void setEnableBatchOperations(java.lang.Boolean value)
Sets the value of the enableBatchOperations property.

Parameters:
value - allowed object is Boolean

getCreateDefaultDbmsTables

public java.lang.String getCreateDefaultDbmsTables()
Gets the value of the createDefaultDbmsTables property.

Returns:
possible object is String

setCreateDefaultDbmsTables

public void setCreateDefaultDbmsTables(java.lang.String value)
Sets the value of the createDefaultDbmsTables property.

Parameters:
value - allowed object is String

getValidateDbSchemaWith

public java.lang.String getValidateDbSchemaWith()
Gets the value of the validateDbSchemaWith property.

Returns:
possible object is String

setValidateDbSchemaWith

public void setValidateDbSchemaWith(java.lang.String value)
Sets the value of the validateDbSchemaWith property.

Parameters:
value - allowed object is String

getDatabaseType

public java.lang.String getDatabaseType()
Gets the value of the databaseType property.

Returns:
possible object is String

setDatabaseType

public void setDatabaseType(java.lang.String value)
Sets the value of the databaseType property.

Parameters:
value - allowed object is String

getDefaultDbmsTablesDdl

public java.lang.String getDefaultDbmsTablesDdl()
Gets the value of the defaultDbmsTablesDdl property.

Returns:
possible object is String

setDefaultDbmsTablesDdl

public void setDefaultDbmsTablesDdl(java.lang.String value)
Sets the value of the defaultDbmsTablesDdl property.

Parameters:
value - allowed object is String

getCompatibility

public Compatibility getCompatibility()
Gets the value of the compatibility property.

Returns:
possible object is Compatibility

setCompatibility

public void setCompatibility(Compatibility value)
Sets the value of the compatibility property.

Parameters:
value - allowed object is Compatibility

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.