public class JaxbHbmColumnType
extends java.lang.Object
implements java.io.Serializable
Java class for ColumnType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ColumnType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="check" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="not-null" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="precision" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="read" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="sql-type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="unique-key" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="write" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_default |
protected java.lang.String |
check |
protected java.lang.String |
comment |
protected java.lang.String |
index |
protected java.lang.Integer |
length |
protected java.lang.String |
name |
protected java.lang.Boolean |
notNull |
protected java.lang.Integer |
precision |
protected java.lang.String |
read |
protected java.lang.Integer |
scale |
protected java.lang.String |
sqlType |
protected java.lang.Boolean |
unique |
protected java.lang.String |
uniqueKey |
protected java.lang.String |
write |
| Constructor and Description |
|---|
JaxbHbmColumnType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCheck()
Gets the value of the check property.
|
java.lang.String |
getComment()
Gets the value of the comment property.
|
java.lang.String |
getDefault()
Gets the value of the default property.
|
java.lang.String |
getIndex()
Gets the value of the index property.
|
java.lang.Integer |
getLength()
Gets the value of the length property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.Integer |
getPrecision()
Gets the value of the precision property.
|
java.lang.String |
getRead()
Gets the value of the read property.
|
java.lang.Integer |
getScale()
Gets the value of the scale property.
|
java.lang.String |
getSqlType()
Gets the value of the sqlType property.
|
java.lang.String |
getUniqueKey()
Gets the value of the uniqueKey property.
|
java.lang.String |
getWrite()
Gets the value of the write property.
|
java.lang.Boolean |
isNotNull()
Gets the value of the notNull property.
|
java.lang.Boolean |
isUnique()
Gets the value of the unique property.
|
void |
setCheck(java.lang.String value)
Sets the value of the check property.
|
void |
setComment(java.lang.String value)
Sets the value of the comment property.
|
void |
setDefault(java.lang.String value)
Sets the value of the default property.
|
void |
setIndex(java.lang.String value)
Sets the value of the index 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.
|
void |
setNotNull(java.lang.Boolean value)
Sets the value of the notNull property.
|
void |
setPrecision(java.lang.Integer value)
Sets the value of the precision property.
|
void |
setRead(java.lang.String value)
Sets the value of the read property.
|
void |
setScale(java.lang.Integer value)
Sets the value of the scale property.
|
void |
setSqlType(java.lang.String value)
Sets the value of the sqlType property.
|
void |
setUnique(java.lang.Boolean value)
Sets the value of the unique property.
|
void |
setUniqueKey(java.lang.String value)
Sets the value of the uniqueKey property.
|
void |
setWrite(java.lang.String value)
Sets the value of the write property.
|
protected java.lang.String comment
protected java.lang.String check
protected java.lang.String _default
protected java.lang.String index
protected java.lang.Integer length
protected java.lang.String name
protected java.lang.Boolean notNull
protected java.lang.Integer precision
protected java.lang.String read
protected java.lang.Integer scale
protected java.lang.String sqlType
protected java.lang.Boolean unique
protected java.lang.String uniqueKey
protected java.lang.String write
public java.lang.String getComment()
Stringpublic void setComment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCheck()
Stringpublic void setCheck(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefault()
Stringpublic void setDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIndex()
Stringpublic void setIndex(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getLength()
Integerpublic void setLength(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isNotNull()
Booleanpublic void setNotNull(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getPrecision()
Integerpublic void setPrecision(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getRead()
Stringpublic void setRead(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getScale()
Integerpublic void setScale(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getSqlType()
Stringpublic void setSqlType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isUnique()
Booleanpublic void setUnique(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUniqueKey()
Stringpublic void setUniqueKey(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWrite()
Stringpublic void setWrite(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.