Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
static ScopeTypeConfig |
ScopeTypeConfig.Factory.newInstance() |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.newValue(Object obj) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(File file) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(InputStream is) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(Node node) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(Reader r) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(String xmlAsString) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(URL u) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(XMLStreamReader sr) |
static ScopeTypeConfig |
ScopeTypeConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
ScopeTypeConfig |
XmlTemplatesTypeConfig.xgetScope()
Gets (as xml) the "scope" element
|
ScopeTypeConfig |
ReportTemplateConfig.xgetScope()
Gets (as xml) the "scope" element
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesTypeConfig.xsetScope(ScopeTypeConfig scope)
Sets (as xml) the "scope" element
|
void |
ReportTemplateConfig.xsetScope(ScopeTypeConfig scope)
Sets (as xml) the "scope" element
|
Modifier and Type | Class and Description |
---|---|
class |
ScopeTypeConfigImpl
An XML scopeType(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
ScopeTypeConfig |
XmlTemplatesTypeConfigImpl.xgetScope()
Gets (as xml) the "scope" element
|
ScopeTypeConfig |
ReportTemplateConfigImpl.xgetScope()
Gets (as xml) the "scope" element
|
Modifier and Type | Method and Description |
---|---|
void |
XmlTemplatesTypeConfigImpl.xsetScope(ScopeTypeConfig scope)
Sets (as xml) the "scope" element
|
void |
ReportTemplateConfigImpl.xsetScope(ScopeTypeConfig scope)
Sets (as xml) the "scope" element
|
Copyright © 2019. All Rights Reserved.