|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jooq.conf.MappedSchema
public class MappedSchema
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-2.1.0.xsd}MappedTables" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
input
|
protected String |
output
|
protected List<MappedTable> |
tables
|
Constructor Summary | |
---|---|
MappedSchema()
|
Method Summary | |
---|---|
String |
getInput()
Gets the value of the input property. |
String |
getOutput()
Gets the value of the output property. |
List<MappedTable> |
getTables()
|
void |
setInput(String value)
Sets the value of the input property. |
void |
setOutput(String value)
Sets the value of the output property. |
MappedSchema |
withInput(String value)
|
MappedSchema |
withOutput(String value)
|
MappedSchema |
withTables(Collection<MappedTable> values)
|
MappedSchema |
withTables(MappedTable... values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String input
protected String output
protected List<MappedTable> tables
Constructor Detail |
---|
public MappedSchema()
Method Detail |
---|
public String getInput()
String
public void setInput(String value)
value
- allowed object is
String
public String getOutput()
String
public void setOutput(String value)
value
- allowed object is
String
public List<MappedTable> getTables()
public MappedSchema withInput(String value)
public MappedSchema withOutput(String value)
public MappedSchema withTables(MappedTable... values)
public MappedSchema withTables(Collection<MappedTable> values)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |