public class Property
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://jboss.org}property-name"/> <element ref="{http://jboss.org}column-name" minOccurs="0"/> <element ref="{http://jboss.org}not-null" minOccurs="0"/> <sequence minOccurs="0"> <element ref="{http://jboss.org}jdbc-type"/> <element ref="{http://jboss.org}sql-type"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ColumnName |
columnName |
protected JdbcType |
jdbcType |
protected NotNull |
notNull |
protected PropertyName |
propertyName |
protected SqlType |
sqlType |
Constructor and Description |
---|
Property() |
Modifier and Type | Method and Description |
---|---|
ColumnName |
getColumnName()
Gets the value of the columnName property.
|
JdbcType |
getJdbcType()
Gets the value of the jdbcType property.
|
NotNull |
getNotNull()
Gets the value of the notNull property.
|
PropertyName |
getPropertyName()
Gets the value of the propertyName property.
|
SqlType |
getSqlType()
Gets the value of the sqlType property.
|
void |
setColumnName(ColumnName value)
Sets the value of the columnName property.
|
void |
setJdbcType(JdbcType value)
Sets the value of the jdbcType property.
|
void |
setNotNull(NotNull value)
Sets the value of the notNull property.
|
void |
setPropertyName(PropertyName value)
Sets the value of the propertyName property.
|
void |
setSqlType(SqlType value)
Sets the value of the sqlType property.
|
protected PropertyName propertyName
protected ColumnName columnName
protected NotNull notNull
protected JdbcType jdbcType
protected SqlType sqlType
public PropertyName getPropertyName()
PropertyName
public void setPropertyName(PropertyName value)
value
- allowed object is
PropertyName
public ColumnName getColumnName()
ColumnName
public void setColumnName(ColumnName value)
value
- allowed object is
ColumnName
public NotNull getNotNull()
NotNull
public void setNotNull(NotNull value)
value
- allowed object is
NotNull
public JdbcType getJdbcType()
JdbcType
public void setJdbcType(JdbcType value)
value
- allowed object is
JdbcType
public SqlType getSqlType()
SqlType