public interface AssertionEntryConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AssertionEntryConfig.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 |
---|---|
TestAssertionConfig |
addNewAssertion()
Appends and returns a new empty "assertion" element
|
TestAssertionConfig |
getAssertion()
Gets the "assertion" element
|
String |
getId()
Gets the "id" element
|
boolean |
getIsGroup()
Gets the "isGroup" element
|
String |
getPropertyName()
Gets the "propertyName" element
|
String |
getSourceId()
Gets the "sourceId" element
|
void |
setAssertion(TestAssertionConfig assertion)
Sets the "assertion" element
|
void |
setId(String id)
Sets the "id" element
|
void |
setIsGroup(boolean isGroup)
Sets the "isGroup" element
|
void |
setPropertyName(String propertyName)
Sets the "propertyName" element
|
void |
setSourceId(String sourceId)
Sets the "sourceId" element
|
org.apache.xmlbeans.XmlString |
xgetId()
Gets (as xml) the "id" element
|
org.apache.xmlbeans.XmlBoolean |
xgetIsGroup()
Gets (as xml) the "isGroup" element
|
org.apache.xmlbeans.XmlString |
xgetPropertyName()
Gets (as xml) the "propertyName" element
|
org.apache.xmlbeans.XmlString |
xgetSourceId()
Gets (as xml) the "sourceId" element
|
void |
xsetId(org.apache.xmlbeans.XmlString id)
Sets (as xml) the "id" element
|
void |
xsetIsGroup(org.apache.xmlbeans.XmlBoolean isGroup)
Sets (as xml) the "isGroup" element
|
void |
xsetPropertyName(org.apache.xmlbeans.XmlString propertyName)
Sets (as xml) the "propertyName" element
|
void |
xsetSourceId(org.apache.xmlbeans.XmlString sourceId)
Sets (as xml) the "sourceId" 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 getId()
org.apache.xmlbeans.XmlString xgetId()
void setId(String id)
void xsetId(org.apache.xmlbeans.XmlString id)
boolean getIsGroup()
org.apache.xmlbeans.XmlBoolean xgetIsGroup()
void setIsGroup(boolean isGroup)
void xsetIsGroup(org.apache.xmlbeans.XmlBoolean isGroup)
String getSourceId()
org.apache.xmlbeans.XmlString xgetSourceId()
void setSourceId(String sourceId)
void xsetSourceId(org.apache.xmlbeans.XmlString sourceId)
String getPropertyName()
org.apache.xmlbeans.XmlString xgetPropertyName()
void setPropertyName(String propertyName)
void xsetPropertyName(org.apache.xmlbeans.XmlString propertyName)
TestAssertionConfig getAssertion()
void setAssertion(TestAssertionConfig assertion)
TestAssertionConfig addNewAssertion()
Copyright © 2019. All Rights Reserved.