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