|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.jba.cmp.UnknownPk
public class UnknownPk
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}key-generator-factory" minOccurs="0"/>
<element ref="{http://jboss.org}unknown-pk-class"/>
<element ref="{http://jboss.org}field-name" minOccurs="0"/>
<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"/>
<sequence minOccurs="0">
<element ref="{http://jboss.org}jdbc-type"/>
<element ref="{http://jboss.org}sql-type"/>
</sequence>
<element ref="{http://jboss.org}auto-increment" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AutoIncrement |
autoIncrement
|
protected ColumnName |
columnName
|
protected FieldName |
fieldName
|
protected JdbcType |
jdbcType
|
protected KeyGeneratorFactory |
keyGeneratorFactory
|
protected ReadOnly |
readOnly
|
protected ReadTimeOut |
readTimeOut
|
protected SqlType |
sqlType
|
protected UnknownPkClass |
unknownPkClass
|
| Constructor Summary | |
|---|---|
UnknownPk()
|
|
| Method Summary | |
|---|---|
AutoIncrement |
getAutoIncrement()
Gets the value of the autoIncrement property. |
ColumnName |
getColumnName()
Gets the value of the columnName property. |
FieldName |
getFieldName()
Gets the value of the fieldName property. |
JdbcType |
getJdbcType()
Gets the value of the jdbcType property. |
KeyGeneratorFactory |
getKeyGeneratorFactory()
Gets the value of the keyGeneratorFactory 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. |
UnknownPkClass |
getUnknownPkClass()
Gets the value of the unknownPkClass property. |
void |
setAutoIncrement(AutoIncrement value)
Sets the value of the autoIncrement property. |
void |
setColumnName(ColumnName value)
Sets the value of the columnName property. |
void |
setFieldName(FieldName value)
Sets the value of the fieldName property. |
void |
setJdbcType(JdbcType value)
Sets the value of the jdbcType property. |
void |
setKeyGeneratorFactory(KeyGeneratorFactory value)
Sets the value of the keyGeneratorFactory 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 |
setUnknownPkClass(UnknownPkClass value)
Sets the value of the unknownPkClass property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected KeyGeneratorFactory keyGeneratorFactory
protected UnknownPkClass unknownPkClass
protected FieldName fieldName
protected ReadOnly readOnly
protected ReadTimeOut readTimeOut
protected ColumnName columnName
protected JdbcType jdbcType
protected SqlType sqlType
protected AutoIncrement autoIncrement
| Constructor Detail |
|---|
public UnknownPk()
| Method Detail |
|---|
public KeyGeneratorFactory getKeyGeneratorFactory()
KeyGeneratorFactorypublic void setKeyGeneratorFactory(KeyGeneratorFactory value)
value - allowed object is
KeyGeneratorFactorypublic UnknownPkClass getUnknownPkClass()
UnknownPkClasspublic void setUnknownPkClass(UnknownPkClass value)
value - allowed object is
UnknownPkClasspublic 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 JdbcType getJdbcType()
JdbcTypepublic void setJdbcType(JdbcType value)
value - allowed object is
JdbcTypepublic SqlType getSqlType()
SqlTypepublic void setSqlType(SqlType value)
value - allowed object is
SqlTypepublic AutoIncrement getAutoIncrement()
AutoIncrementpublic void setAutoIncrement(AutoIncrement value)
value - allowed object is
AutoIncrement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||