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

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

public class JbosscmpJdbc
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}defaults" minOccurs="0"/>
         <element ref="{http://jboss.org}enterprise-beans" minOccurs="0"/>
         <element ref="{http://jboss.org}relationships" minOccurs="0"/>
         <element ref="{http://jboss.org}dependent-value-classes" minOccurs="0"/>
         <element ref="{http://jboss.org}type-mappings" minOccurs="0"/>
         <element ref="{http://jboss.org}entity-commands" minOccurs="0"/>
         <element ref="{http://jboss.org}user-type-mappings" minOccurs="0"/>
         <element ref="{http://jboss.org}reserved-words" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Defaults defaults
           
protected  DependentValueClasses dependentValueClasses
           
protected  EnterpriseBeans enterpriseBeans
           
protected  EntityCommands entityCommands
           
protected  Relationships relationships
           
protected  ReservedWords reservedWords
           
protected  TypeMappings typeMappings
           
protected  UserTypeMappings userTypeMappings
           
 
Constructor Summary
JbosscmpJdbc()
           
 
Method Summary
 Defaults getDefaults()
          Gets the value of the defaults property.
 DependentValueClasses getDependentValueClasses()
          Gets the value of the dependentValueClasses property.
 EnterpriseBeans getEnterpriseBeans()
          Gets the value of the enterpriseBeans property.
 EntityCommands getEntityCommands()
          Gets the value of the entityCommands property.
 Relationships getRelationships()
          Gets the value of the relationships property.
 ReservedWords getReservedWords()
          Gets the value of the reservedWords property.
 TypeMappings getTypeMappings()
          Gets the value of the typeMappings property.
 UserTypeMappings getUserTypeMappings()
          Gets the value of the userTypeMappings property.
 void setDefaults(Defaults value)
          Sets the value of the defaults property.
 void setDependentValueClasses(DependentValueClasses value)
          Sets the value of the dependentValueClasses property.
 void setEnterpriseBeans(EnterpriseBeans value)
          Sets the value of the enterpriseBeans property.
 void setEntityCommands(EntityCommands value)
          Sets the value of the entityCommands property.
 void setRelationships(Relationships value)
          Sets the value of the relationships property.
 void setReservedWords(ReservedWords value)
          Sets the value of the reservedWords property.
 void setTypeMappings(TypeMappings value)
          Sets the value of the typeMappings property.
 void setUserTypeMappings(UserTypeMappings value)
          Sets the value of the userTypeMappings property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaults

protected Defaults defaults

enterpriseBeans

protected EnterpriseBeans enterpriseBeans

relationships

protected Relationships relationships

dependentValueClasses

protected DependentValueClasses dependentValueClasses

typeMappings

protected TypeMappings typeMappings

entityCommands

protected EntityCommands entityCommands

userTypeMappings

protected UserTypeMappings userTypeMappings

reservedWords

protected ReservedWords reservedWords
Constructor Detail

JbosscmpJdbc

public JbosscmpJdbc()
Method Detail

getDefaults

public Defaults getDefaults()
Gets the value of the defaults property.

Returns:
possible object is Defaults

setDefaults

public void setDefaults(Defaults value)
Sets the value of the defaults property.

Parameters:
value - allowed object is Defaults

getEnterpriseBeans

public EnterpriseBeans getEnterpriseBeans()
Gets the value of the enterpriseBeans property.

Returns:
possible object is EnterpriseBeans

setEnterpriseBeans

public void setEnterpriseBeans(EnterpriseBeans value)
Sets the value of the enterpriseBeans property.

Parameters:
value - allowed object is EnterpriseBeans

getRelationships

public Relationships getRelationships()
Gets the value of the relationships property.

Returns:
possible object is Relationships

setRelationships

public void setRelationships(Relationships value)
Sets the value of the relationships property.

Parameters:
value - allowed object is Relationships

getDependentValueClasses

public DependentValueClasses getDependentValueClasses()
Gets the value of the dependentValueClasses property.

Returns:
possible object is DependentValueClasses

setDependentValueClasses

public void setDependentValueClasses(DependentValueClasses value)
Sets the value of the dependentValueClasses property.

Parameters:
value - allowed object is DependentValueClasses

getTypeMappings

public TypeMappings getTypeMappings()
Gets the value of the typeMappings property.

Returns:
possible object is TypeMappings

setTypeMappings

public void setTypeMappings(TypeMappings value)
Sets the value of the typeMappings property.

Parameters:
value - allowed object is TypeMappings

getEntityCommands

public EntityCommands getEntityCommands()
Gets the value of the entityCommands property.

Returns:
possible object is EntityCommands

setEntityCommands

public void setEntityCommands(EntityCommands value)
Sets the value of the entityCommands property.

Parameters:
value - allowed object is EntityCommands

getUserTypeMappings

public UserTypeMappings getUserTypeMappings()
Gets the value of the userTypeMappings property.

Returns:
possible object is UserTypeMappings

setUserTypeMappings

public void setUserTypeMappings(UserTypeMappings value)
Sets the value of the userTypeMappings property.

Parameters:
value - allowed object is UserTypeMappings

getReservedWords

public ReservedWords getReservedWords()
Gets the value of the reservedWords property.

Returns:
possible object is ReservedWords

setReservedWords

public void setReservedWords(ReservedWords value)
Sets the value of the reservedWords property.

Parameters:
value - allowed object is ReservedWords


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