public class MappedSchema extends Object implements Serializable, 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.7.0.xsd}MappedTables" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | input | 
| protected String | output | 
| protected List<MappedTable> | tables | 
| Constructor and Description | 
|---|
| MappedSchema() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | clone() | 
| 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. | 
| void | setTables(List<MappedTable> tables) | 
| MappedSchema | withInput(String value) | 
| MappedSchema | withOutput(String value) | 
| MappedSchema | withTables(Collection<MappedTable> values) | 
| MappedSchema | withTables(List<MappedTable> tables) | 
| MappedSchema | withTables(MappedTable... values) | 
protected String input
protected String output
protected List<MappedTable> tables
public String getInput()
Stringpublic void setInput(String value)
value - allowed object is
     Stringpublic String getOutput()
Stringpublic void setOutput(String value)
value - allowed object is
     Stringpublic List<MappedTable> getTables()
public void setTables(List<MappedTable> tables)
public MappedSchema withInput(String value)
public MappedSchema withOutput(String value)
public MappedSchema withTables(MappedTable... values)
public MappedSchema withTables(Collection<MappedTable> values)
public MappedSchema withTables(List<MappedTable> tables)
Copyright © 2016. All Rights Reserved.