org.apache.geronimo.xbeans.geronimo
Interface GerConnectionDefinitionType

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

public interface GerConnectionDefinitionType
extends org.apache.xmlbeans.XmlObject

An XML connection-definitionType(@http://geronimo.apache.org/xml/ns/j2ee/connector-1.2). This is a complex type.


Nested Class Summary
static class GerConnectionDefinitionType.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
 GerConnectiondefinitionInstanceType addNewConnectiondefinitionInstance()
          Appends and returns a new empty value (as xml) as the last "connectiondefinition-instance" element
 GerConnectiondefinitionInstanceType[] getConnectiondefinitionInstanceArray()
          Gets array of all "connectiondefinition-instance" elements
 GerConnectiondefinitionInstanceType getConnectiondefinitionInstanceArray(int i)
          Gets ith "connectiondefinition-instance" element
 String getConnectionfactoryInterface()
          Gets the "connectionfactory-interface" element
 GerConnectiondefinitionInstanceType insertNewConnectiondefinitionInstance(int i)
          Inserts and returns a new empty value (as xml) as the ith "connectiondefinition-instance" element
 void removeConnectiondefinitionInstance(int i)
          Removes the ith "connectiondefinition-instance" element
 void setConnectiondefinitionInstanceArray(GerConnectiondefinitionInstanceType[] connectiondefinitionInstanceArray)
          Sets array of all "connectiondefinition-instance" element
 void setConnectiondefinitionInstanceArray(int i, GerConnectiondefinitionInstanceType connectiondefinitionInstance)
          Sets ith "connectiondefinition-instance" element
 void setConnectionfactoryInterface(String connectionfactoryInterface)
          Sets the "connectionfactory-interface" element
 int sizeOfConnectiondefinitionInstanceArray()
          Returns number of "connectiondefinition-instance" element
 GerFullyQualifiedClassType xgetConnectionfactoryInterface()
          Gets (as xml) the "connectionfactory-interface" element
 void xsetConnectionfactoryInterface(GerFullyQualifiedClassType connectionfactoryInterface)
          Sets (as xml) the "connectionfactory-interface" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getConnectionfactoryInterface

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


xgetConnectionfactoryInterface

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


setConnectionfactoryInterface

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


xsetConnectionfactoryInterface

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


getConnectiondefinitionInstanceArray

GerConnectiondefinitionInstanceType[] getConnectiondefinitionInstanceArray()
Gets array of all "connectiondefinition-instance" elements


getConnectiondefinitionInstanceArray

GerConnectiondefinitionInstanceType getConnectiondefinitionInstanceArray(int i)
Gets ith "connectiondefinition-instance" element


sizeOfConnectiondefinitionInstanceArray

int sizeOfConnectiondefinitionInstanceArray()
Returns number of "connectiondefinition-instance" element


setConnectiondefinitionInstanceArray

void setConnectiondefinitionInstanceArray(GerConnectiondefinitionInstanceType[] connectiondefinitionInstanceArray)
Sets array of all "connectiondefinition-instance" element


setConnectiondefinitionInstanceArray

void setConnectiondefinitionInstanceArray(int i,
                                          GerConnectiondefinitionInstanceType connectiondefinitionInstance)
Sets ith "connectiondefinition-instance" element


insertNewConnectiondefinitionInstance

GerConnectiondefinitionInstanceType insertNewConnectiondefinitionInstance(int i)
Inserts and returns a new empty value (as xml) as the ith "connectiondefinition-instance" element


addNewConnectiondefinitionInstance

GerConnectiondefinitionInstanceType addNewConnectiondefinitionInstance()
Appends and returns a new empty value (as xml) as the last "connectiondefinition-instance" element


removeConnectiondefinitionInstance

void removeConnectiondefinitionInstance(int i)
Removes the ith "connectiondefinition-instance" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.