public class JaxbSecondaryTable extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
catalog |
protected String |
name |
protected List<JaxbPrimaryKeyJoinColumn> |
primaryKeyJoinColumn |
protected String |
schema |
protected List<JaxbUniqueConstraint> |
uniqueConstraint |
Constructor and Description |
---|
JaxbSecondaryTable() |
Modifier and Type | Method and Description |
---|---|
String |
getCatalog()
Gets the value of the catalog property.
|
String |
getName()
Gets the value of the name property.
|
List<JaxbPrimaryKeyJoinColumn> |
getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property.
|
String |
getSchema()
Gets the value of the schema property.
|
List<JaxbUniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected List<JaxbPrimaryKeyJoinColumn> primaryKeyJoinColumn
protected List<JaxbUniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
public List<JaxbPrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
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 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
JaxbPrimaryKeyJoinColumn
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 getCatalog()
String
public void setCatalog(String value)
value
- allowed object is
String
public String getSchema()
String
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.