Package | Description |
---|---|
com.eviware.soapui.coverage | |
com.eviware.soapui.coverage.impl |
Modifier and Type | Method and Description |
---|---|
InterfaceCoverageType |
ProjectCoverageType.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceCoverageType |
InterfaceCoverageDocument.addNewInterfaceCoverage()
Appends and returns a new empty "interfaceCoverage" element
|
InterfaceCoverageType[] |
ProjectCoverageType.getInterfaceArray()
Deprecated.
|
InterfaceCoverageType |
ProjectCoverageType.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceCoverageType |
InterfaceCoverageDocument.getInterfaceCoverage()
Gets the "interfaceCoverage" element
|
InterfaceCoverageType |
ProjectCoverageType.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
static InterfaceCoverageType |
InterfaceCoverageType.Factory.newInstance() |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(File file) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(InputStream is) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(Node node) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(Reader r) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(String xmlAsString) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(URL u) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(XMLStreamReader sr) |
static InterfaceCoverageType |
InterfaceCoverageType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<InterfaceCoverageType> |
ProjectCoverageType.getInterfaceList()
Gets a List of "interface" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectCoverageType.setInterfaceArray(InterfaceCoverageType[] xinterfaceArray)
Sets array of all "interface" element
|
void |
ProjectCoverageType.setInterfaceArray(int i,
InterfaceCoverageType xinterface)
Sets ith "interface" element
|
void |
InterfaceCoverageDocument.setInterfaceCoverage(InterfaceCoverageType interfaceCoverage)
Sets the "interfaceCoverage" element
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceCoverageTypeImpl
An XML InterfaceCoverageType(@http://eviware.com/soapui/coverage).
|
Modifier and Type | Method and Description |
---|---|
InterfaceCoverageType |
ProjectCoverageTypeImpl.addNewInterface()
Appends and returns a new empty value (as xml) as the last "interface" element
|
InterfaceCoverageType |
InterfaceCoverageDocumentImpl.addNewInterfaceCoverage()
Appends and returns a new empty "interfaceCoverage" element
|
InterfaceCoverageType[] |
ProjectCoverageTypeImpl.getInterfaceArray()
Deprecated.
|
InterfaceCoverageType |
ProjectCoverageTypeImpl.getInterfaceArray(int i)
Gets ith "interface" element
|
InterfaceCoverageType |
InterfaceCoverageDocumentImpl.getInterfaceCoverage()
Gets the "interfaceCoverage" element
|
InterfaceCoverageType |
ProjectCoverageTypeImpl.insertNewInterface(int i)
Inserts and returns a new empty value (as xml) as the ith "interface" element
|
Modifier and Type | Method and Description |
---|---|
List<InterfaceCoverageType> |
ProjectCoverageTypeImpl.getInterfaceList()
Gets a List of "interface" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectCoverageTypeImpl.setInterfaceArray(InterfaceCoverageType[] xinterfaceArray)
Sets array of all "interface" element
|
void |
ProjectCoverageTypeImpl.setInterfaceArray(int i,
InterfaceCoverageType xinterface)
Sets ith "interface" element
|
void |
InterfaceCoverageDocumentImpl.setInterfaceCoverage(InterfaceCoverageType interfaceCoverage)
Sets the "interfaceCoverage" element
|
Copyright © 2019. All Rights Reserved.