public interface SoapUIActionConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIActionConfig.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 |
---|---|
String |
getActionClass()
Gets the "actionClass" attribute
|
String |
getId()
Gets the "id" attribute
|
boolean |
isSetActionClass()
True if has "actionClass" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
void |
setActionClass(String actionClass)
Sets the "actionClass" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
unsetActionClass()
Unsets the "actionClass" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetActionClass()
Gets (as xml) the "actionClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
void |
xsetActionClass(org.apache.xmlbeans.XmlString actionClass)
Sets (as xml) the "actionClass" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" 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
String getId()
org.apache.xmlbeans.XmlString xgetId()
boolean isSetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
void unsetId()
String getActionClass()
org.apache.xmlbeans.XmlString xgetActionClass()
boolean isSetActionClass()
void setActionClass(String actionClass)
void xsetActionClass(org.apache.xmlbeans.XmlString actionClass)
void unsetActionClass()
Copyright © 2019. All Rights Reserved.