public interface SoapUIListenersConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | SoapUIListenersConfig.FactoryA 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 | 
|---|---|
| SoapUIListenerConfig | addNewListener()Appends and returns a new empty value (as xml) as the last "listener" element | 
| SoapUIListenerConfig[] | getListenerArray()Deprecated.   | 
| SoapUIListenerConfig | getListenerArray(int i)Gets ith "listener" element | 
| List<SoapUIListenerConfig> | getListenerList()Gets a List of "listener" elements | 
| SoapUIListenerConfig | insertNewListener(int i)Inserts and returns a new empty value (as xml) as the ith "listener" element | 
| void | removeListener(int i)Removes the ith "listener" element | 
| void | setListenerArray(int i,
                SoapUIListenerConfig listener)Sets ith "listener" element | 
| void | setListenerArray(SoapUIListenerConfig[] listenerArray)Sets array of all "listener" element | 
| int | sizeOfListenerArray()Returns number of "listener" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<SoapUIListenerConfig> getListenerList()
SoapUIListenerConfig[] getListenerArray()
SoapUIListenerConfig getListenerArray(int i)
int sizeOfListenerArray()
void setListenerArray(SoapUIListenerConfig[] listenerArray)
void setListenerArray(int i,
                      SoapUIListenerConfig listener)
SoapUIListenerConfig insertNewListener(int i)
SoapUIListenerConfig addNewListener()
void removeListener(int i)
Copyright © 2019. All Rights Reserved.