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()
String
public void setComment(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCheck()
String
public void setCheck(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDefault()
String
public void setDefault(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIndex()
String
public void setIndex(java.lang.String value)
value
- allowed object is
String
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
public java.lang.Boolean isNotNull()
Boolean
public void setNotNull(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getPrecision()
Integer
public void setPrecision(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getRead()
String
public void setRead(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getScale()
Integer
public void setScale(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getSqlType()
String
public void setSqlType(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isUnique()
Boolean
public void setUnique(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getUniqueKey()
String
public void setUniqueKey(java.lang.String value)
value
- allowed object is
String
public java.lang.String getWrite()
String
public void setWrite(java.lang.String value)
value
- allowed object is
String
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.