Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
XmlTemplatesTypeConfig |
XmlTemplatesConfig.addNewTemplates()
Appends and returns a new empty value (as xml) as the last "templates" element
|
XmlTemplatesTypeConfig[] |
XmlTemplatesConfig.getTemplatesArray()
Deprecated.
|
XmlTemplatesTypeConfig |
XmlTemplatesConfig.getTemplatesArray(int i)
Gets ith "templates" element
|
XmlTemplatesTypeConfig |
XmlTemplatesConfig.insertNewTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "templates" element
|
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.newInstance() |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(File file) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(InputStream is) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(Node node) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(Reader r) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(String xmlAsString) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(URL u) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(XMLStreamReader sr) |
static XmlTemplatesTypeConfig |
XmlTemplatesTypeConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<XmlTemplatesTypeConfig> |
XmlTemplatesConfig.getTemplatesList()
Gets a List of "templates" elements
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesConfig.setTemplatesArray(int i,
XmlTemplatesTypeConfig templates)
Sets ith "templates" element
|
void |
XmlTemplatesConfig.setTemplatesArray(XmlTemplatesTypeConfig[] templatesArray)
Sets array of all "templates" element
|
Modifier and Type | Class and Description |
---|---|
class |
XmlTemplatesTypeConfigImpl
An XML XmlTemplatesType(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
XmlTemplatesTypeConfig |
XmlTemplatesConfigImpl.addNewTemplates()
Appends and returns a new empty value (as xml) as the last "templates" element
|
XmlTemplatesTypeConfig[] |
XmlTemplatesConfigImpl.getTemplatesArray()
Deprecated.
|
XmlTemplatesTypeConfig |
XmlTemplatesConfigImpl.getTemplatesArray(int i)
Gets ith "templates" element
|
XmlTemplatesTypeConfig |
XmlTemplatesConfigImpl.insertNewTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "templates" element
|
Modifier and Type | Method and Description |
---|---|
List<XmlTemplatesTypeConfig> |
XmlTemplatesConfigImpl.getTemplatesList()
Gets a List of "templates" elements
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesConfigImpl.setTemplatesArray(int i,
XmlTemplatesTypeConfig templates)
Sets ith "templates" element
|
void |
XmlTemplatesConfigImpl.setTemplatesArray(XmlTemplatesTypeConfig[] templatesArray)
Sets array of all "templates" element
|
Copyright © 2019. All Rights Reserved.