- java.lang.Object
-
- org.jooq.meta.jaxb.CatalogMappingType
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class CatalogMappingType extends Object implements Serializable, XMLAppendable
Configuration of an input catalog and its mappings.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringinputCatalogprotected StringoutputCatalogprotected BooleanoutputCatalogToDefaultprotected List<SchemaMappingType>schemata
-
Constructor Summary
Constructors Constructor Description CatalogMappingType()
-
Method Summary
-
-
-
Field Detail
-
inputCatalog
protected String inputCatalog
-
outputCatalog
protected String outputCatalog
-
outputCatalogToDefault
protected Boolean outputCatalogToDefault
-
schemata
protected List<SchemaMappingType> schemata
-
-
Method Detail
-
getInputCatalog
public String getInputCatalog()
See alsoDatabase.getInputCatalog()
-
setInputCatalog
public void setInputCatalog(String value)
See alsoDatabase.getInputCatalog()
-
getOutputCatalog
public String getOutputCatalog()
See alsoDatabase.getOutputCatalog()
-
setOutputCatalog
public void setOutputCatalog(String value)
See alsoDatabase.getOutputCatalog()
-
isOutputCatalogToDefault
public Boolean isOutputCatalogToDefault()
See alsoDatabase.isOutputCatalogToDefault()- Returns:
- possible object is
Boolean
-
setOutputCatalogToDefault
public void setOutputCatalogToDefault(Boolean value)
Sets the value of the outputCatalogToDefault property.- Parameters:
value- allowed object isBoolean
-
getSchemata
public List<SchemaMappingType> getSchemata()
-
setSchemata
public void setSchemata(List<SchemaMappingType> schemata)
-
withInputCatalog
public CatalogMappingType withInputCatalog(String value)
See alsoDatabase.getInputCatalog()
-
withOutputCatalog
public CatalogMappingType withOutputCatalog(String value)
See alsoDatabase.getOutputCatalog()
-
withOutputCatalogToDefault
public CatalogMappingType withOutputCatalogToDefault(Boolean value)
-
withSchemata
public CatalogMappingType withSchemata(SchemaMappingType... values)
-
withSchemata
public CatalogMappingType withSchemata(Collection<SchemaMappingType> values)
-
withSchemata
public CatalogMappingType withSchemata(List<SchemaMappingType> schemata)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-