|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ActionsDocument.Actions
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 |
MepType.Enum |
getMep()
Gets the "mep" attribute |
ActionDocument.Action |
insertNewAction(int i)
Inserts and returns a new empty value (as xml) as the ith "action" element |
boolean |
isSetMep()
True if has "mep" 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 |
setMep(MepType.Enum mep)
Sets the "mep" attribute |
int |
sizeOfActionArray()
Returns number of "action" element |
void |
unsetMep()
Unsets the "mep" attribute |
MepType |
xgetMep()
Gets (as xml) the "mep" attribute |
void |
xsetMep(MepType mep)
Sets (as xml) the "mep" 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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.util.List<ActionDocument.Action> getActionList()
ActionDocument.Action[] getActionArray()
ActionDocument.Action getActionArray(int i)
int sizeOfActionArray()
void setActionArray(ActionDocument.Action[] actionArray)
void setActionArray(int i, ActionDocument.Action action)
ActionDocument.Action insertNewAction(int i)
ActionDocument.Action addNewAction()
void removeAction(int i)
MepType.Enum getMep()
MepType xgetMep()
boolean isSetMep()
void setMep(MepType.Enum mep)
void xsetMep(MepType mep)
void unsetMep()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |