public static class JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element name="column" type="{http://www.hibernate.org/xsd/hibernate-mapping}column-element"/>
<element name="formula" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="formula" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="insert" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="not-null" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" default="string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JaxbColumnElement |
column |
protected java.lang.String |
columnAttribute |
protected java.lang.Boolean |
force |
protected java.lang.String |
formula |
protected java.lang.String |
formulaAttribute |
protected java.lang.Boolean |
insert |
protected java.lang.String |
length |
protected java.lang.Boolean |
notNull |
protected java.lang.String |
type |
| Constructor and Description |
|---|
JaxbHibernateMapping.JaxbClass.JaxbDiscriminator() |
| Modifier and Type | Method and Description |
|---|---|
JaxbColumnElement |
getColumn()
Gets the value of the column property.
|
java.lang.String |
getColumnAttribute()
Gets the value of the columnAttribute property.
|
java.lang.String |
getFormula()
Gets the value of the formula property.
|
java.lang.String |
getFormulaAttribute()
Gets the value of the formulaAttribute property.
|
java.lang.String |
getLength()
Gets the value of the length property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
boolean |
isForce()
Gets the value of the force property.
|
boolean |
isInsert()
Gets the value of the insert property.
|
boolean |
isNotNull()
Gets the value of the notNull property.
|
void |
setColumn(JaxbColumnElement value)
Sets the value of the column property.
|
void |
setColumnAttribute(java.lang.String value)
Sets the value of the columnAttribute property.
|
void |
setForce(java.lang.Boolean value)
Sets the value of the force property.
|
void |
setFormula(java.lang.String value)
Sets the value of the formula property.
|
void |
setFormulaAttribute(java.lang.String value)
Sets the value of the formulaAttribute property.
|
void |
setInsert(java.lang.Boolean value)
Sets the value of the insert property.
|
void |
setLength(java.lang.String value)
Sets the value of the length property.
|
void |
setNotNull(java.lang.Boolean value)
Sets the value of the notNull property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected JaxbColumnElement column
protected java.lang.String formula
protected java.lang.String columnAttribute
protected java.lang.Boolean force
protected java.lang.String formulaAttribute
protected java.lang.Boolean insert
protected java.lang.String length
protected java.lang.Boolean notNull
protected java.lang.String type
public JaxbHibernateMapping.JaxbClass.JaxbDiscriminator()
public JaxbColumnElement getColumn()
JaxbColumnElementpublic void setColumn(JaxbColumnElement value)
value - allowed object is
JaxbColumnElementpublic java.lang.String getFormula()
Stringpublic void setFormula(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getColumnAttribute()
Stringpublic void setColumnAttribute(java.lang.String value)
value - allowed object is
Stringpublic boolean isForce()
Booleanpublic void setForce(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getFormulaAttribute()
Stringpublic void setFormulaAttribute(java.lang.String value)
value - allowed object is
Stringpublic boolean isInsert()
Booleanpublic void setInsert(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getLength()
Stringpublic void setLength(java.lang.String value)
value - allowed object is
Stringpublic boolean isNotNull()
Booleanpublic void setNotNull(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.