Package | Description |
---|---|
com.eviware.soapui.coverage | |
com.eviware.soapui.coverage.impl |
Modifier and Type | Method and Description |
---|---|
SegmentType |
LineType.addNewSegment()
Appends and returns a new empty value (as xml) as the last "segment" element
|
SegmentType[] |
LineType.getSegmentArray()
Deprecated.
|
SegmentType |
LineType.getSegmentArray(int i)
Gets ith "segment" element
|
SegmentType |
LineType.insertNewSegment(int i)
Inserts and returns a new empty value (as xml) as the ith "segment" element
|
static SegmentType |
SegmentType.Factory.newInstance() |
static SegmentType |
SegmentType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(File file) |
static SegmentType |
SegmentType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(InputStream is) |
static SegmentType |
SegmentType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(Node node) |
static SegmentType |
SegmentType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(Reader r) |
static SegmentType |
SegmentType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(String xmlAsString) |
static SegmentType |
SegmentType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(URL u) |
static SegmentType |
SegmentType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SegmentType |
SegmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SegmentType |
SegmentType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SegmentType |
SegmentType.Factory.parse(XMLStreamReader sr) |
static SegmentType |
SegmentType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SegmentType> |
LineType.getSegmentList()
Gets a List of "segment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
LineType.setSegmentArray(int i,
SegmentType segment)
Sets ith "segment" element
|
void |
LineType.setSegmentArray(SegmentType[] segmentArray)
Sets array of all "segment" element
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentTypeImpl
An XML SegmentType(@http://eviware.com/soapui/coverage).
|
Modifier and Type | Method and Description |
---|---|
SegmentType |
LineTypeImpl.addNewSegment()
Appends and returns a new empty value (as xml) as the last "segment" element
|
SegmentType[] |
LineTypeImpl.getSegmentArray()
Deprecated.
|
SegmentType |
LineTypeImpl.getSegmentArray(int i)
Gets ith "segment" element
|
SegmentType |
LineTypeImpl.insertNewSegment(int i)
Inserts and returns a new empty value (as xml) as the ith "segment" element
|
Modifier and Type | Method and Description |
---|---|
List<SegmentType> |
LineTypeImpl.getSegmentList()
Gets a List of "segment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
LineTypeImpl.setSegmentArray(int i,
SegmentType segment)
Sets ith "segment" element
|
void |
LineTypeImpl.setSegmentArray(SegmentType[] segmentArray)
Sets array of all "segment" element
|
Copyright © 2019. All Rights Reserved.