|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An XML connection-definitionType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.
Nested Class Summary | |
static class |
ConnectionDefinitionType.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
ConfigPropertyType |
addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element |
ConfigPropertyType[] |
getConfigPropertyArray()
Gets array of all "config-property" elements |
ConfigPropertyType |
getConfigPropertyArray(int i)
Gets ith "config-property" element |
String |
getConnectionfactoryImplClass()
Gets the "connectionfactory-impl-class" element |
String |
getConnectionfactoryInterface()
Gets the "connectionfactory-interface" element |
String |
getConnectionImplClass()
Gets the "connection-impl-class" element |
String |
getConnectionInterface()
Gets the "connection-interface" element |
String |
getManagedconnectionfactoryClass()
Gets the "managedconnectionfactory-class" element |
ConfigPropertyType |
insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element |
void |
removeConfigProperty(int i)
Removes the ith "config-property" element |
void |
setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element |
void |
setConfigPropertyArray(int i,
ConfigPropertyType configProperty)
Sets ith "config-property" element |
void |
setConnectionfactoryImplClass(String connectionfactoryImplClass)
Sets the "connectionfactory-impl-class" element |
void |
setConnectionfactoryInterface(String connectionfactoryInterface)
Sets the "connectionfactory-interface" element |
void |
setConnectionImplClass(String connectionImplClass)
Sets the "connection-impl-class" element |
void |
setConnectionInterface(String connectionInterface)
Sets the "connection-interface" element |
void |
setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
Sets the "managedconnectionfactory-class" element |
int |
sizeOfConfigPropertyArray()
Returns number of "config-property" element |
FullyQualifiedClassType |
xgetConnectionfactoryImplClass()
Gets (as xml) the "connectionfactory-impl-class" element |
FullyQualifiedClassType |
xgetConnectionfactoryInterface()
Gets (as xml) the "connectionfactory-interface" element |
FullyQualifiedClassType |
xgetConnectionImplClass()
Gets (as xml) the "connection-impl-class" element |
FullyQualifiedClassType |
xgetConnectionInterface()
Gets (as xml) the "connection-interface" element |
FullyQualifiedClassType |
xgetManagedconnectionfactoryClass()
Gets (as xml) the "managedconnectionfactory-class" element |
void |
xsetConnectionfactoryImplClass(FullyQualifiedClassType connectionfactoryImplClass)
Sets (as xml) the "connectionfactory-impl-class" element |
void |
xsetConnectionfactoryInterface(FullyQualifiedClassType connectionfactoryInterface)
Sets (as xml) the "connectionfactory-interface" element |
void |
xsetConnectionImplClass(FullyQualifiedClassType connectionImplClass)
Sets (as xml) the "connection-impl-class" element |
void |
xsetConnectionInterface(FullyQualifiedClassType connectionInterface)
Sets (as xml) the "connection-interface" element |
void |
xsetManagedconnectionfactoryClass(FullyQualifiedClassType managedconnectionfactoryClass)
Sets (as xml) the "managedconnectionfactory-class" element |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText |
Field Detail |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String getManagedconnectionfactoryClass()
public FullyQualifiedClassType xgetManagedconnectionfactoryClass()
public void setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
public void xsetManagedconnectionfactoryClass(FullyQualifiedClassType managedconnectionfactoryClass)
public ConfigPropertyType[] getConfigPropertyArray()
public ConfigPropertyType getConfigPropertyArray(int i)
public int sizeOfConfigPropertyArray()
public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
public void setConfigPropertyArray(int i, ConfigPropertyType configProperty)
public ConfigPropertyType insertNewConfigProperty(int i)
public ConfigPropertyType addNewConfigProperty()
public void removeConfigProperty(int i)
public String getConnectionfactoryInterface()
public FullyQualifiedClassType xgetConnectionfactoryInterface()
public void setConnectionfactoryInterface(String connectionfactoryInterface)
public void xsetConnectionfactoryInterface(FullyQualifiedClassType connectionfactoryInterface)
public String getConnectionfactoryImplClass()
public FullyQualifiedClassType xgetConnectionfactoryImplClass()
public void setConnectionfactoryImplClass(String connectionfactoryImplClass)
public void xsetConnectionfactoryImplClass(FullyQualifiedClassType connectionfactoryImplClass)
public String getConnectionInterface()
public FullyQualifiedClassType xgetConnectionInterface()
public void setConnectionInterface(String connectionInterface)
public void xsetConnectionInterface(FullyQualifiedClassType connectionInterface)
public String getConnectionImplClass()
public FullyQualifiedClassType xgetConnectionImplClass()
public void setConnectionImplClass(String connectionImplClass)
public void xsetConnectionImplClass(FullyQualifiedClassType connectionImplClass)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |