Package org.apache.openejb.jee.jba.cmp
Class TypeMapping
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.TypeMapping
-
public class TypeMapping extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AddColumnTemplateaddColumnTemplateprotected AliasHeaderPrefixaliasHeaderPrefixprotected AliasHeaderSuffixaliasHeaderSuffixprotected AliasMaxLengthaliasMaxLengthprotected AlterColumnTemplatealterColumnTemplateprotected AutoIncrementTemplateautoIncrementTemplateprotected DropColumnTemplatedropColumnTemplateprotected FalseMappingfalseMappingprotected FkConstraintTemplatefkConstraintTemplateprotected List<FunctionMapping>functionMappingprotected List<Mapping>mappingprotected Namenameprotected PkConstraintTemplatepkConstraintTemplateprotected RowLockingTemplaterowLockingTemplateprotected SubquerySupportedsubquerySupportedprotected TrueMappingtrueMapping
-
Constructor Summary
Constructors Constructor Description TypeMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddColumnTemplategetAddColumnTemplate()Gets the value of the addColumnTemplate property.AliasHeaderPrefixgetAliasHeaderPrefix()Gets the value of the aliasHeaderPrefix property.AliasHeaderSuffixgetAliasHeaderSuffix()Gets the value of the aliasHeaderSuffix property.AliasMaxLengthgetAliasMaxLength()Gets the value of the aliasMaxLength property.AlterColumnTemplategetAlterColumnTemplate()Gets the value of the alterColumnTemplate property.AutoIncrementTemplategetAutoIncrementTemplate()Gets the value of the autoIncrementTemplate property.DropColumnTemplategetDropColumnTemplate()Gets the value of the dropColumnTemplate property.FalseMappinggetFalseMapping()Gets the value of the falseMapping property.FkConstraintTemplategetFkConstraintTemplate()Gets the value of the fkConstraintTemplate property.List<FunctionMapping>getFunctionMapping()Gets the value of the functionMapping property.List<Mapping>getMapping()Gets the value of the mapping property.NamegetName()Gets the value of the name property.PkConstraintTemplategetPkConstraintTemplate()Gets the value of the pkConstraintTemplate property.RowLockingTemplategetRowLockingTemplate()Gets the value of the rowLockingTemplate property.SubquerySupportedgetSubquerySupported()Gets the value of the subquerySupported property.TrueMappinggetTrueMapping()Gets the value of the trueMapping property.voidsetAddColumnTemplate(AddColumnTemplate value)Sets the value of the addColumnTemplate property.voidsetAliasHeaderPrefix(AliasHeaderPrefix value)Sets the value of the aliasHeaderPrefix property.voidsetAliasHeaderSuffix(AliasHeaderSuffix value)Sets the value of the aliasHeaderSuffix property.voidsetAliasMaxLength(AliasMaxLength value)Sets the value of the aliasMaxLength property.voidsetAlterColumnTemplate(AlterColumnTemplate value)Sets the value of the alterColumnTemplate property.voidsetAutoIncrementTemplate(AutoIncrementTemplate value)Sets the value of the autoIncrementTemplate property.voidsetDropColumnTemplate(DropColumnTemplate value)Sets the value of the dropColumnTemplate property.voidsetFalseMapping(FalseMapping value)Sets the value of the falseMapping property.voidsetFkConstraintTemplate(FkConstraintTemplate value)Sets the value of the fkConstraintTemplate property.voidsetName(Name value)Sets the value of the name property.voidsetPkConstraintTemplate(PkConstraintTemplate value)Sets the value of the pkConstraintTemplate property.voidsetRowLockingTemplate(RowLockingTemplate value)Sets the value of the rowLockingTemplate property.voidsetSubquerySupported(SubquerySupported value)Sets the value of the subquerySupported property.voidsetTrueMapping(TrueMapping value)Sets the value of the trueMapping property.
-
-
-
Field Detail
-
name
protected Name name
-
rowLockingTemplate
protected RowLockingTemplate rowLockingTemplate
-
pkConstraintTemplate
protected PkConstraintTemplate pkConstraintTemplate
-
fkConstraintTemplate
protected FkConstraintTemplate fkConstraintTemplate
-
autoIncrementTemplate
protected AutoIncrementTemplate autoIncrementTemplate
-
addColumnTemplate
protected AddColumnTemplate addColumnTemplate
-
alterColumnTemplate
protected AlterColumnTemplate alterColumnTemplate
-
dropColumnTemplate
protected DropColumnTemplate dropColumnTemplate
-
aliasHeaderPrefix
protected AliasHeaderPrefix aliasHeaderPrefix
-
aliasHeaderSuffix
protected AliasHeaderSuffix aliasHeaderSuffix
-
aliasMaxLength
protected AliasMaxLength aliasMaxLength
-
subquerySupported
protected SubquerySupported subquerySupported
-
trueMapping
protected TrueMapping trueMapping
-
falseMapping
protected FalseMapping falseMapping
-
functionMapping
protected List<FunctionMapping> functionMapping
-
-
Method Detail
-
setName
public void setName(Name value)
Sets the value of the name property.- Parameters:
value- allowed object isName
-
getRowLockingTemplate
public RowLockingTemplate getRowLockingTemplate()
Gets the value of the rowLockingTemplate property.- Returns:
- possible object is
RowLockingTemplate
-
setRowLockingTemplate
public void setRowLockingTemplate(RowLockingTemplate value)
Sets the value of the rowLockingTemplate property.- Parameters:
value- allowed object isRowLockingTemplate
-
getPkConstraintTemplate
public PkConstraintTemplate getPkConstraintTemplate()
Gets the value of the pkConstraintTemplate property.- Returns:
- possible object is
PkConstraintTemplate
-
setPkConstraintTemplate
public void setPkConstraintTemplate(PkConstraintTemplate value)
Sets the value of the pkConstraintTemplate property.- Parameters:
value- allowed object isPkConstraintTemplate
-
getFkConstraintTemplate
public FkConstraintTemplate getFkConstraintTemplate()
Gets the value of the fkConstraintTemplate property.- Returns:
- possible object is
FkConstraintTemplate
-
setFkConstraintTemplate
public void setFkConstraintTemplate(FkConstraintTemplate value)
Sets the value of the fkConstraintTemplate property.- Parameters:
value- allowed object isFkConstraintTemplate
-
getAutoIncrementTemplate
public AutoIncrementTemplate getAutoIncrementTemplate()
Gets the value of the autoIncrementTemplate property.- Returns:
- possible object is
AutoIncrementTemplate
-
setAutoIncrementTemplate
public void setAutoIncrementTemplate(AutoIncrementTemplate value)
Sets the value of the autoIncrementTemplate property.- Parameters:
value- allowed object isAutoIncrementTemplate
-
getAddColumnTemplate
public AddColumnTemplate getAddColumnTemplate()
Gets the value of the addColumnTemplate property.- Returns:
- possible object is
AddColumnTemplate
-
setAddColumnTemplate
public void setAddColumnTemplate(AddColumnTemplate value)
Sets the value of the addColumnTemplate property.- Parameters:
value- allowed object isAddColumnTemplate
-
getAlterColumnTemplate
public AlterColumnTemplate getAlterColumnTemplate()
Gets the value of the alterColumnTemplate property.- Returns:
- possible object is
AlterColumnTemplate
-
setAlterColumnTemplate
public void setAlterColumnTemplate(AlterColumnTemplate value)
Sets the value of the alterColumnTemplate property.- Parameters:
value- allowed object isAlterColumnTemplate
-
getDropColumnTemplate
public DropColumnTemplate getDropColumnTemplate()
Gets the value of the dropColumnTemplate property.- Returns:
- possible object is
DropColumnTemplate
-
setDropColumnTemplate
public void setDropColumnTemplate(DropColumnTemplate value)
Sets the value of the dropColumnTemplate property.- Parameters:
value- allowed object isDropColumnTemplate
-
getAliasHeaderPrefix
public AliasHeaderPrefix getAliasHeaderPrefix()
Gets the value of the aliasHeaderPrefix property.- Returns:
- possible object is
AliasHeaderPrefix
-
setAliasHeaderPrefix
public void setAliasHeaderPrefix(AliasHeaderPrefix value)
Sets the value of the aliasHeaderPrefix property.- Parameters:
value- allowed object isAliasHeaderPrefix
-
getAliasHeaderSuffix
public AliasHeaderSuffix getAliasHeaderSuffix()
Gets the value of the aliasHeaderSuffix property.- Returns:
- possible object is
AliasHeaderSuffix
-
setAliasHeaderSuffix
public void setAliasHeaderSuffix(AliasHeaderSuffix value)
Sets the value of the aliasHeaderSuffix property.- Parameters:
value- allowed object isAliasHeaderSuffix
-
getAliasMaxLength
public AliasMaxLength getAliasMaxLength()
Gets the value of the aliasMaxLength property.- Returns:
- possible object is
AliasMaxLength
-
setAliasMaxLength
public void setAliasMaxLength(AliasMaxLength value)
Sets the value of the aliasMaxLength property.- Parameters:
value- allowed object isAliasMaxLength
-
getSubquerySupported
public SubquerySupported getSubquerySupported()
Gets the value of the subquerySupported property.- Returns:
- possible object is
SubquerySupported
-
setSubquerySupported
public void setSubquerySupported(SubquerySupported value)
Sets the value of the subquerySupported property.- Parameters:
value- allowed object isSubquerySupported
-
getTrueMapping
public TrueMapping getTrueMapping()
Gets the value of the trueMapping property.- Returns:
- possible object is
TrueMapping
-
setTrueMapping
public void setTrueMapping(TrueMapping value)
Sets the value of the trueMapping property.- Parameters:
value- allowed object isTrueMapping
-
getFalseMapping
public FalseMapping getFalseMapping()
Gets the value of the falseMapping property.- Returns:
- possible object is
FalseMapping
-
setFalseMapping
public void setFalseMapping(FalseMapping value)
Sets the value of the falseMapping property.- Parameters:
value- allowed object isFalseMapping
-
getFunctionMapping
public List<FunctionMapping> getFunctionMapping()
Gets the value of the functionMapping property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod 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 listFunctionMapping
-
getMapping
public List<Mapping> getMapping()
Gets the value of the mapping property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod 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 listMapping
-
-