public interface SoapUIActionMappingConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIActionMappingConfig.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 |
getActionId()
Gets the "actionId" attribute
|
String |
getDescription()
Gets the "description" attribute
|
String |
getGroupId()
Gets the "groupId" attribute
|
String |
getIconPath()
Gets the "iconPath" attribute
|
String |
getKeyStroke()
Gets the "keyStroke" attribute
|
String |
getName()
Gets the "name" attribute
|
String |
getParam()
Gets the "param" attribute
|
ActionMappingPositionTypeConfig.Enum |
getPosition()
Gets the "position" attribute
|
String |
getPositionRef()
Gets the "positionRef" attribute
|
boolean |
isSetActionId()
True if has "actionId" attribute
|
boolean |
isSetDescription()
True if has "description" attribute
|
boolean |
isSetGroupId()
True if has "groupId" attribute
|
boolean |
isSetIconPath()
True if has "iconPath" attribute
|
boolean |
isSetKeyStroke()
True if has "keyStroke" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetParam()
True if has "param" attribute
|
boolean |
isSetPosition()
True if has "position" attribute
|
boolean |
isSetPositionRef()
True if has "positionRef" attribute
|
void |
setActionId(String actionId)
Sets the "actionId" attribute
|
void |
setDescription(String description)
Sets the "description" attribute
|
void |
setGroupId(String groupId)
Sets the "groupId" attribute
|
void |
setIconPath(String iconPath)
Sets the "iconPath" attribute
|
void |
setKeyStroke(String keyStroke)
Sets the "keyStroke" attribute
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setParam(String param)
Sets the "param" attribute
|
void |
setPosition(ActionMappingPositionTypeConfig.Enum position)
Sets the "position" attribute
|
void |
setPositionRef(String positionRef)
Sets the "positionRef" attribute
|
void |
unsetActionId()
Unsets the "actionId" attribute
|
void |
unsetDescription()
Unsets the "description" attribute
|
void |
unsetGroupId()
Unsets the "groupId" attribute
|
void |
unsetIconPath()
Unsets the "iconPath" attribute
|
void |
unsetKeyStroke()
Unsets the "keyStroke" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetParam()
Unsets the "param" attribute
|
void |
unsetPosition()
Unsets the "position" attribute
|
void |
unsetPositionRef()
Unsets the "positionRef" attribute
|
org.apache.xmlbeans.XmlString |
xgetActionId()
Gets (as xml) the "actionId" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" attribute
|
org.apache.xmlbeans.XmlString |
xgetGroupId()
Gets (as xml) the "groupId" attribute
|
org.apache.xmlbeans.XmlString |
xgetIconPath()
Gets (as xml) the "iconPath" attribute
|
org.apache.xmlbeans.XmlString |
xgetKeyStroke()
Gets (as xml) the "keyStroke" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetParam()
Gets (as xml) the "param" attribute
|
ActionMappingPositionTypeConfig |
xgetPosition()
Gets (as xml) the "position" attribute
|
org.apache.xmlbeans.XmlString |
xgetPositionRef()
Gets (as xml) the "positionRef" attribute
|
void |
xsetActionId(org.apache.xmlbeans.XmlString actionId)
Sets (as xml) the "actionId" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" attribute
|
void |
xsetGroupId(org.apache.xmlbeans.XmlString groupId)
Sets (as xml) the "groupId" attribute
|
void |
xsetIconPath(org.apache.xmlbeans.XmlString iconPath)
Sets (as xml) the "iconPath" attribute
|
void |
xsetKeyStroke(org.apache.xmlbeans.XmlString keyStroke)
Sets (as xml) the "keyStroke" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetParam(org.apache.xmlbeans.XmlString param)
Sets (as xml) the "param" attribute
|
void |
xsetPosition(ActionMappingPositionTypeConfig position)
Sets (as xml) the "position" attribute
|
void |
xsetPositionRef(org.apache.xmlbeans.XmlString positionRef)
Sets (as xml) the "positionRef" 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 getGroupId()
org.apache.xmlbeans.XmlString xgetGroupId()
boolean isSetGroupId()
void setGroupId(String groupId)
void xsetGroupId(org.apache.xmlbeans.XmlString groupId)
void unsetGroupId()
String getActionId()
org.apache.xmlbeans.XmlString xgetActionId()
boolean isSetActionId()
void setActionId(String actionId)
void xsetActionId(org.apache.xmlbeans.XmlString actionId)
void unsetActionId()
String getKeyStroke()
org.apache.xmlbeans.XmlString xgetKeyStroke()
boolean isSetKeyStroke()
void setKeyStroke(String keyStroke)
void xsetKeyStroke(org.apache.xmlbeans.XmlString keyStroke)
void unsetKeyStroke()
String getIconPath()
org.apache.xmlbeans.XmlString xgetIconPath()
boolean isSetIconPath()
void setIconPath(String iconPath)
void xsetIconPath(org.apache.xmlbeans.XmlString iconPath)
void unsetIconPath()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
String getParam()
org.apache.xmlbeans.XmlString xgetParam()
boolean isSetParam()
void setParam(String param)
void xsetParam(org.apache.xmlbeans.XmlString param)
void unsetParam()
ActionMappingPositionTypeConfig.Enum getPosition()
ActionMappingPositionTypeConfig xgetPosition()
boolean isSetPosition()
void setPosition(ActionMappingPositionTypeConfig.Enum position)
void xsetPosition(ActionMappingPositionTypeConfig position)
void unsetPosition()
String getPositionRef()
org.apache.xmlbeans.XmlString xgetPositionRef()
boolean isSetPositionRef()
void setPositionRef(String positionRef)
void xsetPositionRef(org.apache.xmlbeans.XmlString positionRef)
void unsetPositionRef()
Copyright © 2019. All Rights Reserved.