org.jboss.soa.esb.listeners.config
Interface ActionsDocument.Actions

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ActionsDocumentImpl.ActionsImpl
Enclosing interface:
ActionsDocument

public static interface ActionsDocument.Actions
extends org.apache.xmlbeans.XmlObject

An XML actions(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd). This is a complex type.


Nested Class Summary
static class ActionsDocument.Actions.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
 ActionDocument.Action addNewAction()
          Appends and returns a new empty value (as xml) as the last "action" element
 ActionDocument.Action[] getActionArray()
          Gets array of all "action" elements
 ActionDocument.Action getActionArray(int i)
          Gets ith "action" element
 ActionDocument.Action insertNewAction(int i)
          Inserts and returns a new empty value (as xml) as the ith "action" element
 void removeAction(int i)
          Removes the ith "action" element
 void setActionArray(ActionDocument.Action[] actionArray)
          Sets array of all "action" element
 void setActionArray(int i, ActionDocument.Action action)
          Sets ith "action" element
 int sizeOfActionArray()
          Returns number of "action" 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

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

getActionArray

ActionDocument.Action[] getActionArray()
Gets array of all "action" elements


getActionArray

ActionDocument.Action getActionArray(int i)
Gets ith "action" element


sizeOfActionArray

int sizeOfActionArray()
Returns number of "action" element


setActionArray

void setActionArray(ActionDocument.Action[] actionArray)
Sets array of all "action" element


setActionArray

void setActionArray(int i,
                    ActionDocument.Action action)
Sets ith "action" element


insertNewAction

ActionDocument.Action insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "action" element


addNewAction

ActionDocument.Action addNewAction()
Appends and returns a new empty value (as xml) as the last "action" element


removeAction

void removeAction(int i)
Removes the ith "action" element