org.apache.openejb.jee.jba.cmp
Class UnknownPk

java.lang.Object
  extended by org.apache.openejb.jee.jba.cmp.UnknownPk

public class UnknownPk
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}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

keyGeneratorFactory

protected KeyGeneratorFactory keyGeneratorFactory

unknownPkClass

protected UnknownPkClass unknownPkClass

fieldName

protected FieldName fieldName

readOnly

protected ReadOnly readOnly

readTimeOut

protected ReadTimeOut readTimeOut

columnName

protected ColumnName columnName

jdbcType

protected JdbcType jdbcType

sqlType

protected SqlType sqlType

autoIncrement

protected AutoIncrement autoIncrement
Constructor Detail

UnknownPk

public UnknownPk()
Method Detail

getKeyGeneratorFactory

public KeyGeneratorFactory getKeyGeneratorFactory()
Gets the value of the keyGeneratorFactory property.

Returns:
possible object is KeyGeneratorFactory

setKeyGeneratorFactory

public void setKeyGeneratorFactory(KeyGeneratorFactory value)
Sets the value of the keyGeneratorFactory property.

Parameters:
value - allowed object is KeyGeneratorFactory

getUnknownPkClass

public UnknownPkClass getUnknownPkClass()
Gets the value of the unknownPkClass property.

Returns:
possible object is UnknownPkClass

setUnknownPkClass

public void setUnknownPkClass(UnknownPkClass value)
Sets the value of the unknownPkClass property.

Parameters:
value - allowed object is UnknownPkClass

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 is FieldName

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 is ReadOnly

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 is ReadTimeOut

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 is ColumnName

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 is JdbcType

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 is SqlType

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 is AutoIncrement


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.