public interface SoapUIListenerConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIListenerConfig.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 |
getId()
Gets the "id" attribute
|
String |
getListenerClass()
Gets the "listenerClass" attribute
|
String |
getListenerInterface()
Gets the "listenerInterface" attribute
|
boolean |
getSingleton()
Gets the "singleton" attribute
|
boolean |
isSetId()
True if has "id" attribute
|
boolean |
isSetListenerClass()
True if has "listenerClass" attribute
|
boolean |
isSetListenerInterface()
True if has "listenerInterface" attribute
|
boolean |
isSetSingleton()
True if has "singleton" attribute
|
void |
setId(String id)
Sets the "id" attribute
|
void |
setListenerClass(String listenerClass)
Sets the "listenerClass" attribute
|
void |
setListenerInterface(String listenerInterface)
Sets the "listenerInterface" attribute
|
void |
setSingleton(boolean singleton)
Sets the "singleton" attribute
|
void |
unsetId()
Unsets the "id" attribute
|
void |
unsetListenerClass()
Unsets the "listenerClass" attribute
|
void |
unsetListenerInterface()
Unsets the "listenerInterface" attribute
|
void |
unsetSingleton()
Unsets the "singleton" attribute
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" attribute
|
org.apache.xmlbeans.XmlString |
xgetListenerClass()
Gets (as xml) the "listenerClass" attribute
|
org.apache.xmlbeans.XmlString |
xgetListenerInterface()
Gets (as xml) the "listenerInterface" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetSingleton()
Gets (as xml) the "singleton" attribute
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" attribute
|
void |
xsetListenerClass(org.apache.xmlbeans.XmlString listenerClass)
Sets (as xml) the "listenerClass" attribute
|
void |
xsetListenerInterface(org.apache.xmlbeans.XmlString listenerInterface)
Sets (as xml) the "listenerInterface" attribute
|
void |
xsetSingleton(org.apache.xmlbeans.XmlBoolean singleton)
Sets (as xml) the "singleton" 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 getListenerClass()
org.apache.xmlbeans.XmlString xgetListenerClass()
boolean isSetListenerClass()
void setListenerClass(String listenerClass)
void xsetListenerClass(org.apache.xmlbeans.XmlString listenerClass)
void unsetListenerClass()
String getListenerInterface()
org.apache.xmlbeans.XmlString xgetListenerInterface()
boolean isSetListenerInterface()
void setListenerInterface(String listenerInterface)
void xsetListenerInterface(org.apache.xmlbeans.XmlString listenerInterface)
void unsetListenerInterface()
boolean getSingleton()
org.apache.xmlbeans.XmlBoolean xgetSingleton()
boolean isSetSingleton()
void setSingleton(boolean singleton)
void xsetSingleton(org.apache.xmlbeans.XmlBoolean singleton)
void unsetSingleton()
Copyright © 2019. All Rights Reserved.