public class TypeMapping
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jboss.org}name"/>
<element ref="{http://jboss.org}row-locking-template"/>
<element ref="{http://jboss.org}pk-constraint-template"/>
<element ref="{http://jboss.org}fk-constraint-template"/>
<element ref="{http://jboss.org}auto-increment-template" minOccurs="0"/>
<element ref="{http://jboss.org}add-column-template" minOccurs="0"/>
<element ref="{http://jboss.org}alter-column-template" minOccurs="0"/>
<element ref="{http://jboss.org}drop-column-template" minOccurs="0"/>
<element ref="{http://jboss.org}alias-header-prefix"/>
<element ref="{http://jboss.org}alias-header-suffix"/>
<element ref="{http://jboss.org}alias-max-length"/>
<element ref="{http://jboss.org}subquery-supported"/>
<element ref="{http://jboss.org}true-mapping"/>
<element ref="{http://jboss.org}false-mapping"/>
<element ref="{http://jboss.org}function-mapping" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://jboss.org}mapping" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AddColumnTemplate |
addColumnTemplate |
protected AliasHeaderPrefix |
aliasHeaderPrefix |
protected AliasHeaderSuffix |
aliasHeaderSuffix |
protected AliasMaxLength |
aliasMaxLength |
protected AlterColumnTemplate |
alterColumnTemplate |
protected AutoIncrementTemplate |
autoIncrementTemplate |
protected DropColumnTemplate |
dropColumnTemplate |
protected FalseMapping |
falseMapping |
protected FkConstraintTemplate |
fkConstraintTemplate |
protected java.util.List<FunctionMapping> |
functionMapping |
protected java.util.List<Mapping> |
mapping |
protected Name |
name |
protected PkConstraintTemplate |
pkConstraintTemplate |
protected RowLockingTemplate |
rowLockingTemplate |
protected SubquerySupported |
subquerySupported |
protected TrueMapping |
trueMapping |
| Constructor and Description |
|---|
TypeMapping() |
| Modifier and Type | Method and Description |
|---|---|
AddColumnTemplate |
getAddColumnTemplate()
Gets the value of the addColumnTemplate property.
|
AliasHeaderPrefix |
getAliasHeaderPrefix()
Gets the value of the aliasHeaderPrefix property.
|
AliasHeaderSuffix |
getAliasHeaderSuffix()
Gets the value of the aliasHeaderSuffix property.
|
AliasMaxLength |
getAliasMaxLength()
Gets the value of the aliasMaxLength property.
|
AlterColumnTemplate |
getAlterColumnTemplate()
Gets the value of the alterColumnTemplate property.
|
AutoIncrementTemplate |
getAutoIncrementTemplate()
Gets the value of the autoIncrementTemplate property.
|
DropColumnTemplate |
getDropColumnTemplate()
Gets the value of the dropColumnTemplate property.
|
FalseMapping |
getFalseMapping()
Gets the value of the falseMapping property.
|
FkConstraintTemplate |
getFkConstraintTemplate()
Gets the value of the fkConstraintTemplate property.
|
java.util.List<FunctionMapping> |
getFunctionMapping()
Gets the value of the functionMapping property.
|
java.util.List<Mapping> |
getMapping()
Gets the value of the mapping property.
|
Name |
getName()
Gets the value of the name property.
|
PkConstraintTemplate |
getPkConstraintTemplate()
Gets the value of the pkConstraintTemplate property.
|
RowLockingTemplate |
getRowLockingTemplate()
Gets the value of the rowLockingTemplate property.
|
SubquerySupported |
getSubquerySupported()
Gets the value of the subquerySupported property.
|
TrueMapping |
getTrueMapping()
Gets the value of the trueMapping property.
|
void |
setAddColumnTemplate(AddColumnTemplate value)
Sets the value of the addColumnTemplate property.
|
void |
setAliasHeaderPrefix(AliasHeaderPrefix value)
Sets the value of the aliasHeaderPrefix property.
|
void |
setAliasHeaderSuffix(AliasHeaderSuffix value)
Sets the value of the aliasHeaderSuffix property.
|
void |
setAliasMaxLength(AliasMaxLength value)
Sets the value of the aliasMaxLength property.
|
void |
setAlterColumnTemplate(AlterColumnTemplate value)
Sets the value of the alterColumnTemplate property.
|
void |
setAutoIncrementTemplate(AutoIncrementTemplate value)
Sets the value of the autoIncrementTemplate property.
|
void |
setDropColumnTemplate(DropColumnTemplate value)
Sets the value of the dropColumnTemplate property.
|
void |
setFalseMapping(FalseMapping value)
Sets the value of the falseMapping property.
|
void |
setFkConstraintTemplate(FkConstraintTemplate value)
Sets the value of the fkConstraintTemplate property.
|
void |
setName(Name value)
Sets the value of the name property.
|
void |
setPkConstraintTemplate(PkConstraintTemplate value)
Sets the value of the pkConstraintTemplate property.
|
void |
setRowLockingTemplate(RowLockingTemplate value)
Sets the value of the rowLockingTemplate property.
|
void |
setSubquerySupported(SubquerySupported value)
Sets the value of the subquerySupported property.
|
void |
setTrueMapping(TrueMapping value)
Sets the value of the trueMapping property.
|
protected Name name
protected RowLockingTemplate rowLockingTemplate
protected PkConstraintTemplate pkConstraintTemplate
protected FkConstraintTemplate fkConstraintTemplate
protected AutoIncrementTemplate autoIncrementTemplate
protected AddColumnTemplate addColumnTemplate
protected AlterColumnTemplate alterColumnTemplate
protected DropColumnTemplate dropColumnTemplate
protected AliasHeaderPrefix aliasHeaderPrefix
protected AliasHeaderSuffix aliasHeaderSuffix
protected AliasMaxLength aliasMaxLength
protected SubquerySupported subquerySupported
protected TrueMapping trueMapping
protected FalseMapping falseMapping
protected java.util.List<FunctionMapping> functionMapping
protected java.util.List<Mapping> mapping
public void setName(Name value)
value - allowed object is
Namepublic RowLockingTemplate getRowLockingTemplate()
RowLockingTemplatepublic void setRowLockingTemplate(RowLockingTemplate value)
value - allowed object is
RowLockingTemplatepublic PkConstraintTemplate getPkConstraintTemplate()
PkConstraintTemplatepublic void setPkConstraintTemplate(PkConstraintTemplate value)
value - allowed object is
PkConstraintTemplatepublic FkConstraintTemplate getFkConstraintTemplate()
FkConstraintTemplatepublic void setFkConstraintTemplate(FkConstraintTemplate value)
value - allowed object is
FkConstraintTemplatepublic AutoIncrementTemplate getAutoIncrementTemplate()
AutoIncrementTemplatepublic void setAutoIncrementTemplate(AutoIncrementTemplate value)
value - allowed object is
AutoIncrementTemplatepublic AddColumnTemplate getAddColumnTemplate()
AddColumnTemplatepublic void setAddColumnTemplate(AddColumnTemplate value)
value - allowed object is
AddColumnTemplatepublic AlterColumnTemplate getAlterColumnTemplate()
AlterColumnTemplatepublic void setAlterColumnTemplate(AlterColumnTemplate value)
value - allowed object is
AlterColumnTemplatepublic DropColumnTemplate getDropColumnTemplate()
DropColumnTemplatepublic void setDropColumnTemplate(DropColumnTemplate value)
value - allowed object is
DropColumnTemplatepublic AliasHeaderPrefix getAliasHeaderPrefix()
AliasHeaderPrefixpublic void setAliasHeaderPrefix(AliasHeaderPrefix value)
value - allowed object is
AliasHeaderPrefixpublic AliasHeaderSuffix getAliasHeaderSuffix()
AliasHeaderSuffixpublic void setAliasHeaderSuffix(AliasHeaderSuffix value)
value - allowed object is
AliasHeaderSuffixpublic AliasMaxLength getAliasMaxLength()
AliasMaxLengthpublic void setAliasMaxLength(AliasMaxLength value)
value - allowed object is
AliasMaxLengthpublic SubquerySupported getSubquerySupported()
SubquerySupportedpublic void setSubquerySupported(SubquerySupported value)
value - allowed object is
SubquerySupportedpublic TrueMapping getTrueMapping()
TrueMappingpublic void setTrueMapping(TrueMapping value)
value - allowed object is
TrueMappingpublic FalseMapping getFalseMapping()
FalseMappingpublic void setFalseMapping(FalseMapping value)
value - allowed object is
FalseMappingpublic java.util.List<FunctionMapping> getFunctionMapping()
set method for the functionMapping property.
For example, to add a new item, do as follows:
getFunctionMapping().add(newItem);
Objects of the following type(s) are allowed in the list
FunctionMappingpublic java.util.List<Mapping> getMapping()
set method for the mapping property.
For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
Mapping