public interface AssertionResults
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AssertionResults.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
AssertionResults.Type
An XML type(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
boolean |
getAssertionDescription()
Gets the "assertionDescription" attribute
|
boolean |
getFailureDetail()
Gets the "failureDetail" attribute
|
boolean |
getFailureMessage()
Gets the "failureMessage" attribute
|
boolean |
getMessageEntry()
Gets the "messageEntry" attribute
|
AssertionResults.Type.Enum |
getType()
Gets the "type" attribute
|
boolean |
isSetAssertionDescription()
True if has "assertionDescription" attribute
|
boolean |
isSetFailureDetail()
True if has "failureDetail" attribute
|
boolean |
isSetFailureMessage()
True if has "failureMessage" attribute
|
boolean |
isSetMessageEntry()
True if has "messageEntry" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
void |
setAssertionDescription(boolean assertionDescription)
Sets the "assertionDescription" attribute
|
void |
setFailureDetail(boolean failureDetail)
Sets the "failureDetail" attribute
|
void |
setFailureMessage(boolean failureMessage)
Sets the "failureMessage" attribute
|
void |
setMessageEntry(boolean messageEntry)
Sets the "messageEntry" attribute
|
void |
setType(AssertionResults.Type.Enum type)
Sets the "type" attribute
|
void |
unsetAssertionDescription()
Unsets the "assertionDescription" attribute
|
void |
unsetFailureDetail()
Unsets the "failureDetail" attribute
|
void |
unsetFailureMessage()
Unsets the "failureMessage" attribute
|
void |
unsetMessageEntry()
Unsets the "messageEntry" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAssertionDescription()
Gets (as xml) the "assertionDescription" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetFailureDetail()
Gets (as xml) the "failureDetail" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetFailureMessage()
Gets (as xml) the "failureMessage" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetMessageEntry()
Gets (as xml) the "messageEntry" attribute
|
AssertionResults.Type |
xgetType()
Gets (as xml) the "type" attribute
|
void |
xsetAssertionDescription(org.apache.xmlbeans.XmlBoolean assertionDescription)
Sets (as xml) the "assertionDescription" attribute
|
void |
xsetFailureDetail(org.apache.xmlbeans.XmlBoolean failureDetail)
Sets (as xml) the "failureDetail" attribute
|
void |
xsetFailureMessage(org.apache.xmlbeans.XmlBoolean failureMessage)
Sets (as xml) the "failureMessage" attribute
|
void |
xsetMessageEntry(org.apache.xmlbeans.XmlBoolean messageEntry)
Sets (as xml) the "messageEntry" attribute
|
void |
xsetType(AssertionResults.Type type)
Sets (as xml) the "type" 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
AssertionResults.Type.Enum getType()
AssertionResults.Type xgetType()
boolean isSetType()
void setType(AssertionResults.Type.Enum type)
void xsetType(AssertionResults.Type type)
void unsetType()
boolean getMessageEntry()
org.apache.xmlbeans.XmlBoolean xgetMessageEntry()
boolean isSetMessageEntry()
void setMessageEntry(boolean messageEntry)
void xsetMessageEntry(org.apache.xmlbeans.XmlBoolean messageEntry)
void unsetMessageEntry()
boolean getAssertionDescription()
org.apache.xmlbeans.XmlBoolean xgetAssertionDescription()
boolean isSetAssertionDescription()
void setAssertionDescription(boolean assertionDescription)
void xsetAssertionDescription(org.apache.xmlbeans.XmlBoolean assertionDescription)
void unsetAssertionDescription()
boolean getFailureMessage()
org.apache.xmlbeans.XmlBoolean xgetFailureMessage()
boolean isSetFailureMessage()
void setFailureMessage(boolean failureMessage)
void xsetFailureMessage(org.apache.xmlbeans.XmlBoolean failureMessage)
void unsetFailureMessage()
boolean getFailureDetail()
org.apache.xmlbeans.XmlBoolean xgetFailureDetail()
boolean isSetFailureDetail()
void setFailureDetail(boolean failureDetail)
void xsetFailureDetail(org.apache.xmlbeans.XmlBoolean failureDetail)
void unsetFailureDetail()
Copyright © 2019. All Rights Reserved.