|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.CmpField
public class CmpField
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 | |
|---|---|
protected AutoIncrement |
autoIncrement
|
protected CheckDirtyAfterGet |
checkDirtyAfterGet
|
protected ColumnName |
columnName
|
protected Dbindex |
dbindex
|
protected FieldName |
fieldName
|
protected JdbcType |
jdbcType
|
protected NotNull |
notNull
|
protected java.util.List<Property> |
property
|
protected ReadOnly |
readOnly
|
protected ReadTimeOut |
readTimeOut
|
protected SqlType |
sqlType
|
protected StateFactory |
stateFactory
|
| Constructor Summary | |
|---|---|
CmpField()
|
|
| Method Summary | |
|---|---|
AutoIncrement |
getAutoIncrement()
Gets the value of the autoIncrement property. |
CheckDirtyAfterGet |
getCheckDirtyAfterGet()
Gets the value of the checkDirtyAfterGet property. |
ColumnName |
getColumnName()
Gets the value of the columnName property. |
Dbindex |
getDbindex()
Gets the value of the dbindex property. |
FieldName |
getFieldName()
Gets the value of the fieldName property. |
JdbcType |
getJdbcType()
Gets the value of the jdbcType property. |
NotNull |
getNotNull()
Gets the value of the notNull property. |
java.util.List<Property> |
getProperty()
Gets the value of the property property. |
ReadOnly |
getReadOnly()
Gets the value of the readOnly property. |
ReadTimeOut |
getReadTimeOut()
Gets the value of the readTimeOut property. |
SqlType |
getSqlType()
Gets the value of the sqlType property. |
StateFactory |
getStateFactory()
Gets the value of the stateFactory property. |
void |
setAutoIncrement(AutoIncrement value)
Sets the value of the autoIncrement property. |
void |
setCheckDirtyAfterGet(CheckDirtyAfterGet value)
Sets the value of the checkDirtyAfterGet property. |
void |
setColumnName(ColumnName value)
Sets the value of the columnName property. |
void |
setDbindex(Dbindex value)
Sets the value of the dbindex property. |
void |
setFieldName(FieldName value)
Sets the value of the fieldName property. |
void |
setJdbcType(JdbcType value)
Sets the value of the jdbcType property. |
void |
setNotNull(NotNull value)
Sets the value of the notNull property. |
void |
setReadOnly(ReadOnly value)
Sets the value of the readOnly property. |
void |
setReadTimeOut(ReadTimeOut value)
Sets the value of the readTimeOut property. |
void |
setSqlType(SqlType value)
Sets the value of the sqlType property. |
void |
setStateFactory(StateFactory value)
Sets the value of the stateFactory property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FieldName fieldName
protected ReadOnly readOnly
protected ReadTimeOut readTimeOut
protected ColumnName columnName
protected NotNull notNull
protected JdbcType jdbcType
protected SqlType sqlType
protected java.util.List<Property> property
protected AutoIncrement autoIncrement
protected Dbindex dbindex
protected CheckDirtyAfterGet checkDirtyAfterGet
protected StateFactory stateFactory
| Constructor Detail |
|---|
public CmpField()
| Method Detail |
|---|
public FieldName getFieldName()
FieldNamepublic void setFieldName(FieldName value)
value - allowed object is
FieldNamepublic ReadOnly getReadOnly()
ReadOnlypublic void setReadOnly(ReadOnly value)
value - allowed object is
ReadOnlypublic ReadTimeOut getReadTimeOut()
ReadTimeOutpublic void setReadTimeOut(ReadTimeOut value)
value - allowed object is
ReadTimeOutpublic ColumnName getColumnName()
ColumnNamepublic void setColumnName(ColumnName value)
value - allowed object is
ColumnNamepublic NotNull getNotNull()
NotNullpublic void setNotNull(NotNull value)
value - allowed object is
NotNullpublic JdbcType getJdbcType()
JdbcTypepublic void setJdbcType(JdbcType value)
value - allowed object is
JdbcTypepublic SqlType getSqlType()
SqlTypepublic void setSqlType(SqlType value)
value - allowed object is
SqlTypepublic java.util.List<Property> getProperty()
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 a set method 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 list
Property
public AutoIncrement getAutoIncrement()
AutoIncrementpublic void setAutoIncrement(AutoIncrement value)
value - allowed object is
AutoIncrementpublic Dbindex getDbindex()
Dbindexpublic void setDbindex(Dbindex value)
value - allowed object is
Dbindexpublic CheckDirtyAfterGet getCheckDirtyAfterGet()
CheckDirtyAfterGetpublic void setCheckDirtyAfterGet(CheckDirtyAfterGet value)
value - allowed object is
CheckDirtyAfterGetpublic StateFactory getStateFactory()
StateFactorypublic void setStateFactory(StateFactory value)
value - allowed object is
StateFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||