org.apache.geronimo.xbeans.geronimo
Interface GerConnectiondefinitionInstanceType

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

public interface GerConnectiondefinitionInstanceType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerConnectiondefinitionInstanceType.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
 void addImplementedInterface(String implementedInterface)
          Appends the value as the last "implemented-interface" element
 GerConfigPropertySettingType addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerConnectionmanagerType addNewConnectionmanager()
          Appends and returns a new empty "connectionmanager" element
 GerFullyQualifiedClassType addNewImplementedInterface()
          Appends and returns a new empty value (as xml) as the last "implemented-interface" element
 GerConfigPropertySettingType[] getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 GerConnectionmanagerType getConnectionmanager()
          Gets the "connectionmanager" element
 String[] getImplementedInterfaceArray()
          Gets array of all "implemented-interface" elements
 String getImplementedInterfaceArray(int i)
          Gets ith "implemented-interface" element
 String getName()
          Gets the "name" element
 void insertImplementedInterface(int i, String implementedInterface)
          Inserts the value as the ith "implemented-interface" element
 GerConfigPropertySettingType insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 GerFullyQualifiedClassType insertNewImplementedInterface(int i)
          Inserts and returns a new empty value (as xml) as the ith "implemented-interface" element
 void removeConfigPropertySetting(int i)
          Removes the ith "config-property-setting" element
 void removeImplementedInterface(int i)
          Removes the ith "implemented-interface" element
 void setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
          Sets array of all "config-property-setting" element
 void setConfigPropertySettingArray(int i, GerConfigPropertySettingType configPropertySetting)
          Sets ith "config-property-setting" element
 void setConnectionmanager(GerConnectionmanagerType connectionmanager)
          Sets the "connectionmanager" element
 void setImplementedInterfaceArray(int i, String implementedInterface)
          Sets ith "implemented-interface" element
 void setImplementedInterfaceArray(String[] implementedInterfaceArray)
          Sets array of all "implemented-interface" element
 void setName(String name)
          Sets the "name" element
 int sizeOfConfigPropertySettingArray()
          Returns number of "config-property-setting" element
 int sizeOfImplementedInterfaceArray()
          Returns number of "implemented-interface" element
 GerFullyQualifiedClassType[] xgetImplementedInterfaceArray()
          Gets (as xml) array of all "implemented-interface" elements
 GerFullyQualifiedClassType xgetImplementedInterfaceArray(int i)
          Gets (as xml) ith "implemented-interface" element
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" element
 void xsetImplementedInterfaceArray(GerFullyQualifiedClassType[] implementedInterfaceArray)
          Sets (as xml) array of all "implemented-interface" element
 void xsetImplementedInterfaceArray(int i, GerFullyQualifiedClassType implementedInterface)
          Sets (as xml) ith "implemented-interface" element
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" 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

getName

String getName()
Gets the "name" element


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" element


setName

void setName(String name)
Sets the "name" element


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element


getImplementedInterfaceArray

String[] getImplementedInterfaceArray()
Gets array of all "implemented-interface" elements


getImplementedInterfaceArray

String getImplementedInterfaceArray(int i)
Gets ith "implemented-interface" element


xgetImplementedInterfaceArray

GerFullyQualifiedClassType[] xgetImplementedInterfaceArray()
Gets (as xml) array of all "implemented-interface" elements


xgetImplementedInterfaceArray

GerFullyQualifiedClassType xgetImplementedInterfaceArray(int i)
Gets (as xml) ith "implemented-interface" element


sizeOfImplementedInterfaceArray

int sizeOfImplementedInterfaceArray()
Returns number of "implemented-interface" element


setImplementedInterfaceArray

void setImplementedInterfaceArray(String[] implementedInterfaceArray)
Sets array of all "implemented-interface" element


setImplementedInterfaceArray

void setImplementedInterfaceArray(int i,
                                  String implementedInterface)
Sets ith "implemented-interface" element


xsetImplementedInterfaceArray

void xsetImplementedInterfaceArray(GerFullyQualifiedClassType[] implementedInterfaceArray)
Sets (as xml) array of all "implemented-interface" element


xsetImplementedInterfaceArray

void xsetImplementedInterfaceArray(int i,
                                   GerFullyQualifiedClassType implementedInterface)
Sets (as xml) ith "implemented-interface" element


insertImplementedInterface

void insertImplementedInterface(int i,
                                String implementedInterface)
Inserts the value as the ith "implemented-interface" element


addImplementedInterface

void addImplementedInterface(String implementedInterface)
Appends the value as the last "implemented-interface" element


insertNewImplementedInterface

GerFullyQualifiedClassType insertNewImplementedInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "implemented-interface" element


addNewImplementedInterface

GerFullyQualifiedClassType addNewImplementedInterface()
Appends and returns a new empty value (as xml) as the last "implemented-interface" element


removeImplementedInterface

void removeImplementedInterface(int i)
Removes the ith "implemented-interface" element


getConfigPropertySettingArray

GerConfigPropertySettingType[] getConfigPropertySettingArray()
Gets array of all "config-property-setting" elements


getConfigPropertySettingArray

GerConfigPropertySettingType getConfigPropertySettingArray(int i)
Gets ith "config-property-setting" element


sizeOfConfigPropertySettingArray

int sizeOfConfigPropertySettingArray()
Returns number of "config-property-setting" element


setConfigPropertySettingArray

void setConfigPropertySettingArray(GerConfigPropertySettingType[] configPropertySettingArray)
Sets array of all "config-property-setting" element


setConfigPropertySettingArray

void setConfigPropertySettingArray(int i,
                                   GerConfigPropertySettingType configPropertySetting)
Sets ith "config-property-setting" element


insertNewConfigPropertySetting

GerConfigPropertySettingType insertNewConfigPropertySetting(int i)
Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element


addNewConfigPropertySetting

GerConfigPropertySettingType addNewConfigPropertySetting()
Appends and returns a new empty value (as xml) as the last "config-property-setting" element


removeConfigPropertySetting

void removeConfigPropertySetting(int i)
Removes the ith "config-property-setting" element


getConnectionmanager

GerConnectionmanagerType getConnectionmanager()
Gets the "connectionmanager" element


setConnectionmanager

void setConnectionmanager(GerConnectionmanagerType connectionmanager)
Sets the "connectionmanager" element


addNewConnectionmanager

GerConnectionmanagerType addNewConnectionmanager()
Appends and returns a new empty "connectionmanager" element



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