public class JaxbTableGenerator extends Object
Modifier and Type | Field and Description |
---|---|
protected Integer |
allocationSize |
protected String |
catalog |
protected String |
description |
protected Integer |
initialValue |
protected String |
name |
protected String |
pkColumnName |
protected String |
pkColumnValue |
protected String |
schema |
protected String |
table |
protected List<JaxbUniqueConstraint> |
uniqueConstraint |
protected String |
valueColumnName |
Constructor and Description |
---|
JaxbTableGenerator() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAllocationSize()
Gets the value of the allocationSize property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getDescription()
Gets the value of the description property.
|
Integer |
getInitialValue()
Gets the value of the initialValue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPkColumnName()
Gets the value of the pkColumnName property.
|
String |
getPkColumnValue()
Gets the value of the pkColumnValue property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getTable()
Gets the value of the table property.
|
List<JaxbUniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
String |
getValueColumnName()
Gets the value of the valueColumnName property.
|
void |
setAllocationSize(Integer value)
Sets the value of the allocationSize property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setInitialValue(Integer value)
Sets the value of the initialValue property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPkColumnName(String value)
Sets the value of the pkColumnName property.
|
void |
setPkColumnValue(String value)
Sets the value of the pkColumnValue property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setTable(String value)
Sets the value of the table property.
|
void |
setValueColumnName(String value)
Sets the value of the valueColumnName property.
|
protected String description
protected List<JaxbUniqueConstraint> uniqueConstraint
protected String name
protected String table
protected String catalog
protected String schema
protected String pkColumnName
protected String valueColumnName
protected String pkColumnValue
protected Integer initialValue
protected Integer allocationSize
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public List<JaxbUniqueConstraint> getUniqueConstraint()
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 uniqueConstraint property.
For example, to add a new item, do as follows:
getUniqueConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbUniqueConstraint
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getTable()
String
public void setTable(String value)
value
- allowed object is
String
public String getCatalog()
String
public void setCatalog(String value)
value
- allowed object is
String
public String getSchema()
String
public void setSchema(String value)
value
- allowed object is
String
public String getPkColumnName()
String
public void setPkColumnName(String value)
value
- allowed object is
String
public String getValueColumnName()
String
public void setValueColumnName(String value)
value
- allowed object is
String
public String getPkColumnValue()
String
public void setPkColumnValue(String value)
value
- allowed object is
String
public Integer getInitialValue()
Integer
public void setInitialValue(Integer value)
value
- allowed object is
Integer
public Integer getAllocationSize()
Integer
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.