org.apache.geronimo.xbeans.geronimo
Interface GerResourceadapterInstanceType

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

public interface GerResourceadapterInstanceType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerResourceadapterInstanceType.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
 GerConfigPropertySettingType addNewConfigPropertySetting()
          Appends and returns a new empty value (as xml) as the last "config-property-setting" element
 GerGbeanLocatorType addNewWorkmanager()
          Appends and returns a new empty "workmanager" element
 GerConfigPropertySettingType[] getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 String getResourceadapterName()
          Gets the "resourceadapter-name" element
 GerGbeanLocatorType getWorkmanager()
          Gets the "workmanager" element
 GerConfigPropertySettingType insertNewConfigPropertySetting(int i)
          Inserts and returns a new empty value (as xml) as the ith "config-property-setting" element
 void removeConfigPropertySetting(int i)
          Removes the ith "config-property-setting" 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 setResourceadapterName(String resourceadapterName)
          Sets the "resourceadapter-name" element
 void setWorkmanager(GerGbeanLocatorType workmanager)
          Sets the "workmanager" element
 int sizeOfConfigPropertySettingArray()
          Returns number of "config-property-setting" element
 org.apache.xmlbeans.XmlString xgetResourceadapterName()
          Gets (as xml) the "resourceadapter-name" element
 void xsetResourceadapterName(org.apache.xmlbeans.XmlString resourceadapterName)
          Sets (as xml) the "resourceadapter-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

getResourceadapterName

String getResourceadapterName()
Gets the "resourceadapter-name" element


xgetResourceadapterName

org.apache.xmlbeans.XmlString xgetResourceadapterName()
Gets (as xml) the "resourceadapter-name" element


setResourceadapterName

void setResourceadapterName(String resourceadapterName)
Sets the "resourceadapter-name" element


xsetResourceadapterName

void xsetResourceadapterName(org.apache.xmlbeans.XmlString resourceadapterName)
Sets (as xml) the "resourceadapter-name" 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


getWorkmanager

GerGbeanLocatorType getWorkmanager()
Gets the "workmanager" element


setWorkmanager

void setWorkmanager(GerGbeanLocatorType workmanager)
Sets the "workmanager" element


addNewWorkmanager

GerGbeanLocatorType addNewWorkmanager()
Appends and returns a new empty "workmanager" element



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