|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.TableMap
public class TableMap
Java class for table-map complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="table-map">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="table-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="field-map" type="{http://www.bea.com/ns/weblogic/90}field-map" maxOccurs="unbounded" minOccurs="0"/>
<element name="verify-rows" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verify-columns" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="optimistic-column" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trigger-updates-optimistic-column" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="version-column-initial-value" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<FieldMap> |
fieldMap
|
protected java.lang.String |
id
|
protected java.lang.String |
optimisticColumn
|
protected java.lang.String |
tableName
|
protected java.lang.Boolean |
triggerUpdatesOptimisticColumn
|
protected java.lang.String |
verifyColumns
|
protected java.lang.String |
verifyRows
|
protected java.math.BigInteger |
versionColumnInitialValue
|
| Constructor Summary | |
|---|---|
TableMap()
|
|
| Method Summary | |
|---|---|
java.util.List<FieldMap> |
getFieldMap()
Gets the value of the fieldMap property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getOptimisticColumn()
Gets the value of the optimisticColumn property. |
java.lang.String |
getTableName()
Gets the value of the tableName property. |
java.lang.Boolean |
getTriggerUpdatesOptimisticColumn()
Gets the value of the triggerUpdatesOptimisticColumn property. |
java.lang.String |
getVerifyColumns()
Gets the value of the verifyColumns property. |
java.lang.String |
getVerifyRows()
Gets the value of the verifyRows property. |
java.math.BigInteger |
getVersionColumnInitialValue()
Gets the value of the versionColumnInitialValue property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setOptimisticColumn(java.lang.String value)
Sets the value of the optimisticColumn property. |
void |
setTableName(java.lang.String value)
Sets the value of the tableName property. |
void |
setTriggerUpdatesOptimisticColumn(java.lang.Boolean value)
Sets the value of the triggerUpdatesOptimisticColumn property. |
void |
setVerifyColumns(java.lang.String value)
Sets the value of the verifyColumns property. |
void |
setVerifyRows(java.lang.String value)
Sets the value of the verifyRows property. |
void |
setVersionColumnInitialValue(java.math.BigInteger value)
Sets the value of the versionColumnInitialValue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String tableName
protected java.util.List<FieldMap> fieldMap
protected java.lang.String verifyRows
protected java.lang.String verifyColumns
protected java.lang.String optimisticColumn
protected java.lang.Boolean triggerUpdatesOptimisticColumn
protected java.math.BigInteger versionColumnInitialValue
protected java.lang.String id
| Constructor Detail |
|---|
public TableMap()
| Method Detail |
|---|
public java.lang.String getTableName()
Stringpublic void setTableName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<FieldMap> getFieldMap()
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 fieldMap property.
For example, to add a new item, do as follows:
getFieldMap().add(newItem);
Objects of the following type(s) are allowed in the list
FieldMap
public java.lang.String getVerifyRows()
Stringpublic void setVerifyRows(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVerifyColumns()
Stringpublic void setVerifyColumns(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOptimisticColumn()
Stringpublic void setOptimisticColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getTriggerUpdatesOptimisticColumn()
Booleanpublic void setTriggerUpdatesOptimisticColumn(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getVersionColumnInitialValue()
BigIntegerpublic void setVersionColumnInitialValue(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||