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
Name
public RowLockingTemplate getRowLockingTemplate()
RowLockingTemplate
public void setRowLockingTemplate(RowLockingTemplate value)
value
- allowed object is
RowLockingTemplate
public PkConstraintTemplate getPkConstraintTemplate()
PkConstraintTemplate
public void setPkConstraintTemplate(PkConstraintTemplate value)
value
- allowed object is
PkConstraintTemplate
public FkConstraintTemplate getFkConstraintTemplate()
FkConstraintTemplate
public void setFkConstraintTemplate(FkConstraintTemplate value)
value
- allowed object is
FkConstraintTemplate
public AutoIncrementTemplate getAutoIncrementTemplate()
AutoIncrementTemplate
public void setAutoIncrementTemplate(AutoIncrementTemplate value)
value
- allowed object is
AutoIncrementTemplate
public AddColumnTemplate getAddColumnTemplate()
AddColumnTemplate
public void setAddColumnTemplate(AddColumnTemplate value)
value
- allowed object is
AddColumnTemplate
public AlterColumnTemplate getAlterColumnTemplate()
AlterColumnTemplate
public void setAlterColumnTemplate(AlterColumnTemplate value)
value
- allowed object is
AlterColumnTemplate
public DropColumnTemplate getDropColumnTemplate()
DropColumnTemplate
public void setDropColumnTemplate(DropColumnTemplate value)
value
- allowed object is
DropColumnTemplate
public AliasHeaderPrefix getAliasHeaderPrefix()
AliasHeaderPrefix
public void setAliasHeaderPrefix(AliasHeaderPrefix value)
value
- allowed object is
AliasHeaderPrefix
public AliasHeaderSuffix getAliasHeaderSuffix()
AliasHeaderSuffix
public void setAliasHeaderSuffix(AliasHeaderSuffix value)
value
- allowed object is
AliasHeaderSuffix
public AliasMaxLength getAliasMaxLength()
AliasMaxLength
public void setAliasMaxLength(AliasMaxLength value)
value
- allowed object is
AliasMaxLength
public SubquerySupported getSubquerySupported()
SubquerySupported
public void setSubquerySupported(SubquerySupported value)
value
- allowed object is
SubquerySupported
public TrueMapping getTrueMapping()
TrueMapping
public void setTrueMapping(TrueMapping value)
value
- allowed object is
TrueMapping
public FalseMapping getFalseMapping()
FalseMapping
public void setFalseMapping(FalseMapping value)
value
- allowed object is
FalseMapping
public 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
FunctionMapping
public 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