public interface SoapUIFactoriesConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SoapUIFactoriesConfig.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 |
---|---|
SoapUIFactoryConfig |
addNewFactory()
Appends and returns a new empty value (as xml) as the last "factory" element
|
SoapUIFactoryConfig[] |
getFactoryArray()
Deprecated.
|
SoapUIFactoryConfig |
getFactoryArray(int i)
Gets ith "factory" element
|
List<SoapUIFactoryConfig> |
getFactoryList()
Gets a List of "factory" elements
|
SoapUIFactoryConfig |
insertNewFactory(int i)
Inserts and returns a new empty value (as xml) as the ith "factory" element
|
void |
removeFactory(int i)
Removes the ith "factory" element
|
void |
setFactoryArray(int i,
SoapUIFactoryConfig factory)
Sets ith "factory" element
|
void |
setFactoryArray(SoapUIFactoryConfig[] factoryArray)
Sets array of all "factory" element
|
int |
sizeOfFactoryArray()
Returns number of "factory" 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, 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<SoapUIFactoryConfig> getFactoryList()
SoapUIFactoryConfig[] getFactoryArray()
SoapUIFactoryConfig getFactoryArray(int i)
int sizeOfFactoryArray()
void setFactoryArray(SoapUIFactoryConfig[] factoryArray)
void setFactoryArray(int i, SoapUIFactoryConfig factory)
SoapUIFactoryConfig insertNewFactory(int i)
SoapUIFactoryConfig addNewFactory()
void removeFactory(int i)
Copyright © 2019. All Rights Reserved.