Package org.apache.openejb.jee.wls
Class WeblogicRdbmsJar
- java.lang.Object
-
- org.apache.openejb.jee.wls.WeblogicRdbmsJar
-
public class WeblogicRdbmsJar extends 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
Fields Modifier and Type Field Description protected Compatibilitycompatibilityprotected StringcreateDefaultDbmsTablesprotected StringdatabaseTypeprotected StringdefaultDbmsTablesDdlprotected BooleanenableBatchOperationsprotected Stringidprotected BooleanorderDatabaseOperationsprotected StringvalidateDbSchemaWithprotected List<WeblogicRdbmsBean>weblogicRdbmsBeanprotected List<WeblogicRdbmsRelation>weblogicRdbmsRelation
-
Constructor Summary
Constructors Constructor Description WeblogicRdbmsJar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CompatibilitygetCompatibility()Gets the value of the compatibility property.StringgetCreateDefaultDbmsTables()Gets the value of the createDefaultDbmsTables property.StringgetDatabaseType()Gets the value of the databaseType property.StringgetDefaultDbmsTablesDdl()Gets the value of the defaultDbmsTablesDdl property.BooleangetEnableBatchOperations()Gets the value of the enableBatchOperations property.StringgetId()Gets the value of the id property.BooleangetOrderDatabaseOperations()Gets the value of the orderDatabaseOperations property.StringgetValidateDbSchemaWith()Gets the value of the validateDbSchemaWith property.List<WeblogicRdbmsBean>getWeblogicRdbmsBean()Gets the value of the weblogicRdbmsBean property.List<WeblogicRdbmsRelation>getWeblogicRdbmsRelation()Gets the value of the weblogicRdbmsRelation property.voidsetCompatibility(Compatibility value)Sets the value of the compatibility property.voidsetCreateDefaultDbmsTables(String value)Sets the value of the createDefaultDbmsTables property.voidsetDatabaseType(String value)Sets the value of the databaseType property.voidsetDefaultDbmsTablesDdl(String value)Sets the value of the defaultDbmsTablesDdl property.voidsetEnableBatchOperations(Boolean value)Sets the value of the enableBatchOperations property.voidsetId(String value)Sets the value of the id property.voidsetOrderDatabaseOperations(Boolean value)Sets the value of the orderDatabaseOperations property.voidsetValidateDbSchemaWith(String value)Sets the value of the validateDbSchemaWith property.
-
-
-
Field Detail
-
weblogicRdbmsBean
protected List<WeblogicRdbmsBean> weblogicRdbmsBean
-
weblogicRdbmsRelation
protected List<WeblogicRdbmsRelation> weblogicRdbmsRelation
-
orderDatabaseOperations
protected Boolean orderDatabaseOperations
-
enableBatchOperations
protected Boolean enableBatchOperations
-
createDefaultDbmsTables
protected String createDefaultDbmsTables
-
validateDbSchemaWith
protected String validateDbSchemaWith
-
databaseType
protected String databaseType
-
defaultDbmsTablesDdl
protected String defaultDbmsTablesDdl
-
compatibility
protected Compatibility compatibility
-
id
protected String id
-
-
Method Detail
-
getWeblogicRdbmsBean
public 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 asetmethod 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 listWeblogicRdbmsBean
-
getWeblogicRdbmsRelation
public 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 asetmethod 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 listWeblogicRdbmsRelation
-
getOrderDatabaseOperations
public Boolean getOrderDatabaseOperations()
Gets the value of the orderDatabaseOperations property.- Returns:
- possible object is
Boolean
-
setOrderDatabaseOperations
public void setOrderDatabaseOperations(Boolean value)
Sets the value of the orderDatabaseOperations property.- Parameters:
value- allowed object isBoolean
-
getEnableBatchOperations
public Boolean getEnableBatchOperations()
Gets the value of the enableBatchOperations property.- Returns:
- possible object is
Boolean
-
setEnableBatchOperations
public void setEnableBatchOperations(Boolean value)
Sets the value of the enableBatchOperations property.- Parameters:
value- allowed object isBoolean
-
getCreateDefaultDbmsTables
public String getCreateDefaultDbmsTables()
Gets the value of the createDefaultDbmsTables property.- Returns:
- possible object is
String
-
setCreateDefaultDbmsTables
public void setCreateDefaultDbmsTables(String value)
Sets the value of the createDefaultDbmsTables property.- Parameters:
value- allowed object isString
-
getValidateDbSchemaWith
public String getValidateDbSchemaWith()
Gets the value of the validateDbSchemaWith property.- Returns:
- possible object is
String
-
setValidateDbSchemaWith
public void setValidateDbSchemaWith(String value)
Sets the value of the validateDbSchemaWith property.- Parameters:
value- allowed object isString
-
getDatabaseType
public String getDatabaseType()
Gets the value of the databaseType property.- Returns:
- possible object is
String
-
setDatabaseType
public void setDatabaseType(String value)
Sets the value of the databaseType property.- Parameters:
value- allowed object isString
-
getDefaultDbmsTablesDdl
public String getDefaultDbmsTablesDdl()
Gets the value of the defaultDbmsTablesDdl property.- Returns:
- possible object is
String
-
setDefaultDbmsTablesDdl
public void setDefaultDbmsTablesDdl(String value)
Sets the value of the defaultDbmsTablesDdl property.- Parameters:
value- allowed object isString
-
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 isCompatibility
-
-