|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.internal.jaxb.mapping.hbm.JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
public static class JaxbHibernateMapping.JaxbClass.JaxbDiscriminator
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>
Field Summary | |
---|---|
protected JaxbColumnElement |
column
|
protected String |
columnAttribute
|
protected Boolean |
force
|
protected String |
formula
|
protected String |
formulaAttribute
|
protected Boolean |
insert
|
protected String |
length
|
protected Boolean |
notNull
|
protected String |
type
|
Constructor Summary | |
---|---|
JaxbHibernateMapping.JaxbClass.JaxbDiscriminator()
|
Method Summary | |
---|---|
JaxbColumnElement |
getColumn()
Gets the value of the column property. |
String |
getColumnAttribute()
Gets the value of the columnAttribute property. |
String |
getFormula()
Gets the value of the formula property. |
String |
getFormulaAttribute()
Gets the value of the formulaAttribute property. |
String |
getLength()
Gets the value of the length property. |
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(String value)
Sets the value of the columnAttribute property. |
void |
setForce(Boolean value)
Sets the value of the force property. |
void |
setFormula(String value)
Sets the value of the formula property. |
void |
setFormulaAttribute(String value)
Sets the value of the formulaAttribute property. |
void |
setInsert(Boolean value)
Sets the value of the insert property. |
void |
setLength(String value)
Sets the value of the length property. |
void |
setNotNull(Boolean value)
Sets the value of the notNull property. |
void |
setType(String value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected JaxbColumnElement column
protected String formula
protected String columnAttribute
protected Boolean force
protected String formulaAttribute
protected Boolean insert
protected String length
protected Boolean notNull
protected String type
Constructor Detail |
---|
public JaxbHibernateMapping.JaxbClass.JaxbDiscriminator()
Method Detail |
---|
public JaxbColumnElement getColumn()
JaxbColumnElement
public void setColumn(JaxbColumnElement value)
value
- allowed object is
JaxbColumnElement
public String getFormula()
String
public void setFormula(String value)
value
- allowed object is
String
public String getColumnAttribute()
String
public void setColumnAttribute(String value)
value
- allowed object is
String
public boolean isForce()
Boolean
public void setForce(Boolean value)
value
- allowed object is
Boolean
public String getFormulaAttribute()
String
public void setFormulaAttribute(String value)
value
- allowed object is
String
public boolean isInsert()
Boolean
public void setInsert(Boolean value)
value
- allowed object is
Boolean
public String getLength()
String
public void setLength(String value)
value
- allowed object is
String
public boolean isNotNull()
Boolean
public void setNotNull(Boolean value)
value
- allowed object is
Boolean
public String getType()
String
public void setType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |