Package | Description |
---|---|
com.eviware.soapui.inferredSchema | |
com.eviware.soapui.inferredSchema.impl |
Modifier and Type | Method and Description |
---|---|
MapEntryConfig |
ParticleConfig.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
MapEntryConfig |
SchemaConfig.addNewPrefix()
Appends and returns a new empty value (as xml) as the last "prefix" element
|
MapEntryConfig[] |
ParticleConfig.getAttributeArray()
Deprecated.
|
MapEntryConfig |
ParticleConfig.getAttributeArray(int i)
Gets ith "attribute" element
|
MapEntryConfig[] |
SchemaConfig.getPrefixArray()
Deprecated.
|
MapEntryConfig |
SchemaConfig.getPrefixArray(int i)
Gets ith "prefix" element
|
MapEntryConfig |
ParticleConfig.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
MapEntryConfig |
SchemaConfig.insertNewPrefix(int i)
Inserts and returns a new empty value (as xml) as the ith "prefix" element
|
static MapEntryConfig |
MapEntryConfig.Factory.newInstance() |
static MapEntryConfig |
MapEntryConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(File file) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(InputStream is) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(Node node) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(Reader r) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(String xmlAsString) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(URL u) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static MapEntryConfig |
MapEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static MapEntryConfig |
MapEntryConfig.Factory.parse(XMLStreamReader sr) |
static MapEntryConfig |
MapEntryConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<MapEntryConfig> |
ParticleConfig.getAttributeList()
Gets a List of "attribute" elements
|
List<MapEntryConfig> |
SchemaConfig.getPrefixList()
Gets a List of "prefix" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ParticleConfig.setAttributeArray(int i,
MapEntryConfig attribute)
Sets ith "attribute" element
|
void |
ParticleConfig.setAttributeArray(MapEntryConfig[] attributeArray)
Sets array of all "attribute" element
|
void |
SchemaConfig.setPrefixArray(int i,
MapEntryConfig prefix)
Sets ith "prefix" element
|
void |
SchemaConfig.setPrefixArray(MapEntryConfig[] prefixArray)
Sets array of all "prefix" element
|
Modifier and Type | Class and Description |
---|---|
class |
MapEntryConfigImpl
An XML MapEntry(@http://www.eviware.com/soapui/InferredSchema).
|
Modifier and Type | Method and Description |
---|---|
MapEntryConfig |
ParticleConfigImpl.addNewAttribute()
Appends and returns a new empty value (as xml) as the last "attribute" element
|
MapEntryConfig |
SchemaConfigImpl.addNewPrefix()
Appends and returns a new empty value (as xml) as the last "prefix" element
|
MapEntryConfig[] |
ParticleConfigImpl.getAttributeArray()
Deprecated.
|
MapEntryConfig |
ParticleConfigImpl.getAttributeArray(int i)
Gets ith "attribute" element
|
MapEntryConfig[] |
SchemaConfigImpl.getPrefixArray()
Deprecated.
|
MapEntryConfig |
SchemaConfigImpl.getPrefixArray(int i)
Gets ith "prefix" element
|
MapEntryConfig |
ParticleConfigImpl.insertNewAttribute(int i)
Inserts and returns a new empty value (as xml) as the ith "attribute" element
|
MapEntryConfig |
SchemaConfigImpl.insertNewPrefix(int i)
Inserts and returns a new empty value (as xml) as the ith "prefix" element
|
Modifier and Type | Method and Description |
---|---|
List<MapEntryConfig> |
ParticleConfigImpl.getAttributeList()
Gets a List of "attribute" elements
|
List<MapEntryConfig> |
SchemaConfigImpl.getPrefixList()
Gets a List of "prefix" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ParticleConfigImpl.setAttributeArray(int i,
MapEntryConfig attribute)
Sets ith "attribute" element
|
void |
ParticleConfigImpl.setAttributeArray(MapEntryConfig[] attributeArray)
Sets array of all "attribute" element
|
void |
SchemaConfigImpl.setPrefixArray(int i,
MapEntryConfig prefix)
Sets ith "prefix" element
|
void |
SchemaConfigImpl.setPrefixArray(MapEntryConfig[] prefixArray)
Sets array of all "prefix" element
|
Copyright © 2019. All Rights Reserved.