- java.lang.Object
-
- org.jooq.meta.jaxb.SchemaMappingType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class SchemaMappingType extends Object implements Serializable, XMLAppendable
Configuration of an input schema and its mappings.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinputSchemaprotected StringoutputSchemaprotected BooleanoutputSchemaToDefault
-
Constructor Summary
Constructors Constructor Description SchemaMappingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendTo(XMLBuilder builder)booleanequals(Object that)StringgetInputSchema()See alsoDatabase.getInputSchema()StringgetOutputSchema()See alsoDatabase.getOutputSchema()inthashCode()BooleanisOutputSchemaToDefault()See alsoDatabase.isOutputSchemaToDefault()voidsetInputSchema(String value)See alsoDatabase.getInputSchema()voidsetOutputSchema(String value)See alsoDatabase.getOutputSchema()voidsetOutputSchemaToDefault(Boolean value)Sets the value of the outputSchemaToDefault property.StringtoString()SchemaMappingTypewithInputSchema(String value)See alsoDatabase.getInputSchema()SchemaMappingTypewithOutputSchema(String value)See alsoDatabase.getOutputSchema()SchemaMappingTypewithOutputSchemaToDefault(Boolean value)
-
-
-
Method Detail
-
getInputSchema
public String getInputSchema()
See alsoDatabase.getInputSchema()
-
setInputSchema
public void setInputSchema(String value)
See alsoDatabase.getInputSchema()
-
getOutputSchema
public String getOutputSchema()
See alsoDatabase.getOutputSchema()
-
setOutputSchema
public void setOutputSchema(String value)
See alsoDatabase.getOutputSchema()
-
isOutputSchemaToDefault
public Boolean isOutputSchemaToDefault()
See alsoDatabase.isOutputSchemaToDefault()- Returns:
- possible object is
Boolean
-
setOutputSchemaToDefault
public void setOutputSchemaToDefault(Boolean value)
Sets the value of the outputSchemaToDefault property.- Parameters:
value- allowed object isBoolean
-
withInputSchema
public SchemaMappingType withInputSchema(String value)
See alsoDatabase.getInputSchema()
-
withOutputSchema
public SchemaMappingType withOutputSchema(String value)
See alsoDatabase.getOutputSchema()
-
withOutputSchemaToDefault
public SchemaMappingType withOutputSchemaToDefault(Boolean value)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-