org.jboss.soa.esb.listeners.config.xbeanmodel101
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.1.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()
          Deprecated.  
 ActionDocument.Action getActionArray(int i)
          Gets ith "action" element
 java.util.List<ActionDocument.Action> getActionList()
          Gets a List of "action" elements
 java.lang.String getFaultXsd()
          Gets the "faultXsd" attribute
 java.lang.String getInXsd()
          Gets the "inXsd" attribute
 MepType.Enum getMep()
          Gets the "mep" attribute
 java.lang.String getOutXsd()
          Gets the "outXsd" attribute
 boolean getValidate()
          Gets the "validate" attribute
 boolean getWebservice()
          Gets the "webservice" attribute
 ActionDocument.Action insertNewAction(int i)
          Inserts and returns a new empty value (as xml) as the ith "action" element
 boolean isSetFaultXsd()
          True if has "faultXsd" attribute
 boolean isSetInXsd()
          True if has "inXsd" attribute
 boolean isSetMep()
          True if has "mep" attribute
 boolean isSetOutXsd()
          True if has "outXsd" attribute
 boolean isSetValidate()
          True if has "validate" attribute
 boolean isSetWebservice()
          True if has "webservice" attribute
 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
 void setFaultXsd(java.lang.String faultXsd)
          Sets the "faultXsd" attribute
 void setInXsd(java.lang.String inXsd)
          Sets the "inXsd" attribute
 void setMep(MepType.Enum mep)
          Sets the "mep" attribute
 void setOutXsd(java.lang.String outXsd)
          Sets the "outXsd" attribute
 void setValidate(boolean validate)
          Sets the "validate" attribute
 void setWebservice(boolean webservice)
          Sets the "webservice" attribute
 int sizeOfActionArray()
          Returns number of "action" element
 void unsetFaultXsd()
          Unsets the "faultXsd" attribute
 void unsetInXsd()
          Unsets the "inXsd" attribute
 void unsetMep()
          Unsets the "mep" attribute
 void unsetOutXsd()
          Unsets the "outXsd" attribute
 void unsetValidate()
          Unsets the "validate" attribute
 void unsetWebservice()
          Unsets the "webservice" attribute
 org.apache.xmlbeans.XmlString xgetFaultXsd()
          Gets (as xml) the "faultXsd" attribute
 org.apache.xmlbeans.XmlString xgetInXsd()
          Gets (as xml) the "inXsd" attribute
 MepType xgetMep()
          Gets (as xml) the "mep" attribute
 org.apache.xmlbeans.XmlString xgetOutXsd()
          Gets (as xml) the "outXsd" attribute
 org.apache.xmlbeans.XmlBoolean xgetValidate()
          Gets (as xml) the "validate" attribute
 org.apache.xmlbeans.XmlBoolean xgetWebservice()
          Gets (as xml) the "webservice" attribute
 void xsetFaultXsd(org.apache.xmlbeans.XmlString faultXsd)
          Sets (as xml) the "faultXsd" attribute
 void xsetInXsd(org.apache.xmlbeans.XmlString inXsd)
          Sets (as xml) the "inXsd" attribute
 void xsetMep(MepType mep)
          Sets (as xml) the "mep" attribute
 void xsetOutXsd(org.apache.xmlbeans.XmlString outXsd)
          Sets (as xml) the "outXsd" attribute
 void xsetValidate(org.apache.xmlbeans.XmlBoolean validate)
          Sets (as xml) the "validate" attribute
 void xsetWebservice(org.apache.xmlbeans.XmlBoolean webservice)
          Sets (as xml) the "webservice" attribute
 
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

getActionList

java.util.List<ActionDocument.Action> getActionList()
Gets a List of "action" elements


getActionArray

ActionDocument.Action[] getActionArray()
Deprecated. 

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


getMep

MepType.Enum getMep()
Gets the "mep" attribute


xgetMep

MepType xgetMep()
Gets (as xml) the "mep" attribute


isSetMep

boolean isSetMep()
True if has "mep" attribute


setMep

void setMep(MepType.Enum mep)
Sets the "mep" attribute


xsetMep

void xsetMep(MepType mep)
Sets (as xml) the "mep" attribute


unsetMep

void unsetMep()
Unsets the "mep" attribute


getInXsd

java.lang.String getInXsd()
Gets the "inXsd" attribute


xgetInXsd

org.apache.xmlbeans.XmlString xgetInXsd()
Gets (as xml) the "inXsd" attribute


isSetInXsd

boolean isSetInXsd()
True if has "inXsd" attribute


setInXsd

void setInXsd(java.lang.String inXsd)
Sets the "inXsd" attribute


xsetInXsd

void xsetInXsd(org.apache.xmlbeans.XmlString inXsd)
Sets (as xml) the "inXsd" attribute


unsetInXsd

void unsetInXsd()
Unsets the "inXsd" attribute


getOutXsd

java.lang.String getOutXsd()
Gets the "outXsd" attribute


xgetOutXsd

org.apache.xmlbeans.XmlString xgetOutXsd()
Gets (as xml) the "outXsd" attribute


isSetOutXsd

boolean isSetOutXsd()
True if has "outXsd" attribute


setOutXsd

void setOutXsd(java.lang.String outXsd)
Sets the "outXsd" attribute


xsetOutXsd

void xsetOutXsd(org.apache.xmlbeans.XmlString outXsd)
Sets (as xml) the "outXsd" attribute


unsetOutXsd

void unsetOutXsd()
Unsets the "outXsd" attribute


getFaultXsd

java.lang.String getFaultXsd()
Gets the "faultXsd" attribute


xgetFaultXsd

org.apache.xmlbeans.XmlString xgetFaultXsd()
Gets (as xml) the "faultXsd" attribute


isSetFaultXsd

boolean isSetFaultXsd()
True if has "faultXsd" attribute


setFaultXsd

void setFaultXsd(java.lang.String faultXsd)
Sets the "faultXsd" attribute


xsetFaultXsd

void xsetFaultXsd(org.apache.xmlbeans.XmlString faultXsd)
Sets (as xml) the "faultXsd" attribute


unsetFaultXsd

void unsetFaultXsd()
Unsets the "faultXsd" attribute


getWebservice

boolean getWebservice()
Gets the "webservice" attribute


xgetWebservice

org.apache.xmlbeans.XmlBoolean xgetWebservice()
Gets (as xml) the "webservice" attribute


isSetWebservice

boolean isSetWebservice()
True if has "webservice" attribute


setWebservice

void setWebservice(boolean webservice)
Sets the "webservice" attribute


xsetWebservice

void xsetWebservice(org.apache.xmlbeans.XmlBoolean webservice)
Sets (as xml) the "webservice" attribute


unsetWebservice

void unsetWebservice()
Unsets the "webservice" attribute


getValidate

boolean getValidate()
Gets the "validate" attribute


xgetValidate

org.apache.xmlbeans.XmlBoolean xgetValidate()
Gets (as xml) the "validate" attribute


isSetValidate

boolean isSetValidate()
True if has "validate" attribute


setValidate

void setValidate(boolean validate)
Sets the "validate" attribute


xsetValidate

void xsetValidate(org.apache.xmlbeans.XmlBoolean validate)
Sets (as xml) the "validate" attribute


unsetValidate

void unsetValidate()
Unsets the "validate" attribute