public static interface TestCaseRunLogDocumentConfig.TestCaseRunLog
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TestCaseRunLogDocumentConfig.TestCaseRunLog.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep
An XML testCaseRunLogTestStep(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep |
addNewTestCaseRunLogTestStep()
Appends and returns a new empty value (as xml) as the last "testCaseRunLogTestStep" element
|
String |
getStatus()
Gets the "status" attribute
|
String |
getTestCase()
Gets the "testCase" attribute
|
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep[] |
getTestCaseRunLogTestStepArray()
Deprecated.
|
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep |
getTestCaseRunLogTestStepArray(int i)
Gets ith "testCaseRunLogTestStep" element
|
List<TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep> |
getTestCaseRunLogTestStepList()
Gets a List of "testCaseRunLogTestStep" elements
|
String |
getTimeStamp()
Gets the "timeStamp" attribute
|
String |
getTimeTaken()
Gets the "timeTaken" attribute
|
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep |
insertNewTestCaseRunLogTestStep(int i)
Inserts and returns a new empty value (as xml) as the ith "testCaseRunLogTestStep" element
|
boolean |
isSetStatus()
True if has "status" attribute
|
boolean |
isSetTestCase()
True if has "testCase" attribute
|
boolean |
isSetTimeStamp()
True if has "timeStamp" attribute
|
boolean |
isSetTimeTaken()
True if has "timeTaken" attribute
|
void |
removeTestCaseRunLogTestStep(int i)
Removes the ith "testCaseRunLogTestStep" element
|
void |
setStatus(String status)
Sets the "status" attribute
|
void |
setTestCase(String testCase)
Sets the "testCase" attribute
|
void |
setTestCaseRunLogTestStepArray(int i,
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep testCaseRunLogTestStep)
Sets ith "testCaseRunLogTestStep" element
|
void |
setTestCaseRunLogTestStepArray(TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep[] testCaseRunLogTestStepArray)
Sets array of all "testCaseRunLogTestStep" element
|
void |
setTimeStamp(String timeStamp)
Sets the "timeStamp" attribute
|
void |
setTimeTaken(String timeTaken)
Sets the "timeTaken" attribute
|
int |
sizeOfTestCaseRunLogTestStepArray()
Returns number of "testCaseRunLogTestStep" element
|
void |
unsetStatus()
Unsets the "status" attribute
|
void |
unsetTestCase()
Unsets the "testCase" attribute
|
void |
unsetTimeStamp()
Unsets the "timeStamp" attribute
|
void |
unsetTimeTaken()
Unsets the "timeTaken" attribute
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "status" attribute
|
org.apache.xmlbeans.XmlString |
xgetTestCase()
Gets (as xml) the "testCase" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimeStamp()
Gets (as xml) the "timeStamp" attribute
|
org.apache.xmlbeans.XmlString |
xgetTimeTaken()
Gets (as xml) the "timeTaken" attribute
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "status" attribute
|
void |
xsetTestCase(org.apache.xmlbeans.XmlString testCase)
Sets (as xml) the "testCase" 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
|
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
List<TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep> getTestCaseRunLogTestStepList()
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep[] getTestCaseRunLogTestStepArray()
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep getTestCaseRunLogTestStepArray(int i)
int sizeOfTestCaseRunLogTestStepArray()
void setTestCaseRunLogTestStepArray(TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep[] testCaseRunLogTestStepArray)
void setTestCaseRunLogTestStepArray(int i, TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep testCaseRunLogTestStep)
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep insertNewTestCaseRunLogTestStep(int i)
TestCaseRunLogDocumentConfig.TestCaseRunLog.TestCaseRunLogTestStep addNewTestCaseRunLogTestStep()
void removeTestCaseRunLogTestStep(int i)
String getTestCase()
org.apache.xmlbeans.XmlString xgetTestCase()
boolean isSetTestCase()
void setTestCase(String testCase)
void xsetTestCase(org.apache.xmlbeans.XmlString testCase)
void unsetTestCase()
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()
Copyright © 2019. All Rights Reserved.