public class MappedSchema
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Java class for MappedSchema complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappedSchema"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="input" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="output" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="tables" type="{http://www.jooq.org/xsd/jooq-runtime-3.3.0.xsd}MappedTables" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
input |
protected java.lang.String |
output |
protected java.util.List<MappedTable> |
tables |
Constructor and Description |
---|
MappedSchema() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getInput()
Gets the value of the input property.
|
java.lang.String |
getOutput()
Gets the value of the output property.
|
java.util.List<MappedTable> |
getTables() |
void |
setInput(java.lang.String value)
Sets the value of the input property.
|
void |
setOutput(java.lang.String value)
Sets the value of the output property.
|
void |
setTables(java.util.List<MappedTable> tables) |
MappedSchema |
withInput(java.lang.String value) |
MappedSchema |
withOutput(java.lang.String value) |
MappedSchema |
withTables(java.util.Collection<MappedTable> values) |
MappedSchema |
withTables(java.util.List<MappedTable> tables) |
MappedSchema |
withTables(MappedTable... values) |
protected java.lang.String input
protected java.lang.String output
protected java.util.List<MappedTable> tables
public java.lang.String getInput()
String
public void setInput(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOutput()
String
public void setOutput(java.lang.String value)
value
- allowed object is
String
public java.util.List<MappedTable> getTables()
public void setTables(java.util.List<MappedTable> tables)
public MappedSchema withInput(java.lang.String value)
public MappedSchema withOutput(java.lang.String value)
public MappedSchema withTables(MappedTable... values)
public MappedSchema withTables(java.util.Collection<MappedTable> values)
public MappedSchema withTables(java.util.List<MappedTable> tables)
public java.lang.Object clone()
clone
in class java.lang.Object
Copyright © 2014. All Rights Reserved.