Class JaxbSecondaryTableImpl
- All Implemented Interfaces:
Serializable, JaxbCheckable, JaxbDatabaseObject, JaxbTableMapping, JaxbSchemaAware
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<JaxbCheckConstraintImpl> protected Stringprotected JaxbForeignKeyImplprotected List<JaxbIndexImpl> protected Stringprotected Booleanprotected Stringprotected Booleanprotected JaxbForeignKeyImplprotected List<JaxbPrimaryKeyJoinColumnImpl> protected Stringprotected List<JaxbUniqueConstraintImpl> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the catalog property.Gets the value of the checkConstraints property.Gets the value of the comment property.Gets the value of the foreignKey property.Gets the value of the indexes property.getName()Gets the value of the name property.Gets the value of the options property.Gets the value of the primaryKeyForeignKey property.Gets the value of the primaryKeyJoinColumn property.Gets the value of the schema property.Gets the value of the uniqueConstraints property.Gets the value of the optional property.isOwned()Gets the value of the owned property.voidsetCatalog(String value) Sets the value of the catalog property.voidsetComment(String value) Sets the value of the comment property.voidsetForeignKey(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.voidSets the value of the name property.voidsetOptional(Boolean value) Sets the value of the optional property.voidsetOptions(String value) Sets the value of the options property.voidSets the value of the owned property.voidSets the value of the primaryKeyForeignKey property.voidSets the value of the schema property.
-
Field Details
-
-
primaryKeyForeignKey
-
checkConstraints
-
uniqueConstraints
-
indexes
-
foreignKey
-
name
-
catalog
-
schema
-
optional
-
owned
-
comment
-
options
-
-
Constructor Details
-
JaxbSecondaryTableImpl
public JaxbSecondaryTableImpl()
-
-
Method Details
-
getPrimaryKeyJoinColumn
Gets the value of the primaryKeyJoinColumn 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 Jakarta XML Binding object. This is why there is not a
setmethod for the primaryKeyJoinColumn property.For example, to add a new item, do as follows:
getPrimaryKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbPrimaryKeyJoinColumnImpl- Returns:
- The value of the primaryKeyJoinColumn property.
-
getPrimaryKeyForeignKey
Gets the value of the primaryKeyForeignKey property.- Returns:
- possible object is
JaxbForeignKeyImpl
-
setPrimaryKeyForeignKey
Sets the value of the primaryKeyForeignKey property.- Parameters:
value- allowed object isJaxbForeignKeyImpl
-
getCheckConstraints
Gets the value of the checkConstraints 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 Jakarta XML Binding object. This is why there is not a
setmethod for the checkConstraints property.For example, to add a new item, do as follows:
getCheckConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCheckConstraintImpl- Specified by:
getCheckConstraintsin interfaceJaxbCheckable- Returns:
- The value of the checkConstraints property.
-
getUniqueConstraints
Gets the value of the uniqueConstraints 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 Jakarta XML Binding object. This is why there is not a
setmethod for the uniqueConstraints property.For example, to add a new item, do as follows:
getUniqueConstraints().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbUniqueConstraintImpl- Specified by:
getUniqueConstraintsin interfaceJaxbTableMapping- Returns:
- The value of the uniqueConstraints property.
-
getIndexes
Gets the value of the indexes 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 Jakarta XML Binding object. This is why there is not a
setmethod for the indexes property.For example, to add a new item, do as follows:
getIndexes().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbIndexImpl- Specified by:
getIndexesin interfaceJaxbTableMapping- Returns:
- The value of the indexes property.
-
getForeignKey
Gets the value of the foreignKey property.- Returns:
- possible object is
JaxbForeignKeyImpl
-
setForeignKey
Sets the value of the foreignKey property.- Parameters:
value- allowed object isJaxbForeignKeyImpl
-
getName
-
setName
-
getCatalog
Gets the value of the catalog property.- Specified by:
getCatalogin interfaceJaxbSchemaAware- Returns:
- possible object is
String
-
setCatalog
Sets the value of the catalog property.- Specified by:
setCatalogin interfaceJaxbSchemaAware- Parameters:
value- allowed object isString
-
getSchema
Gets the value of the schema property.- Specified by:
getSchemain interfaceJaxbSchemaAware- Returns:
- possible object is
String
-
setSchema
Sets the value of the schema property.- Specified by:
setSchemain interfaceJaxbSchemaAware- Parameters:
value- allowed object isString
-
isOptional
-
setOptional
-
isOwned
-
setOwned
-
getComment
Gets the value of the comment property.- Specified by:
getCommentin interfaceJaxbTableMapping- Returns:
- possible object is
String
-
setComment
-
getOptions
Gets the value of the options property.- Specified by:
getOptionsin interfaceJaxbTableMapping- Returns:
- possible object is
String
-
setOptions
-