|
||||||||||
| 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 java.lang.String |
column
|
protected java.lang.String |
toColumn
|
| Constructor Summary | |
|---|---|
Join()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getColumn()
Gets the value of the column property. |
java.lang.String |
getToColumn()
Gets the value of the toColumn property. |
void |
setColumn(java.lang.String value)
Sets the value of the column property. |
void |
setToColumn(java.lang.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 java.lang.String column
protected java.lang.String toColumn
| Constructor Detail |
|---|
public Join()
| Method Detail |
|---|
public java.lang.String getColumn()
Stringpublic void setColumn(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getToColumn()
Stringpublic void setToColumn(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 | |||||||||