Class JaxbJoinTableImpl
- All Implemented Interfaces:
Serializable
,JaxbCheckable
,JaxbDatabaseObject
,JaxbTableMapping
,JaxbSchemaAware
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected List<JaxbCheckConstraintImpl>
protected String
protected JaxbForeignKeyImpl
protected List<JaxbIndexImpl>
protected JaxbForeignKeyImpl
protected List<JaxbJoinColumnImpl>
protected List<JaxbJoinColumnImpl>
protected String
protected String
protected String
protected 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.Gets the value of the inverseForeignKey property.Gets the value of the inverseJoinColumn property.Gets the value of the joinColumn property.getName()
Gets the value of the name property.Gets the value of the options property.Gets the value of the schema property.Gets the value of the uniqueConstraints property.void
setCatalog
(String value) Sets the value of the catalog property.void
setComment
(String value) Sets the value of the comment property.void
setForeignKey
(JaxbForeignKeyImpl value) Sets the value of the foreignKey property.void
Sets the value of the inverseForeignKey property.void
Sets the value of the name property.void
setOptions
(String value) Sets the value of the options property.void
Sets the value of the schema property.
-
Field Details
-
checkConstraints
-
joinColumn
-
foreignKey
-
inverseJoinColumn
-
inverseForeignKey
-
uniqueConstraints
-
indexes
-
name
-
catalog
-
schema
-
comment
-
options
-
-
Constructor Details
-
JaxbJoinTableImpl
public JaxbJoinTableImpl()
-
-
Method Details
-
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 JAXB object. This is why there is not a
set
method 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:
getCheckConstraints
in interfaceJaxbCheckable
- Returns:
- The value of the checkConstraints property.
-
getJoinColumn
Gets the value of the joinColumn 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 a
set
method for the joinColumn property.For example, to add a new item, do as follows:
getJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumnImpl
- Returns:
- The value of the joinColumn 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
-
getInverseJoinColumn
Gets the value of the inverseJoinColumn 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 a
set
method for the inverseJoinColumn property.For example, to add a new item, do as follows:
getInverseJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbJoinColumnImpl
- Returns:
- The value of the inverseJoinColumn property.
-
getInverseForeignKey
Gets the value of the inverseForeignKey property.- Returns:
- possible object is
JaxbForeignKeyImpl
-
setInverseForeignKey
Sets the value of the inverseForeignKey property.- Parameters:
value
- allowed object isJaxbForeignKeyImpl
-
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 JAXB object. This is why there is not a
set
method 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:
getUniqueConstraints
in 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 JAXB object. This is why there is not a
set
method 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:
getIndexes
in interfaceJaxbTableMapping
- Returns:
- The value of the indexes property.
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getCatalog
Gets the value of the catalog property.- Specified by:
getCatalog
in interfaceJaxbSchemaAware
- Returns:
- possible object is
String
-
setCatalog
Sets the value of the catalog property.- Specified by:
setCatalog
in interfaceJaxbSchemaAware
- Parameters:
value
- allowed object isString
-
getSchema
Gets the value of the schema property.- Specified by:
getSchema
in interfaceJaxbSchemaAware
- Returns:
- possible object is
String
-
setSchema
Sets the value of the schema property.- Specified by:
setSchema
in interfaceJaxbSchemaAware
- Parameters:
value
- allowed object isString
-
getComment
Gets the value of the comment property.- Specified by:
getComment
in interfaceJaxbTableMapping
- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value
- allowed object isString
-
getOptions
Gets the value of the options property.- Specified by:
getOptions
in interfaceJaxbTableMapping
- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value
- allowed object isString
-