public interface BreakPointPropertiesConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
BreakPointPropertiesConfig.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 |
---|---|
ScriptConfig |
addNewCondition()
Appends and returns a new empty "condition" element
|
ScriptConfig |
getCondition()
Gets the "condition" element
|
boolean |
getConditionEnabled()
Gets the "conditionEnabled" element
|
void |
setCondition(ScriptConfig condition)
Sets the "condition" element
|
void |
setConditionEnabled(boolean conditionEnabled)
Sets the "conditionEnabled" element
|
org.apache.xmlbeans.XmlBoolean |
xgetConditionEnabled()
Gets (as xml) the "conditionEnabled" element
|
void |
xsetConditionEnabled(org.apache.xmlbeans.XmlBoolean conditionEnabled)
Sets (as xml) the "conditionEnabled" 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
boolean getConditionEnabled()
org.apache.xmlbeans.XmlBoolean xgetConditionEnabled()
void setConditionEnabled(boolean conditionEnabled)
void xsetConditionEnabled(org.apache.xmlbeans.XmlBoolean conditionEnabled)
ScriptConfig getCondition()
void setCondition(ScriptConfig condition)
ScriptConfig addNewCondition()
Copyright © 2019. All Rights Reserved.