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

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

public class RelationTableMapping
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}table-name" minOccurs="0"/>
         <sequence minOccurs="0">
           <element ref="{http://jboss.org}datasource"/>
           <element ref="{http://jboss.org}datasource-mapping"/>
         </sequence>
         <element ref="{http://jboss.org}create-table" minOccurs="0"/>
         <element ref="{http://jboss.org}remove-table" minOccurs="0"/>
         <element ref="{http://jboss.org}post-table-create" minOccurs="0"/>
         <element ref="{http://jboss.org}row-locking" minOccurs="0"/>
         <element ref="{http://jboss.org}pk-constraint" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CreateTable createTable
           
protected  Datasource datasource
           
protected  DatasourceMapping datasourceMapping
           
protected  PkConstraint pkConstraint
           
protected  PostTableCreate postTableCreate
           
protected  RemoveTable removeTable
           
protected  RowLocking rowLocking
           
protected  TableName tableName
           
 
Constructor Summary
RelationTableMapping()
           
 
Method Summary
 CreateTable getCreateTable()
          Gets the value of the createTable property.
 Datasource getDatasource()
          Gets the value of the datasource property.
 DatasourceMapping getDatasourceMapping()
          Gets the value of the datasourceMapping property.
 PkConstraint getPkConstraint()
          Gets the value of the pkConstraint property.
 PostTableCreate getPostTableCreate()
          Gets the value of the postTableCreate property.
 RemoveTable getRemoveTable()
          Gets the value of the removeTable property.
 RowLocking getRowLocking()
          Gets the value of the rowLocking property.
 TableName getTableName()
          Gets the value of the tableName property.
 void setCreateTable(CreateTable value)
          Sets the value of the createTable property.
 void setDatasource(Datasource value)
          Sets the value of the datasource property.
 void setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 void setPkConstraint(PkConstraint value)
          Sets the value of the pkConstraint property.
 void setPostTableCreate(PostTableCreate value)
          Sets the value of the postTableCreate property.
 void setRemoveTable(RemoveTable value)
          Sets the value of the removeTable property.
 void setRowLocking(RowLocking value)
          Sets the value of the rowLocking property.
 void setTableName(TableName value)
          Sets the value of the tableName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tableName

protected TableName tableName

datasource

protected Datasource datasource

datasourceMapping

protected DatasourceMapping datasourceMapping

createTable

protected CreateTable createTable

removeTable

protected RemoveTable removeTable

postTableCreate

protected PostTableCreate postTableCreate

rowLocking

protected RowLocking rowLocking

pkConstraint

protected PkConstraint pkConstraint
Constructor Detail

RelationTableMapping

public RelationTableMapping()
Method Detail

getTableName

public TableName getTableName()
Gets the value of the tableName property.

Returns:
possible object is TableName

setTableName

public void setTableName(TableName value)
Sets the value of the tableName property.

Parameters:
value - allowed object is TableName

getDatasource

public Datasource getDatasource()
Gets the value of the datasource property.

Returns:
possible object is Datasource

setDatasource

public void setDatasource(Datasource value)
Sets the value of the datasource property.

Parameters:
value - allowed object is Datasource

getDatasourceMapping

public DatasourceMapping getDatasourceMapping()
Gets the value of the datasourceMapping property.

Returns:
possible object is DatasourceMapping

setDatasourceMapping

public void setDatasourceMapping(DatasourceMapping value)
Sets the value of the datasourceMapping property.

Parameters:
value - allowed object is DatasourceMapping

getCreateTable

public CreateTable getCreateTable()
Gets the value of the createTable property.

Returns:
possible object is CreateTable

setCreateTable

public void setCreateTable(CreateTable value)
Sets the value of the createTable property.

Parameters:
value - allowed object is CreateTable

getRemoveTable

public RemoveTable getRemoveTable()
Gets the value of the removeTable property.

Returns:
possible object is RemoveTable

setRemoveTable

public void setRemoveTable(RemoveTable value)
Sets the value of the removeTable property.

Parameters:
value - allowed object is RemoveTable

getPostTableCreate

public PostTableCreate getPostTableCreate()
Gets the value of the postTableCreate property.

Returns:
possible object is PostTableCreate

setPostTableCreate

public void setPostTableCreate(PostTableCreate value)
Sets the value of the postTableCreate property.

Parameters:
value - allowed object is PostTableCreate

getRowLocking

public RowLocking getRowLocking()
Gets the value of the rowLocking property.

Returns:
possible object is RowLocking

setRowLocking

public void setRowLocking(RowLocking value)
Sets the value of the rowLocking property.

Parameters:
value - allowed object is RowLocking

getPkConstraint

public PkConstraint getPkConstraint()
Gets the value of the pkConstraint property.

Returns:
possible object is PkConstraint

setPkConstraint

public void setPkConstraint(PkConstraint value)
Sets the value of the pkConstraint property.

Parameters:
value - allowed object is PkConstraint


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