public class TableMap extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<FieldMap> |
fieldMap |
protected String |
id |
protected String |
optimisticColumn |
protected String |
tableName |
protected Boolean |
triggerUpdatesOptimisticColumn |
protected String |
verifyColumns |
protected String |
verifyRows |
protected BigInteger |
versionColumnInitialValue |
| Constructor and Description |
|---|
TableMap() |
| Modifier and Type | Method and Description |
|---|---|
List<FieldMap> |
getFieldMap()
Gets the value of the fieldMap property.
|
String |
getId()
Gets the value of the id property.
|
String |
getOptimisticColumn()
Gets the value of the optimisticColumn property.
|
String |
getTableName()
Gets the value of the tableName property.
|
Boolean |
getTriggerUpdatesOptimisticColumn()
Gets the value of the triggerUpdatesOptimisticColumn property.
|
String |
getVerifyColumns()
Gets the value of the verifyColumns property.
|
String |
getVerifyRows()
Gets the value of the verifyRows property.
|
BigInteger |
getVersionColumnInitialValue()
Gets the value of the versionColumnInitialValue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setOptimisticColumn(String value)
Sets the value of the optimisticColumn property.
|
void |
setTableName(String value)
Sets the value of the tableName property.
|
void |
setTriggerUpdatesOptimisticColumn(Boolean value)
Sets the value of the triggerUpdatesOptimisticColumn property.
|
void |
setVerifyColumns(String value)
Sets the value of the verifyColumns property.
|
void |
setVerifyRows(String value)
Sets the value of the verifyRows property.
|
void |
setVersionColumnInitialValue(BigInteger value)
Sets the value of the versionColumnInitialValue property.
|
protected String tableName
protected String verifyRows
protected String verifyColumns
protected String optimisticColumn
protected Boolean triggerUpdatesOptimisticColumn
protected BigInteger versionColumnInitialValue
protected String id
public String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic List<FieldMap> getFieldMap()
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
FieldMappublic String getVerifyRows()
Stringpublic void setVerifyRows(String value)
value - allowed object is
Stringpublic String getVerifyColumns()
Stringpublic void setVerifyColumns(String value)
value - allowed object is
Stringpublic String getOptimisticColumn()
Stringpublic void setOptimisticColumn(String value)
value - allowed object is
Stringpublic Boolean getTriggerUpdatesOptimisticColumn()
Booleanpublic void setTriggerUpdatesOptimisticColumn(Boolean value)
value - allowed object is
Booleanpublic BigInteger getVersionColumnInitialValue()
BigIntegerpublic void setVersionColumnInitialValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.