Package org.apache.openejb.jee.jba.cmp
Class CmpField
- java.lang.Object
-
- org.apache.openejb.jee.jba.cmp.CmpField
-
public class CmpField extends 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}field-name"/> <element ref="{http://jboss.org}read-only" minOccurs="0"/> <element ref="{http://jboss.org}read-time-out" minOccurs="0"/> <element ref="{http://jboss.org}column-name" minOccurs="0"/> <element ref="{http://jboss.org}not-null" minOccurs="0"/> <choice minOccurs="0"> <sequence> <element ref="{http://jboss.org}jdbc-type"/> <element ref="{http://jboss.org}sql-type"/> </sequence> <sequence> <element ref="{http://jboss.org}property" maxOccurs="unbounded"/> </sequence> </choice> <element ref="{http://jboss.org}auto-increment" minOccurs="0"/> <element ref="{http://jboss.org}dbindex" minOccurs="0"/> <element ref="{http://jboss.org}check-dirty-after-get" minOccurs="0"/> <element ref="{http://jboss.org}state-factory" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AutoIncrementautoIncrementprotected CheckDirtyAfterGetcheckDirtyAfterGetprotected ColumnNamecolumnNameprotected Dbindexdbindexprotected FieldNamefieldNameprotected JdbcTypejdbcTypeprotected NotNullnotNullprotected List<Property>propertyprotected ReadOnlyreadOnlyprotected ReadTimeOutreadTimeOutprotected SqlTypesqlTypeprotected StateFactorystateFactory
-
Constructor Summary
Constructors Constructor Description CmpField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoIncrementgetAutoIncrement()Gets the value of the autoIncrement property.CheckDirtyAfterGetgetCheckDirtyAfterGet()Gets the value of the checkDirtyAfterGet property.ColumnNamegetColumnName()Gets the value of the columnName property.DbindexgetDbindex()Gets the value of the dbindex property.FieldNamegetFieldName()Gets the value of the fieldName property.JdbcTypegetJdbcType()Gets the value of the jdbcType property.NotNullgetNotNull()Gets the value of the notNull property.List<Property>getProperty()Gets the value of the property property.ReadOnlygetReadOnly()Gets the value of the readOnly property.ReadTimeOutgetReadTimeOut()Gets the value of the readTimeOut property.SqlTypegetSqlType()Gets the value of the sqlType property.StateFactorygetStateFactory()Gets the value of the stateFactory property.voidsetAutoIncrement(AutoIncrement value)Sets the value of the autoIncrement property.voidsetCheckDirtyAfterGet(CheckDirtyAfterGet value)Sets the value of the checkDirtyAfterGet property.voidsetColumnName(ColumnName value)Sets the value of the columnName property.voidsetDbindex(Dbindex value)Sets the value of the dbindex property.voidsetFieldName(FieldName value)Sets the value of the fieldName property.voidsetJdbcType(JdbcType value)Sets the value of the jdbcType property.voidsetNotNull(NotNull value)Sets the value of the notNull property.voidsetReadOnly(ReadOnly value)Sets the value of the readOnly property.voidsetReadTimeOut(ReadTimeOut value)Sets the value of the readTimeOut property.voidsetSqlType(SqlType value)Sets the value of the sqlType property.voidsetStateFactory(StateFactory value)Sets the value of the stateFactory property.
-
-
-
Field Detail
-
fieldName
protected FieldName fieldName
-
readOnly
protected ReadOnly readOnly
-
readTimeOut
protected ReadTimeOut readTimeOut
-
columnName
protected ColumnName columnName
-
notNull
protected NotNull notNull
-
jdbcType
protected JdbcType jdbcType
-
sqlType
protected SqlType sqlType
-
autoIncrement
protected AutoIncrement autoIncrement
-
dbindex
protected Dbindex dbindex
-
checkDirtyAfterGet
protected CheckDirtyAfterGet checkDirtyAfterGet
-
stateFactory
protected StateFactory stateFactory
-
-
Method Detail
-
getFieldName
public FieldName getFieldName()
Gets the value of the fieldName property.- Returns:
- possible object is
FieldName
-
setFieldName
public void setFieldName(FieldName value)
Sets the value of the fieldName property.- Parameters:
value- allowed object isFieldName
-
getReadOnly
public ReadOnly getReadOnly()
Gets the value of the readOnly property.- Returns:
- possible object is
ReadOnly
-
setReadOnly
public void setReadOnly(ReadOnly value)
Sets the value of the readOnly property.- Parameters:
value- allowed object isReadOnly
-
getReadTimeOut
public ReadTimeOut getReadTimeOut()
Gets the value of the readTimeOut property.- Returns:
- possible object is
ReadTimeOut
-
setReadTimeOut
public void setReadTimeOut(ReadTimeOut value)
Sets the value of the readTimeOut property.- Parameters:
value- allowed object isReadTimeOut
-
getColumnName
public ColumnName getColumnName()
Gets the value of the columnName property.- Returns:
- possible object is
ColumnName
-
setColumnName
public void setColumnName(ColumnName value)
Sets the value of the columnName property.- Parameters:
value- allowed object isColumnName
-
getNotNull
public NotNull getNotNull()
Gets the value of the notNull property.- Returns:
- possible object is
NotNull
-
setNotNull
public void setNotNull(NotNull value)
Sets the value of the notNull property.- Parameters:
value- allowed object isNotNull
-
getJdbcType
public JdbcType getJdbcType()
Gets the value of the jdbcType property.- Returns:
- possible object is
JdbcType
-
setJdbcType
public void setJdbcType(JdbcType value)
Sets the value of the jdbcType property.- Parameters:
value- allowed object isJdbcType
-
getSqlType
public SqlType getSqlType()
Gets the value of the sqlType property.- Returns:
- possible object is
SqlType
-
setSqlType
public void setSqlType(SqlType value)
Sets the value of the sqlType property.- Parameters:
value- allowed object isSqlType
-
getProperty
public List<Property> getProperty()
Gets the value of the property property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not asetmethod for the property property. For example, to add a new item, do as follows:getProperty().add(newItem);Objects of the following type(s) are allowed in the listProperty
-
getAutoIncrement
public AutoIncrement getAutoIncrement()
Gets the value of the autoIncrement property.- Returns:
- possible object is
AutoIncrement
-
setAutoIncrement
public void setAutoIncrement(AutoIncrement value)
Sets the value of the autoIncrement property.- Parameters:
value- allowed object isAutoIncrement
-
getDbindex
public Dbindex getDbindex()
Gets the value of the dbindex property.- Returns:
- possible object is
Dbindex
-
setDbindex
public void setDbindex(Dbindex value)
Sets the value of the dbindex property.- Parameters:
value- allowed object isDbindex
-
getCheckDirtyAfterGet
public CheckDirtyAfterGet getCheckDirtyAfterGet()
Gets the value of the checkDirtyAfterGet property.- Returns:
- possible object is
CheckDirtyAfterGet
-
setCheckDirtyAfterGet
public void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
Sets the value of the checkDirtyAfterGet property.- Parameters:
value- allowed object isCheckDirtyAfterGet
-
getStateFactory
public StateFactory getStateFactory()
Gets the value of the stateFactory property.- Returns:
- possible object is
StateFactory
-
setStateFactory
public void setStateFactory(StateFactory value)
Sets the value of the stateFactory property.- Parameters:
value- allowed object isStateFactory
-
-