public class PrimaryKeyJoinColumn
extends java.lang.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 java.lang.String |
columnDefinition |
protected java.lang.String |
name |
protected java.lang.String |
referencedColumnName |
Constructor and Description |
---|
PrimaryKeyJoinColumn() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnDefinition()
Gets the value of the columnDefinition property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getReferencedColumnName()
Gets the value of the referencedColumnName property.
|
void |
setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setReferencedColumnName(java.lang.String value)
Sets the value of the referencedColumnName property.
|
protected java.lang.String columnDefinition
protected java.lang.String name
protected java.lang.String referencedColumnName
public java.lang.String getColumnDefinition()
String
public void setColumnDefinition(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getReferencedColumnName()
String
public void setReferencedColumnName(java.lang.String value)
value
- allowed object is
String