Class JaxbTableGeneratorImpl
- All Implemented Interfaces:
Serializable,JaxbCheckable,JaxbDatabaseObject,JaxbTableMapping,JaxbSchemaAware
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integerprotected Stringprotected List<JaxbCheckConstraintImpl>protected Stringprotected Stringprotected List<JaxbIndexImpl>protected Integerprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected List<JaxbUniqueConstraintImpl>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the allocationSize property.Gets 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 description property.Gets the value of the indexes property.Gets the value of the initialValue property.getName()Gets the value of the name property.Gets the value of the options property.Gets the value of the pkColumnName property.Gets the value of the pkColumnValue property.Gets the value of the schema property.getTable()Gets the value of the table property.Gets the value of the uniqueConstraints property.Gets the value of the valueColumnName property.voidsetAllocationSize(Integer value) Sets the value of the allocationSize property.voidsetCatalog(String value) Sets the value of the catalog property.voidsetComment(String value) Sets the value of the comment property.voidsetDescription(String value) Sets the value of the description property.voidsetInitialValue(Integer value) Sets the value of the initialValue property.voidSets the value of the name property.voidsetOptions(String value) Sets the value of the options property.voidsetPkColumnName(String value) Sets the value of the pkColumnName property.voidsetPkColumnValue(String value) Sets the value of the pkColumnValue property.voidSets the value of the schema property.voidSets the value of the table property.voidsetValueColumnName(String value) Sets the value of the valueColumnName property.
-
Field Details
-
description
-
checkConstraints
-
uniqueConstraints
-
indexes
-
name
-
table
-
catalog
-
schema
-
pkColumnName
-
valueColumnName
-
pkColumnValue
-
initialValue
-
allocationSize
-
comment
-
options
-
-
Constructor Details
-
JaxbTableGeneratorImpl
public JaxbTableGeneratorImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
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
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 JAXB 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 JAXB 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.
-
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
-
getTable
Gets the value of the table property.- Returns:
- possible object is
String
-
setTable
Sets the value of the table property.- Parameters:
value- allowed object isString
-
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
-
getPkColumnName
Gets the value of the pkColumnName property.- Returns:
- possible object is
String
-
setPkColumnName
Sets the value of the pkColumnName property.- Parameters:
value- allowed object isString
-
getValueColumnName
Gets the value of the valueColumnName property.- Returns:
- possible object is
String
-
setValueColumnName
Sets the value of the valueColumnName property.- Parameters:
value- allowed object isString
-
getPkColumnValue
Gets the value of the pkColumnValue property.- Returns:
- possible object is
String
-
setPkColumnValue
Sets the value of the pkColumnValue property.- Parameters:
value- allowed object isString
-
getInitialValue
Gets the value of the initialValue property.- Returns:
- possible object is
Integer
-
setInitialValue
Sets the value of the initialValue property.- Parameters:
value- allowed object isInteger
-
getAllocationSize
Gets the value of the allocationSize property.- Returns:
- possible object is
Integer
-
setAllocationSize
Sets the value of the allocationSize property.- Parameters:
value- allowed object isInteger
-
getComment
Gets the value of the comment property.- Specified by:
getCommentin 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:
getOptionsin interfaceJaxbTableMapping- Returns:
- possible object is
String
-
setOptions
Sets the value of the options property.- Parameters:
value- allowed object isString
-