Package | Description |
---|---|
com.eviware.soapui.coverage | |
com.eviware.soapui.coverage.impl |
Modifier and Type | Method and Description |
---|---|
OperationCoverageType |
InterfaceCoverageType.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
OperationCoverageType |
OperationCoverageDocument.addNewOperationCoverage()
Appends and returns a new empty "operationCoverage" element
|
OperationCoverageType[] |
InterfaceCoverageType.getOperationArray()
Deprecated.
|
OperationCoverageType |
InterfaceCoverageType.getOperationArray(int i)
Gets ith "operation" element
|
OperationCoverageType |
OperationCoverageDocument.getOperationCoverage()
Gets the "operationCoverage" element
|
OperationCoverageType |
InterfaceCoverageType.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
static OperationCoverageType |
OperationCoverageType.Factory.newInstance() |
static OperationCoverageType |
OperationCoverageType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(File file) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(InputStream is) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(Node node) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(Reader r) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(String xmlAsString) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(URL u) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OperationCoverageType |
OperationCoverageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OperationCoverageType |
OperationCoverageType.Factory.parse(XMLStreamReader sr) |
static OperationCoverageType |
OperationCoverageType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OperationCoverageType> |
InterfaceCoverageType.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceCoverageType.setOperationArray(int i,
OperationCoverageType operation)
Sets ith "operation" element
|
void |
InterfaceCoverageType.setOperationArray(OperationCoverageType[] operationArray)
Sets array of all "operation" element
|
void |
OperationCoverageDocument.setOperationCoverage(OperationCoverageType operationCoverage)
Sets the "operationCoverage" element
|
Modifier and Type | Class and Description |
---|---|
class |
OperationCoverageTypeImpl
An XML OperationCoverageType(@http://eviware.com/soapui/coverage).
|
Modifier and Type | Method and Description |
---|---|
OperationCoverageType |
InterfaceCoverageTypeImpl.addNewOperation()
Appends and returns a new empty value (as xml) as the last "operation" element
|
OperationCoverageType |
OperationCoverageDocumentImpl.addNewOperationCoverage()
Appends and returns a new empty "operationCoverage" element
|
OperationCoverageType[] |
InterfaceCoverageTypeImpl.getOperationArray()
Deprecated.
|
OperationCoverageType |
InterfaceCoverageTypeImpl.getOperationArray(int i)
Gets ith "operation" element
|
OperationCoverageType |
OperationCoverageDocumentImpl.getOperationCoverage()
Gets the "operationCoverage" element
|
OperationCoverageType |
InterfaceCoverageTypeImpl.insertNewOperation(int i)
Inserts and returns a new empty value (as xml) as the ith "operation" element
|
Modifier and Type | Method and Description |
---|---|
List<OperationCoverageType> |
InterfaceCoverageTypeImpl.getOperationList()
Gets a List of "operation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceCoverageTypeImpl.setOperationArray(int i,
OperationCoverageType operation)
Sets ith "operation" element
|
void |
InterfaceCoverageTypeImpl.setOperationArray(OperationCoverageType[] operationArray)
Sets array of all "operation" element
|
void |
OperationCoverageDocumentImpl.setOperationCoverage(OperationCoverageType operationCoverage)
Sets the "operationCoverage" element
|
Copyright © 2019. All Rights Reserved.