|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.WeblogicRdbmsJar
public class WeblogicRdbmsJar
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 String |
createDefaultDbmsTables
|
protected String |
databaseType
|
protected String |
defaultDbmsTablesDdl
|
protected Boolean |
enableBatchOperations
|
protected String |
id
|
protected Boolean |
orderDatabaseOperations
|
protected String |
validateDbSchemaWith
|
protected List<WeblogicRdbmsBean> |
weblogicRdbmsBean
|
protected List<WeblogicRdbmsRelation> |
weblogicRdbmsRelation
|
| Constructor Summary | |
|---|---|
WeblogicRdbmsJar()
|
|
| Method Summary | |
|---|---|
Compatibility |
getCompatibility()
Gets the value of the compatibility property. |
String |
getCreateDefaultDbmsTables()
Gets the value of the createDefaultDbmsTables property. |
String |
getDatabaseType()
Gets the value of the databaseType property. |
String |
getDefaultDbmsTablesDdl()
Gets the value of the defaultDbmsTablesDdl property. |
Boolean |
getEnableBatchOperations()
Gets the value of the enableBatchOperations property. |
String |
getId()
Gets the value of the id property. |
Boolean |
getOrderDatabaseOperations()
Gets the value of the orderDatabaseOperations property. |
String |
getValidateDbSchemaWith()
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. |
void |
setCompatibility(Compatibility value)
Sets the value of the compatibility property. |
void |
setCreateDefaultDbmsTables(String value)
Sets the value of the createDefaultDbmsTables property. |
void |
setDatabaseType(String value)
Sets the value of the databaseType property. |
void |
setDefaultDbmsTablesDdl(String value)
Sets the value of the defaultDbmsTablesDdl property. |
void |
setEnableBatchOperations(Boolean value)
Sets the value of the enableBatchOperations property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setOrderDatabaseOperations(Boolean value)
Sets the value of the orderDatabaseOperations property. |
void |
setValidateDbSchemaWith(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 |
|---|
protected List<WeblogicRdbmsBean> weblogicRdbmsBean
protected List<WeblogicRdbmsRelation> weblogicRdbmsRelation
protected Boolean orderDatabaseOperations
protected Boolean enableBatchOperations
protected String createDefaultDbmsTables
protected String validateDbSchemaWith
protected String databaseType
protected String defaultDbmsTablesDdl
protected Compatibility compatibility
protected String id
| Constructor Detail |
|---|
public WeblogicRdbmsJar()
| Method Detail |
|---|
public List<WeblogicRdbmsBean> getWeblogicRdbmsBean()
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
public List<WeblogicRdbmsRelation> getWeblogicRdbmsRelation()
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
public Boolean getOrderDatabaseOperations()
Booleanpublic void setOrderDatabaseOperations(Boolean value)
value - allowed object is
Booleanpublic Boolean getEnableBatchOperations()
Booleanpublic void setEnableBatchOperations(Boolean value)
value - allowed object is
Booleanpublic String getCreateDefaultDbmsTables()
Stringpublic void setCreateDefaultDbmsTables(String value)
value - allowed object is
Stringpublic String getValidateDbSchemaWith()
Stringpublic void setValidateDbSchemaWith(String value)
value - allowed object is
Stringpublic String getDatabaseType()
Stringpublic void setDatabaseType(String value)
value - allowed object is
Stringpublic String getDefaultDbmsTablesDdl()
Stringpublic void setDefaultDbmsTablesDdl(String value)
value - allowed object is
Stringpublic Compatibility getCompatibility()
Compatibilitypublic void setCompatibility(Compatibility value)
value - allowed object is
Compatibilitypublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||