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()
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.String getLength()
String
public void setLength(java.lang.String value)
value
- allowed object is
String
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.String getPrecision()
String
public void setPrecision(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRead()
String
public void setRead(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScale()
String
public void setScale(java.lang.String value)
value
- allowed object is
String
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-2013 Red Hat, Inc. All Rights Reserved.