org.jooq.conf
Class MappedSchema

java.lang.Object
  extended by org.jooq.conf.MappedSchema
All Implemented Interfaces:
Serializable

public class MappedSchema
extends Object
implements Serializable

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.5.0.xsd}MappedTables" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

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.
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

protected String input

output

protected String output

tables

protected List<MappedTable> tables
Constructor Detail

MappedSchema

public MappedSchema()
Method Detail

getInput

public String getInput()
Gets the value of the input property.

Returns:
possible object is String

setInput

public void setInput(String value)
Sets the value of the input property.

Parameters:
value - allowed object is String

getOutput

public String getOutput()
Gets the value of the output property.

Returns:
possible object is String

setOutput

public void setOutput(String value)
Sets the value of the output property.

Parameters:
value - allowed object is String

getTables

public List<MappedTable> getTables()

setTables

public void setTables(List<MappedTable> tables)

withInput

public MappedSchema withInput(String value)

withOutput

public MappedSchema withOutput(String value)

withTables

public MappedSchema withTables(MappedTable... values)

withTables

public MappedSchema withTables(Collection<MappedTable> values)

withTables

public MappedSchema withTables(List<MappedTable> tables)


Copyright © 2012. All Rights Reserved.