public class JaxbHbmColumnType extends Object implements 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 String |
_default |
protected String |
check |
protected String |
comment |
protected String |
index |
protected Integer |
length |
protected String |
name |
protected Boolean |
notNull |
protected Integer |
precision |
protected String |
read |
protected Integer |
scale |
protected String |
sqlType |
protected Boolean |
unique |
protected String |
uniqueKey |
protected String |
write |
| Constructor and Description |
|---|
JaxbHbmColumnType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCheck()
Gets the value of the check property.
|
String |
getComment()
Gets the value of the comment property.
|
String |
getDefault()
Gets the value of the default property.
|
String |
getIndex()
Gets the value of the index property.
|
Integer |
getLength()
Gets the value of the length property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getPrecision()
Gets the value of the precision property.
|
String |
getRead()
Gets the value of the read property.
|
Integer |
getScale()
Gets the value of the scale property.
|
String |
getSqlType()
Gets the value of the sqlType property.
|
String |
getUniqueKey()
Gets the value of the uniqueKey property.
|
String |
getWrite()
Gets the value of the write property.
|
Boolean |
isNotNull()
Gets the value of the notNull property.
|
Boolean |
isUnique()
Gets the value of the unique property.
|
void |
setCheck(String value)
Sets the value of the check property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setDefault(String value)
Sets the value of the default property.
|
void |
setIndex(String value)
Sets the value of the index property.
|
void |
setLength(Integer value)
Sets the value of the length property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotNull(Boolean value)
Sets the value of the notNull property.
|
void |
setPrecision(Integer value)
Sets the value of the precision property.
|
void |
setRead(String value)
Sets the value of the read property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
void |
setSqlType(String value)
Sets the value of the sqlType property.
|
void |
setUnique(Boolean value)
Sets the value of the unique property.
|
void |
setUniqueKey(String value)
Sets the value of the uniqueKey property.
|
void |
setWrite(String value)
Sets the value of the write property.
|
protected String comment
protected String check
protected String _default
protected String index
protected Integer length
protected String name
protected Boolean notNull
protected Integer precision
protected String read
protected Integer scale
protected String sqlType
protected Boolean unique
protected String uniqueKey
protected String write
public String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic String getCheck()
Stringpublic void setCheck(String value)
value - allowed object is
Stringpublic String getDefault()
Stringpublic void setDefault(String value)
value - allowed object is
Stringpublic String getIndex()
Stringpublic void setIndex(String value)
value - allowed object is
Stringpublic Integer getLength()
Integerpublic void setLength(Integer value)
value - allowed object is
Integerpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isNotNull()
Booleanpublic void setNotNull(Boolean value)
value - allowed object is
Booleanpublic Integer getPrecision()
Integerpublic void setPrecision(Integer value)
value - allowed object is
Integerpublic String getRead()
Stringpublic void setRead(String value)
value - allowed object is
Stringpublic Integer getScale()
Integerpublic void setScale(Integer value)
value - allowed object is
Integerpublic String getSqlType()
Stringpublic void setSqlType(String value)
value - allowed object is
Stringpublic Boolean isUnique()
Booleanpublic void setUnique(Boolean value)
value - allowed object is
Booleanpublic String getUniqueKey()
Stringpublic void setUniqueKey(String value)
value - allowed object is
Stringpublic String getWrite()
StringCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.