|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.text.ddl.Join
public class Join
Java class for join complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="join">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="to-column" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
column
|
protected String |
toColumn
|
| Constructor Summary | |
|---|---|
Join()
|
|
| Method Summary | |
|---|---|
String |
getColumn()
Gets the value of the column property. |
String |
getToColumn()
Gets the value of the toColumn property. |
void |
setColumn(String value)
Sets the value of the column property. |
void |
setToColumn(String value)
Sets the value of the toColumn property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String column
protected String toColumn
| Constructor Detail |
|---|
public Join()
| Method Detail |
|---|
public String getColumn()
Stringpublic void setColumn(String value)
value - allowed object is
Stringpublic String getToColumn()
Stringpublic void setToColumn(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||