Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
SettingConfig |
SettingsConfig.addNewSetting()
Appends and returns a new empty value (as xml) as the last "setting" element
|
SettingConfig[] |
SettingsConfig.getSettingArray()
Deprecated.
|
SettingConfig |
SettingsConfig.getSettingArray(int i)
Gets ith "setting" element
|
SettingConfig |
SettingsConfig.insertNewSetting(int i)
Inserts and returns a new empty value (as xml) as the ith "setting" element
|
static SettingConfig |
SettingConfig.Factory.newInstance() |
static SettingConfig |
SettingConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(File file) |
static SettingConfig |
SettingConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(InputStream is) |
static SettingConfig |
SettingConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(Node node) |
static SettingConfig |
SettingConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(Reader r) |
static SettingConfig |
SettingConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(String xmlAsString) |
static SettingConfig |
SettingConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(URL u) |
static SettingConfig |
SettingConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SettingConfig |
SettingConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SettingConfig |
SettingConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SettingConfig |
SettingConfig.Factory.parse(XMLStreamReader sr) |
static SettingConfig |
SettingConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SettingConfig> |
SettingsConfig.getSettingList()
Gets a List of "setting" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SettingsConfig.setSettingArray(int i,
SettingConfig setting)
Sets ith "setting" element
|
void |
SettingsConfig.setSettingArray(SettingConfig[] settingArray)
Sets array of all "setting" element
|
Modifier and Type | Class and Description |
---|---|
class |
SettingConfigImpl
An XML Setting(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SettingConfig |
SettingsConfigImpl.addNewSetting()
Appends and returns a new empty value (as xml) as the last "setting" element
|
SettingConfig[] |
SettingsConfigImpl.getSettingArray()
Deprecated.
|
SettingConfig |
SettingsConfigImpl.getSettingArray(int i)
Gets ith "setting" element
|
SettingConfig |
SettingsConfigImpl.insertNewSetting(int i)
Inserts and returns a new empty value (as xml) as the ith "setting" element
|
Modifier and Type | Method and Description |
---|---|
List<SettingConfig> |
SettingsConfigImpl.getSettingList()
Gets a List of "setting" elements
|
Modifier and Type | Method and Description |
---|---|
void |
SettingsConfigImpl.setSettingArray(int i,
SettingConfig setting)
Sets ith "setting" element
|
void |
SettingsConfigImpl.setSettingArray(SettingConfig[] settingArray)
Sets array of all "setting" element
|
Copyright © 2019. All Rights Reserved.