public class JaxbColumnElement
extends java.lang.Object
Java class for column-element complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="column-element">
<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}string" />
<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}string" />
<attribute name="read" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}string" />
<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.String |
length |
protected java.lang.String |
name |
protected java.lang.Boolean |
notNull |
protected java.lang.String |
precision |
protected java.lang.String |
read |
protected java.lang.String |
scale |
protected java.lang.String |
sqlType |
protected java.lang.Boolean |
unique |
protected java.lang.String |
uniqueKey |
protected java.lang.String |
write |
| Constructor and Description |
|---|
JaxbColumnElement() |
| 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.String |
getLength()
Gets the value of the length property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getPrecision()
Gets the value of the precision property.
|
java.lang.String |
getRead()
Gets the value of the read property.
|
java.lang.String |
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.String 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.String 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.String 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.String length
protected java.lang.String name
protected java.lang.Boolean notNull
protected java.lang.String precision
protected java.lang.String read
protected java.lang.String 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.String getLength()
Stringpublic void setLength(java.lang.String value)
value - allowed object is
Stringpublic 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.String getPrecision()
Stringpublic void setPrecision(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRead()
Stringpublic void setRead(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScale()
Stringpublic void setScale(java.lang.String value)
value - allowed object is
Stringpublic 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-2013 Red Hat, Inc. All Rights Reserved.