org.apache.geronimo.xbeans.j2ee
Interface ConnectionDefinitionType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ConnectionDefinitionTypeImpl

public interface ConnectionDefinitionType
extends org.apache.xmlbeans.XmlObject

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

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getManagedconnectionfactoryClass

public String getManagedconnectionfactoryClass()
Gets the "managedconnectionfactory-class" element


xgetManagedconnectionfactoryClass

public FullyQualifiedClassType xgetManagedconnectionfactoryClass()
Gets (as xml) the "managedconnectionfactory-class" element


setManagedconnectionfactoryClass

public void setManagedconnectionfactoryClass(String managedconnectionfactoryClass)
Sets the "managedconnectionfactory-class" element


xsetManagedconnectionfactoryClass

public void xsetManagedconnectionfactoryClass(FullyQualifiedClassType managedconnectionfactoryClass)
Sets (as xml) the "managedconnectionfactory-class" element


getConfigPropertyArray

public ConfigPropertyType[] getConfigPropertyArray()
Gets array of all "config-property" elements


getConfigPropertyArray

public ConfigPropertyType getConfigPropertyArray(int i)
Gets ith "config-property" element


sizeOfConfigPropertyArray

public int sizeOfConfigPropertyArray()
Returns number of "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(ConfigPropertyType[] configPropertyArray)
Sets array of all "config-property" element


setConfigPropertyArray

public void setConfigPropertyArray(int i,
                                   ConfigPropertyType configProperty)
Sets ith "config-property" element


insertNewConfigProperty

public ConfigPropertyType insertNewConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property" element


addNewConfigProperty

public ConfigPropertyType addNewConfigProperty()
Appends and returns a new empty value (as xml) as the last "config-property" element


removeConfigProperty

public void removeConfigProperty(int i)
Removes the ith "config-property" element


getConnectionfactoryInterface

public String getConnectionfactoryInterface()
Gets the "connectionfactory-interface" element


xgetConnectionfactoryInterface

public FullyQualifiedClassType xgetConnectionfactoryInterface()
Gets (as xml) the "connectionfactory-interface" element


setConnectionfactoryInterface

public void setConnectionfactoryInterface(String connectionfactoryInterface)
Sets the "connectionfactory-interface" element


xsetConnectionfactoryInterface

public void xsetConnectionfactoryInterface(FullyQualifiedClassType connectionfactoryInterface)
Sets (as xml) the "connectionfactory-interface" element


getConnectionfactoryImplClass

public String getConnectionfactoryImplClass()
Gets the "connectionfactory-impl-class" element


xgetConnectionfactoryImplClass

public FullyQualifiedClassType xgetConnectionfactoryImplClass()
Gets (as xml) the "connectionfactory-impl-class" element


setConnectionfactoryImplClass

public void setConnectionfactoryImplClass(String connectionfactoryImplClass)
Sets the "connectionfactory-impl-class" element


xsetConnectionfactoryImplClass

public void xsetConnectionfactoryImplClass(FullyQualifiedClassType connectionfactoryImplClass)
Sets (as xml) the "connectionfactory-impl-class" element


getConnectionInterface

public String getConnectionInterface()
Gets the "connection-interface" element


xgetConnectionInterface

public FullyQualifiedClassType xgetConnectionInterface()
Gets (as xml) the "connection-interface" element


setConnectionInterface

public void setConnectionInterface(String connectionInterface)
Sets the "connection-interface" element


xsetConnectionInterface

public void xsetConnectionInterface(FullyQualifiedClassType connectionInterface)
Sets (as xml) the "connection-interface" element


getConnectionImplClass

public String getConnectionImplClass()
Gets the "connection-impl-class" element


xgetConnectionImplClass

public FullyQualifiedClassType xgetConnectionImplClass()
Gets (as xml) the "connection-impl-class" element


setConnectionImplClass

public void setConnectionImplClass(String connectionImplClass)
Sets the "connection-impl-class" element


xsetConnectionImplClass

public void xsetConnectionImplClass(FullyQualifiedClassType connectionImplClass)
Sets (as xml) the "connection-impl-class" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.