public interface SoapUIActionGroupConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIActionGroupConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
SoapUIActionMappingConfig |
addNewActionMapping()
Appends and returns a new empty value (as xml) as the last "actionMapping" element
|
SoapUIActionMappingConfig[] |
getActionMappingArray()
Deprecated.
|
SoapUIActionMappingConfig |
getActionMappingArray(int i)
Gets ith "actionMapping" element
|
List<SoapUIActionMappingConfig> |
getActionMappingList()
Gets a List of "actionMapping" elements
|
String |
getClass1()
Gets the "class" attribute
|
String |
getDefault()
Gets the "default" attribute
|
String |
getId()
Gets the "id" attribute
|
String |
getName()
Gets the "name" attribute
|
SoapUIActionMappingConfig |
insertNewActionMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "actionMapping" element
|
boolean |
isSetClass1()
True if has "class" attribute
|
boolean |
isSetDefault()
True if has "default" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
void |
removeActionMapping(int i)
Removes the ith "actionMapping" element
|
void |
setActionMappingArray(int i,
SoapUIActionMappingConfig actionMapping)
Sets ith "actionMapping" element
|
void |
setActionMappingArray(SoapUIActionMappingConfig[] actionMappingArray)
Sets array of all "actionMapping" element
|
void |
setClass1(String class1)
Sets the "class" attribute
|
void |
setDefault(String xdefault)
Sets the "default" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
int |
sizeOfActionMappingArray()
Returns number of "actionMapping" element
|
void |
unsetClass1()
Unsets the "class" attribute
|
void |
unsetDefault()
Unsets the "default" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetClass1()
Gets (as xml) the "class" attribute
|
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "default" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute
|
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
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
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
List<SoapUIActionMappingConfig> getActionMappingList()
SoapUIActionMappingConfig[] getActionMappingArray()
SoapUIActionMappingConfig getActionMappingArray(int i)
int sizeOfActionMappingArray()
void setActionMappingArray(SoapUIActionMappingConfig[] actionMappingArray)
void setActionMappingArray(int i, SoapUIActionMappingConfig actionMapping)
SoapUIActionMappingConfig insertNewActionMapping(int i)
SoapUIActionMappingConfig addNewActionMapping()
void removeActionMapping(int i)
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
String getClass1()
org.apache.xmlbeans.XmlString xgetClass1()
boolean isSetClass1()
void setClass1(String class1)
void xsetClass1(org.apache.xmlbeans.XmlString class1)
void unsetClass1()
String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
boolean isSetDefault()
void setDefault(String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
void unsetDefault()
Copyright © 2019. All Rights Reserved.