public class PrimaryKeyJoinColumn extends Object
Java class for primary-key-join-column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="primary-key-join-column">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="column-definition" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="referenced-column-name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnDefinition |
protected String |
name |
protected String |
referencedColumnName |
| Constructor and Description |
|---|
PrimaryKeyJoinColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDefinition()
Gets the value of the columnDefinition property.
|
String |
getName()
Gets the value of the name property.
|
String |
getReferencedColumnName()
Gets the value of the referencedColumnName property.
|
void |
setColumnDefinition(String value)
Sets the value of the columnDefinition property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReferencedColumnName(String value)
Sets the value of the referencedColumnName property.
|
protected String columnDefinition
protected String name
protected String referencedColumnName
public String getColumnDefinition()
Stringpublic void setColumnDefinition(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getReferencedColumnName()
StringCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.