Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support |
WSDL-related support classes
|
Modifier and Type | Method and Description |
---|---|
PropertyConfig |
XmlTemplatesTypeConfig.addNewProperty()
Appends and returns a new empty "property" element
|
PropertyConfig |
PropertiesTypeConfig.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyConfig |
EnvironmentConfig.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyConfig |
XmlTemplatesTypeConfig.getProperty()
Gets the "property" element
|
PropertyConfig[] |
PropertiesTypeConfig.getPropertyArray()
Deprecated.
|
PropertyConfig[] |
EnvironmentConfig.getPropertyArray()
Deprecated.
|
PropertyConfig |
PropertiesTypeConfig.getPropertyArray(int i)
Gets ith "property" element
|
PropertyConfig |
EnvironmentConfig.getPropertyArray(int i)
Gets ith "property" element
|
PropertyConfig |
PropertiesTypeConfig.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertyConfig |
EnvironmentConfig.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
static PropertyConfig |
PropertyConfig.Factory.newInstance() |
static PropertyConfig |
PropertyConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(File file) |
static PropertyConfig |
PropertyConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(InputStream is) |
static PropertyConfig |
PropertyConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(Node node) |
static PropertyConfig |
PropertyConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(Reader r) |
static PropertyConfig |
PropertyConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(String xmlAsString) |
static PropertyConfig |
PropertyConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(URL u) |
static PropertyConfig |
PropertyConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyConfig |
PropertyConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyConfig |
PropertyConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyConfig |
PropertyConfig.Factory.parse(XMLStreamReader sr) |
static PropertyConfig |
PropertyConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<PropertyConfig> |
PropertiesTypeConfig.getPropertyList()
Gets a List of "property" elements
|
List<PropertyConfig> |
EnvironmentConfig.getPropertyList()
Gets a List of "property" elements
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesTypeConfig.setProperty(PropertyConfig property)
Sets the "property" element
|
void |
PropertiesTypeConfig.setPropertyArray(int i,
PropertyConfig property)
Sets ith "property" element
|
void |
EnvironmentConfig.setPropertyArray(int i,
PropertyConfig property)
Sets ith "property" element
|
void |
PropertiesTypeConfig.setPropertyArray(PropertyConfig[] propertyArray)
Sets array of all "property" element
|
void |
EnvironmentConfig.setPropertyArray(PropertyConfig[] propertyArray)
Sets array of all "property" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyConfigImpl
An XML Property(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
PropertyConfig |
XmlTemplatesTypeConfigImpl.addNewProperty()
Appends and returns a new empty "property" element
|
PropertyConfig |
PropertiesTypeConfigImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyConfig |
EnvironmentConfigImpl.addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyConfig |
XmlTemplatesTypeConfigImpl.getProperty()
Gets the "property" element
|
PropertyConfig[] |
PropertiesTypeConfigImpl.getPropertyArray()
Deprecated.
|
PropertyConfig[] |
EnvironmentConfigImpl.getPropertyArray()
Deprecated.
|
PropertyConfig |
PropertiesTypeConfigImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertyConfig |
EnvironmentConfigImpl.getPropertyArray(int i)
Gets ith "property" element
|
PropertyConfig |
PropertiesTypeConfigImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
PropertyConfig |
EnvironmentConfigImpl.insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
Modifier and Type | Method and Description |
---|---|
List<PropertyConfig> |
PropertiesTypeConfigImpl.getPropertyList()
Gets a List of "property" elements
|
List<PropertyConfig> |
EnvironmentConfigImpl.getPropertyList()
Gets a List of "property" elements
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesTypeConfigImpl.setProperty(PropertyConfig property)
Sets the "property" element
|
void |
PropertiesTypeConfigImpl.setPropertyArray(int i,
PropertyConfig property)
Sets ith "property" element
|
void |
EnvironmentConfigImpl.setPropertyArray(int i,
PropertyConfig property)
Sets ith "property" element
|
void |
PropertiesTypeConfigImpl.setPropertyArray(PropertyConfig[] propertyArray)
Sets array of all "property" element
|
void |
EnvironmentConfigImpl.setPropertyArray(PropertyConfig[] propertyArray)
Sets array of all "property" element
|
Modifier and Type | Method and Description |
---|---|
protected XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty |
XmlBeansPropertiesTestPropertyHolder.addProperty(PropertyConfig propertyConfig,
boolean notify,
TestProperty virtualProperty) |
void |
XmlBeansPropertiesTestPropertyHolder.PropertiesStepProperty.setConfig(PropertyConfig propertyConfig) |
Constructor and Description |
---|
PropertiesStepProperty(PropertyConfig propertyConfig,
TestProperty virtualProperty) |
Copyright © 2019. All Rights Reserved.