public static interface TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(String message)
Appends the value as the last "message" element
|
org.apache.xmlbeans.XmlString |
addNewMessage()
Appends and returns a new empty value (as xml) as the last "message" element
|
String |
getConnectTime()
Gets the "connectTime" attribute
|
String |
getContentLength()
Gets the "contentLength" attribute
|
String |
getDnsTime()
Gets the "dnsTime" attribute
|
String |
getEndpoint()
Gets the "endpoint" attribute
|
String |
getErrorMessage()
Gets the "errorMessage" element
|
String |
getHttpMethod()
Gets the "httpMethod" attribute
|
String |
getHttpStatus()
Gets the "httpStatus" attribute
|
String |
getIpAddress()
Gets the "ipAddress" attribute
|
String[] |
getMessageArray()
Deprecated.
|
String |
getMessageArray(int i)
Gets ith "message" element
|
List<String> |
getMessageList()
Gets a List of "message" elements
|
String |
getName()
Gets the "name" attribute
|
int |
getPort()
Gets the "port" attribute
|
String |
getReadTime()
Gets the "readTime" attribute
|
String |
getStatus()
Gets the "status" attribute
|
String |
getTimestamp()
Gets the "timestamp" attribute
|
String |
getTimeTaken()
Gets the "timeTaken" attribute
|
String |
getTimeToFirstByte()
Gets the "timeToFirstByte" attribute
|
String |
getTotalTime()
Gets the "totalTime" attribute
|
void |
insertMessage(int i,
String message)
Inserts the value as the ith "message" element
|
org.apache.xmlbeans.XmlString |
insertNewMessage(int i)
Inserts and returns a new empty value (as xml) as the ith "message" element
|
boolean |
isSetConnectTime()
True if has "connectTime" attribute
|
boolean |
isSetContentLength()
True if has "contentLength" attribute
|
boolean |
isSetDnsTime()
True if has "dnsTime" attribute
|
boolean |
isSetEndpoint()
True if has "endpoint" attribute
|
boolean |
isSetHttpMethod()
True if has "httpMethod" attribute
|
boolean |
isSetHttpStatus()
True if has "httpStatus" attribute
|
boolean |
isSetIpAddress()
True if has "ipAddress" attribute
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetPort()
True if has "port" attribute
|
boolean |
isSetReadTime()
True if has "readTime" attribute
|
boolean |
isSetStatus()
True if has "status" attribute
|
boolean |
isSetTimestamp()
True if has "timestamp" attribute
|
boolean |
isSetTimeTaken()
True if has "timeTaken" attribute
|
boolean |
isSetTimeToFirstByte()
True if has "timeToFirstByte" attribute
|
boolean |
isSetTotalTime()
True if has "totalTime" attribute
|
void |
removeMessage(int i)
Removes the ith "message" element
|
void |
setConnectTime(String connectTime)
Sets the "connectTime" attribute
|
void |
setContentLength(String contentLength)
Sets the "contentLength" attribute
|
void |
setDnsTime(String dnsTime)
Sets the "dnsTime" attribute
|
void |
setEndpoint(String endpoint)
Sets the "endpoint" attribute
|
void |
setErrorMessage(String errorMessage)
Sets the "errorMessage" element
|
void |
setHttpMethod(String httpMethod)
Sets the "httpMethod" attribute
|
void |
setHttpStatus(String httpStatus)
Sets the "httpStatus" attribute
|
void |
setIpAddress(String ipAddress)
Sets the "ipAddress" attribute
|
void |
setMessageArray(int i,
String message)
Sets ith "message" element
|
void |
setMessageArray(String[] messageArray)
Sets array of all "message" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setPort(int port)
Sets the "port" attribute
|
void |
setReadTime(String readTime)
Sets the "readTime" attribute
|
void |
setStatus(String status)
Sets the "status" attribute
|
void |
setTimestamp(String timestamp)
Sets the "timestamp" attribute
|
void |
setTimeTaken(String timeTaken)
Sets the "timeTaken" attribute
|
void |
setTimeToFirstByte(String timeToFirstByte)
Sets the "timeToFirstByte" attribute
|
void |
setTotalTime(String totalTime)
Sets the "totalTime" attribute
|
int |
sizeOfMessageArray()
Returns number of "message" element
|
void |
unsetConnectTime()
Unsets the "connectTime" attribute
|
void |
unsetContentLength()
Unsets the "contentLength" attribute
|
void |
unsetDnsTime()
Unsets the "dnsTime" attribute
|
void |
unsetEndpoint()
Unsets the "endpoint" attribute
|
void |
unsetHttpMethod()
Unsets the "httpMethod" attribute
|
void |
unsetHttpStatus()
Unsets the "httpStatus" attribute
|
void |
unsetIpAddress()
Unsets the "ipAddress" attribute
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetPort()
Unsets the "port" attribute
|
void |
unsetReadTime()
Unsets the "readTime" attribute
|
void |
unsetStatus()
Unsets the "status" attribute
|
void |
unsetTimestamp()
Unsets the "timestamp" attribute
|
void |
unsetTimeTaken()
Unsets the "timeTaken" attribute
|
void |
unsetTimeToFirstByte()
Unsets the "timeToFirstByte" attribute
|
void |
unsetTotalTime()
Unsets the "totalTime" attribute
|
org.apache.xmlbeans.XmlString |
xgetConnectTime()
Gets (as xml) the "connectTime" attribute
|
org.apache.xmlbeans.XmlString |
xgetContentLength()
Gets (as xml) the "contentLength" attribute
|
org.apache.xmlbeans.XmlString |
xgetDnsTime()
Gets (as xml) the "dnsTime" attribute
|
org.apache.xmlbeans.XmlString |
xgetEndpoint()
Gets (as xml) the "endpoint" attribute
|
org.apache.xmlbeans.XmlString |
xgetErrorMessage()
Gets (as xml) the "errorMessage" element
|
org.apache.xmlbeans.XmlString |
xgetHttpMethod()
Gets (as xml) the "httpMethod" attribute
|
org.apache.xmlbeans.XmlString |
xgetHttpStatus()
Gets (as xml) the "httpStatus" attribute
|
org.apache.xmlbeans.XmlString |
xgetIpAddress()
Gets (as xml) the "ipAddress" attribute
|
org.apache.xmlbeans.XmlString[] |
xgetMessageArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetMessageArray(int i)
Gets (as xml) ith "message" element
|
List<org.apache.xmlbeans.XmlString> |
xgetMessageList()
Gets (as xml) a List of "message" elements
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlInt |
xgetPort()
Gets (as xml) the "port" attribute
|
org.apache.xmlbeans.XmlString |
xgetReadTime()
Gets (as xml) the "readTime" attribute
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "status" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimestamp()
Gets (as xml) the "timestamp" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimeTaken()
Gets (as xml) the "timeTaken" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimeToFirstByte()
Gets (as xml) the "timeToFirstByte" attribute
|
org.apache.xmlbeans.XmlString |
xgetTotalTime()
Gets (as xml) the "totalTime" attribute
|
void |
xsetConnectTime(org.apache.xmlbeans.XmlString connectTime)
Sets (as xml) the "connectTime" attribute
|
void |
xsetContentLength(org.apache.xmlbeans.XmlString contentLength)
Sets (as xml) the "contentLength" attribute
|
void |
xsetDnsTime(org.apache.xmlbeans.XmlString dnsTime)
Sets (as xml) the "dnsTime" attribute
|
void |
xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
Sets (as xml) the "endpoint" attribute
|
void |
xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
Sets (as xml) the "errorMessage" element
|
void |
xsetHttpMethod(org.apache.xmlbeans.XmlString httpMethod)
Sets (as xml) the "httpMethod" attribute
|
void |
xsetHttpStatus(org.apache.xmlbeans.XmlString httpStatus)
Sets (as xml) the "httpStatus" attribute
|
void |
xsetIpAddress(org.apache.xmlbeans.XmlString ipAddress)
Sets (as xml) the "ipAddress" attribute
|
void |
xsetMessageArray(int i,
org.apache.xmlbeans.XmlString message)
Sets (as xml) ith "message" element
|
void |
xsetMessageArray(org.apache.xmlbeans.XmlString[] messageArray)
Sets (as xml) array of all "message" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetPort(org.apache.xmlbeans.XmlInt port)
Sets (as xml) the "port" attribute
|
void |
xsetReadTime(org.apache.xmlbeans.XmlString readTime)
Sets (as xml) the "readTime" attribute
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "status" attribute
|
void |
xsetTimestamp(org.apache.xmlbeans.XmlString timestamp)
Sets (as xml) the "timestamp" attribute
|
void |
xsetTimeTaken(org.apache.xmlbeans.XmlString timeTaken)
Sets (as xml) the "timeTaken" attribute
|
void |
xsetTimeToFirstByte(org.apache.xmlbeans.XmlString timeToFirstByte)
Sets (as xml) the "timeToFirstByte" attribute
|
void |
xsetTotalTime(org.apache.xmlbeans.XmlString totalTime)
Sets (as xml) the "totalTime" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String[] getMessageArray()
String getMessageArray(int i)
List<org.apache.xmlbeans.XmlString> xgetMessageList()
org.apache.xmlbeans.XmlString[] xgetMessageArray()
org.apache.xmlbeans.XmlString xgetMessageArray(int i)
int sizeOfMessageArray()
void setMessageArray(String[] messageArray)
void setMessageArray(int i, String message)
void xsetMessageArray(org.apache.xmlbeans.XmlString[] messageArray)
void xsetMessageArray(int i, org.apache.xmlbeans.XmlString message)
void insertMessage(int i, String message)
void addMessage(String message)
org.apache.xmlbeans.XmlString insertNewMessage(int i)
org.apache.xmlbeans.XmlString addNewMessage()
void removeMessage(int i)
String getErrorMessage()
org.apache.xmlbeans.XmlString xgetErrorMessage()
void setErrorMessage(String errorMessage)
void xsetErrorMessage(org.apache.xmlbeans.XmlString errorMessage)
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getTimeTaken()
org.apache.xmlbeans.XmlString xgetTimeTaken()
boolean isSetTimeTaken()
void setTimeTaken(String timeTaken)
void xsetTimeTaken(org.apache.xmlbeans.XmlString timeTaken)
void unsetTimeTaken()
String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
boolean isSetStatus()
void setStatus(String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
void unsetStatus()
String getTimestamp()
org.apache.xmlbeans.XmlString xgetTimestamp()
boolean isSetTimestamp()
void setTimestamp(String timestamp)
void xsetTimestamp(org.apache.xmlbeans.XmlString timestamp)
void unsetTimestamp()
String getHttpStatus()
org.apache.xmlbeans.XmlString xgetHttpStatus()
boolean isSetHttpStatus()
void setHttpStatus(String httpStatus)
void xsetHttpStatus(org.apache.xmlbeans.XmlString httpStatus)
void unsetHttpStatus()
String getContentLength()
org.apache.xmlbeans.XmlString xgetContentLength()
boolean isSetContentLength()
void setContentLength(String contentLength)
void xsetContentLength(org.apache.xmlbeans.XmlString contentLength)
void unsetContentLength()
String getDnsTime()
org.apache.xmlbeans.XmlString xgetDnsTime()
boolean isSetDnsTime()
void setDnsTime(String dnsTime)
void xsetDnsTime(org.apache.xmlbeans.XmlString dnsTime)
void unsetDnsTime()
String getConnectTime()
org.apache.xmlbeans.XmlString xgetConnectTime()
boolean isSetConnectTime()
void setConnectTime(String connectTime)
void xsetConnectTime(org.apache.xmlbeans.XmlString connectTime)
void unsetConnectTime()
String getTimeToFirstByte()
org.apache.xmlbeans.XmlString xgetTimeToFirstByte()
boolean isSetTimeToFirstByte()
void setTimeToFirstByte(String timeToFirstByte)
void xsetTimeToFirstByte(org.apache.xmlbeans.XmlString timeToFirstByte)
void unsetTimeToFirstByte()
String getReadTime()
org.apache.xmlbeans.XmlString xgetReadTime()
boolean isSetReadTime()
void setReadTime(String readTime)
void xsetReadTime(org.apache.xmlbeans.XmlString readTime)
void unsetReadTime()
String getTotalTime()
org.apache.xmlbeans.XmlString xgetTotalTime()
boolean isSetTotalTime()
void setTotalTime(String totalTime)
void xsetTotalTime(org.apache.xmlbeans.XmlString totalTime)
void unsetTotalTime()
String getEndpoint()
org.apache.xmlbeans.XmlString xgetEndpoint()
boolean isSetEndpoint()
void setEndpoint(String endpoint)
void xsetEndpoint(org.apache.xmlbeans.XmlString endpoint)
void unsetEndpoint()
String getHttpMethod()
org.apache.xmlbeans.XmlString xgetHttpMethod()
boolean isSetHttpMethod()
void setHttpMethod(String httpMethod)
void xsetHttpMethod(org.apache.xmlbeans.XmlString httpMethod)
void unsetHttpMethod()
String getIpAddress()
org.apache.xmlbeans.XmlString xgetIpAddress()
boolean isSetIpAddress()
void setIpAddress(String ipAddress)
void xsetIpAddress(org.apache.xmlbeans.XmlString ipAddress)
void unsetIpAddress()
int getPort()
org.apache.xmlbeans.XmlInt xgetPort()
boolean isSetPort()
void setPort(int port)
void xsetPort(org.apache.xmlbeans.XmlInt port)
void unsetPort()
Copyright © 2019. All Rights Reserved.