public interface BreakPointConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
BreakPointConfig.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 |
---|---|
BreakPointPropertiesConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
BreakPointPropertiesConfig |
getProperties()
Gets the "properties" element
|
String |
getStatus()
Gets the "status" element
|
String |
getTestStepId()
Gets the "testStepId" element
|
void |
setProperties(BreakPointPropertiesConfig properties)
Sets the "properties" element
|
void |
setStatus(String status)
Sets the "status" element
|
void |
setTestStepId(String testStepId)
Sets the "testStepId" element
|
org.apache.xmlbeans.XmlString |
xgetStatus()
Gets (as xml) the "status" element
|
org.apache.xmlbeans.XmlString |
xgetTestStepId()
Gets (as xml) the "testStepId" element
|
void |
xsetStatus(org.apache.xmlbeans.XmlString status)
Sets (as xml) the "status" element
|
void |
xsetTestStepId(org.apache.xmlbeans.XmlString testStepId)
Sets (as xml) the "testStepId" element
|
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 getTestStepId()
org.apache.xmlbeans.XmlString xgetTestStepId()
void setTestStepId(String testStepId)
void xsetTestStepId(org.apache.xmlbeans.XmlString testStepId)
String getStatus()
org.apache.xmlbeans.XmlString xgetStatus()
void setStatus(String status)
void xsetStatus(org.apache.xmlbeans.XmlString status)
BreakPointPropertiesConfig getProperties()
void setProperties(BreakPointPropertiesConfig properties)
BreakPointPropertiesConfig addNewProperties()
Copyright © 2019. All Rights Reserved.