public class DiscriminatorColumn
extends java.lang.Object
Java class for discriminator-column complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="discriminator-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="discriminator-type" type="{http://java.sun.com/xml/ns/persistence/orm}discriminator-type" /> <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
columnDefinition |
protected DiscriminatorType |
discriminatorType |
protected java.lang.Integer |
length |
protected java.lang.String |
name |
Constructor and Description |
---|
DiscriminatorColumn() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnDefinition()
Gets the value of the columnDefinition property.
|
DiscriminatorType |
getDiscriminatorType()
Gets the value of the discriminatorType property.
|
java.lang.Integer |
getLength()
Gets the value of the length property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
void |
setColumnDefinition(java.lang.String value)
Sets the value of the columnDefinition property.
|
void |
setDiscriminatorType(DiscriminatorType value)
Sets the value of the discriminatorType property.
|
void |
setLength(java.lang.Integer value)
Sets the value of the length property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
protected java.lang.String columnDefinition
protected DiscriminatorType discriminatorType
protected java.lang.Integer length
protected java.lang.String name
public java.lang.String getColumnDefinition()
String
public void setColumnDefinition(java.lang.String value)
value
- allowed object is
String
public DiscriminatorType getDiscriminatorType()
DiscriminatorType
public void setDiscriminatorType(DiscriminatorType value)
value
- allowed object is
DiscriminatorType
public java.lang.Integer getLength()
Integer
public void setLength(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String