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"> <sequence> <element name="connection" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="connectionType" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="MYSQL"/> <enumeration value="POSTGRESQL"/> <enumeration value="CSV"/> </restriction> </simpleType> </element> <element name="footer" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="from" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="header" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="table" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="to" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" default="ONE-TO-ONE"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="ONE-TO-ONE"/> <enumeration value="ONE-TO-MANY"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
connection |
protected java.lang.String |
connectionType |
protected java.lang.String |
footer |
protected java.lang.String |
from |
protected java.lang.String |
header |
protected java.lang.String |
name |
protected java.lang.String |
table |
protected java.lang.String |
template |
protected java.lang.String |
to |
protected java.lang.String |
type |
Constructor and Description |
---|
Join() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnection()
Gets the value of the connection property.
|
java.lang.String |
getConnectionType()
Gets the value of the connectionType property.
|
java.lang.String |
getFooter()
Gets the value of the footer property.
|
java.lang.String |
getFrom()
Gets the value of the from property.
|
java.lang.String |
getHeader()
Gets the value of the header property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getTable()
Gets the value of the table property.
|
java.lang.String |
getTemplate()
Gets the value of the template property.
|
java.lang.String |
getTo()
Gets the value of the to property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setConnection(java.lang.String value)
Sets the value of the connection property.
|
void |
setConnectionType(java.lang.String value)
Sets the value of the connectionType property.
|
void |
setFooter(java.lang.String value)
Sets the value of the footer property.
|
void |
setFrom(java.lang.String value)
Sets the value of the from property.
|
void |
setHeader(java.lang.String value)
Sets the value of the header property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTable(java.lang.String value)
Sets the value of the table property.
|
void |
setTemplate(java.lang.String value)
Sets the value of the template property.
|
void |
setTo(java.lang.String value)
Sets the value of the to property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String connection
protected java.lang.String connectionType
protected java.lang.String footer
protected java.lang.String from
protected java.lang.String header
protected java.lang.String table
protected java.lang.String template
protected java.lang.String to
protected java.lang.String name
protected java.lang.String type
public java.lang.String getConnection()
String
public void setConnection(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectionType()
String
public void setConnectionType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFooter()
String
public void setFooter(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFrom()
String
public void setFrom(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHeader()
String
public void setHeader(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTable()
String
public void setTable(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTemplate()
String
public void setTemplate(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTo()
String
public void setTo(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String