org.apache.geronimo.xbeans.geronimo
Interface GerAdminobjectInstanceType

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

public interface GerAdminobjectInstanceType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerAdminobjectInstanceType.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
 GerConfigPropertySettingType[] getConfigPropertySettingArray()
          Gets array of all "config-property-setting" elements
 GerConfigPropertySettingType getConfigPropertySettingArray(int i)
          Gets ith "config-property-setting" element
 String getMessageDestinationName()
          Gets the "message-destination-name" 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 setMessageDestinationName(String messageDestinationName)
          Sets the "message-destination-name" element
 int sizeOfConfigPropertySettingArray()
          Returns number of "config-property-setting" element
 org.apache.xmlbeans.XmlString xgetMessageDestinationName()
          Gets (as xml) the "message-destination-name" element
 void xsetMessageDestinationName(org.apache.xmlbeans.XmlString messageDestinationName)
          Sets (as xml) the "message-destination-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

getMessageDestinationName

String getMessageDestinationName()
Gets the "message-destination-name" element


xgetMessageDestinationName

org.apache.xmlbeans.XmlString xgetMessageDestinationName()
Gets (as xml) the "message-destination-name" element


setMessageDestinationName

void setMessageDestinationName(String messageDestinationName)
Sets the "message-destination-name" element


xsetMessageDestinationName

void xsetMessageDestinationName(org.apache.xmlbeans.XmlString messageDestinationName)
Sets (as xml) the "message-destination-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



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