org.jooq.util.jaxb
Class Schema

java.lang.Object
  extended by org.jooq.util.jaxb.Schema

public class Schema
extends Object

Java class for Schema complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Schema">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="inputSchema" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="outputSchema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String inputSchema
           
protected  String outputSchema
           
 
Constructor Summary
Schema()
           
 
Method Summary
 String getInputSchema()
          Gets the value of the inputSchema property.
 String getOutputSchema()
          Gets the value of the outputSchema property.
 void setInputSchema(String value)
          Sets the value of the inputSchema property.
 void setOutputSchema(String value)
          Sets the value of the outputSchema property.
 Schema withInputSchema(String value)
           
 Schema withOutputSchema(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputSchema

protected String inputSchema

outputSchema

protected String outputSchema
Constructor Detail

Schema

public Schema()
Method Detail

getInputSchema

public String getInputSchema()
Gets the value of the inputSchema property.

Returns:
possible object is String

setInputSchema

public void setInputSchema(String value)
Sets the value of the inputSchema property.

Parameters:
value - allowed object is String

getOutputSchema

public String getOutputSchema()
Gets the value of the outputSchema property.

Returns:
possible object is String

setOutputSchema

public void setOutputSchema(String value)
Sets the value of the outputSchema property.

Parameters:
value - allowed object is String

withInputSchema

public Schema withInputSchema(String value)

withOutputSchema

public Schema withOutputSchema(String value)


Copyright © 2012. All Rights Reserved.