public class JbosscmpJdbc
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
JbosscmpJdbc() |
Modifier and Type | Method and Description |
---|---|
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.
|
protected Defaults defaults
protected EnterpriseBeans enterpriseBeans
protected Relationships relationships
protected DependentValueClasses dependentValueClasses
protected TypeMappings typeMappings
protected EntityCommands entityCommands
protected UserTypeMappings userTypeMappings
protected ReservedWords reservedWords
public Defaults getDefaults()
Defaults
public void setDefaults(Defaults value)
value
- allowed object is
Defaults
public EnterpriseBeans getEnterpriseBeans()
EnterpriseBeans
public void setEnterpriseBeans(EnterpriseBeans value)
value
- allowed object is
EnterpriseBeans
public Relationships getRelationships()
Relationships
public void setRelationships(Relationships value)
value
- allowed object is
Relationships
public DependentValueClasses getDependentValueClasses()
DependentValueClasses
public void setDependentValueClasses(DependentValueClasses value)
value
- allowed object is
DependentValueClasses
public TypeMappings getTypeMappings()
TypeMappings
public void setTypeMappings(TypeMappings value)
value
- allowed object is
TypeMappings
public EntityCommands getEntityCommands()
EntityCommands
public void setEntityCommands(EntityCommands value)
value
- allowed object is
EntityCommands
public UserTypeMappings getUserTypeMappings()
UserTypeMappings
public void setUserTypeMappings(UserTypeMappings value)
value
- allowed object is
UserTypeMappings
public ReservedWords getReservedWords()
ReservedWords
public void setReservedWords(ReservedWords value)
value
- allowed object is
ReservedWords