org.plasma.text.ddl
Class Join

java.lang.Object
  extended by org.plasma.text.ddl.Join

public class Join
extends java.lang.Object

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

column

protected java.lang.String column

toColumn

protected java.lang.String toColumn
Constructor Detail

Join

public Join()
Method Detail

getColumn

public java.lang.String getColumn()
Gets the value of the column property.

Returns:
possible object is String

setColumn

public void setColumn(java.lang.String value)
Sets the value of the column property.

Parameters:
value - allowed object is String

getToColumn

public java.lang.String getToColumn()
Gets the value of the toColumn property.

Returns:
possible object is String

setToColumn

public void setToColumn(java.lang.String value)
Sets the value of the toColumn property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.