Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.newInstance() |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.newValue(Object obj) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(File file) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(InputStream is) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(Node node) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(Reader r) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(String xmlAsString) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(URL u) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(XMLStreamReader sr) |
static PropertyTransferTypesConfig |
PropertyTransferTypesConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
PropertyTransferTypesConfig |
PropertyTransferConfig.xgetTargetTransferType()
Gets (as xml) the "targetTransferType" element
|
PropertyTransferTypesConfig |
PropertyTransferConfig.xgetType()
Gets (as xml) the "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransferConfig.xsetTargetTransferType(PropertyTransferTypesConfig targetTransferType)
Sets (as xml) the "targetTransferType" element
|
void |
PropertyTransferConfig.xsetType(PropertyTransferTypesConfig type)
Sets (as xml) the "type" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyTransferTypesConfigImpl
An XML PropertyTransferTypes(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
PropertyTransferTypesConfig |
PropertyTransferConfigImpl.xgetTargetTransferType()
Gets (as xml) the "targetTransferType" element
|
PropertyTransferTypesConfig |
PropertyTransferConfigImpl.xgetType()
Gets (as xml) the "type" element
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransferConfigImpl.xsetTargetTransferType(PropertyTransferTypesConfig targetTransferType)
Sets (as xml) the "targetTransferType" element
|
void |
PropertyTransferConfigImpl.xsetType(PropertyTransferTypesConfig type)
Sets (as xml) the "type" element
|
Copyright © 2019. All Rights Reserved.