|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.wls.Table
public class Table
Java class for table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="table">
<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="dbms-column" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="ejb-relationship-role-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
dbmsColumn
|
protected String |
ejbRelationshipRoleName
|
protected String |
tableName
|
| Constructor Summary | |
|---|---|
Table()
|
|
| Method Summary | |
|---|---|
List<String> |
getDbmsColumn()
Gets the value of the dbmsColumn property. |
String |
getEjbRelationshipRoleName()
Gets the value of the ejbRelationshipRoleName property. |
String |
getTableName()
Gets the value of the tableName property. |
void |
setEjbRelationshipRoleName(String value)
Sets the value of the ejbRelationshipRoleName property. |
void |
setTableName(String value)
Sets the value of the tableName 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<String> dbmsColumn
protected String ejbRelationshipRoleName
| Constructor Detail |
|---|
public Table()
| Method Detail |
|---|
public String getTableName()
Stringpublic void setTableName(String value)
value - allowed object is
Stringpublic List<String> getDbmsColumn()
set method for the dbmsColumn property.
For example, to add a new item, do as follows:
getDbmsColumn().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getEjbRelationshipRoleName()
Stringpublic void setEjbRelationshipRoleName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||