public class Join extends 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 String |
connection |
protected String |
connectionType |
protected String |
footer |
protected String |
from |
protected String |
header |
protected String |
name |
protected String |
table |
protected String |
template |
protected String |
to |
protected String |
type |
Constructor and Description |
---|
Join() |
Modifier and Type | Method and Description |
---|---|
String |
getConnection()
Gets the value of the connection property.
|
String |
getConnectionType()
Gets the value of the connectionType property.
|
String |
getFooter()
Gets the value of the footer property.
|
String |
getFrom()
Gets the value of the from property.
|
String |
getHeader()
Gets the value of the header property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTable()
Gets the value of the table property.
|
String |
getTemplate()
Gets the value of the template property.
|
String |
getTo()
Gets the value of the to property.
|
String |
getType()
Gets the value of the type property.
|
void |
setConnection(String value)
Sets the value of the connection property.
|
void |
setConnectionType(String value)
Sets the value of the connectionType property.
|
void |
setFooter(String value)
Sets the value of the footer property.
|
void |
setFrom(String value)
Sets the value of the from property.
|
void |
setHeader(String value)
Sets the value of the header property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
void |
setTo(String value)
Sets the value of the to property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String connection
protected String connectionType
protected String footer
protected String from
protected String header
protected String table
protected String template
protected String to
protected String name
protected String type
public String getConnection()
String
public void setConnection(String value)
value
- allowed object is
String
public String getConnectionType()
String
public void setConnectionType(String value)
value
- allowed object is
String
public String getFooter()
String
public void setFooter(String value)
value
- allowed object is
String
public String getFrom()
String
public void setFrom(String value)
value
- allowed object is
String
public String getHeader()
String
public void setHeader(String value)
value
- allowed object is
String
public String getTable()
String
public void setTable(String value)
value
- allowed object is
String
public String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is
String
public void setTo(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String