|
||||||||||
| 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 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 Summary | |
|---|---|
TableMap()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String tableName
protected List<FieldMap> fieldMap
protected String verifyRows
protected String verifyColumns
protected String optimisticColumn
protected Boolean triggerUpdatesOptimisticColumn
protected BigInteger versionColumnInitialValue
protected String id
| Constructor Detail |
|---|
public TableMap()
| Method Detail |
|---|
public String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic 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 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
BigIntegerpublic 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 | |||||||||