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