public interface Configuration
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Configuration.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 |
---|---|
AssertionResults |
addNewAssertionResults()
Appends and returns a new empty "assertionResults" element
|
Description |
addNewDescription()
Appends and returns a new empty "description" element
|
LogFile |
addNewLogFile()
Appends and returns a new empty "logFile" element
|
ReportFile |
addNewReportFile()
Appends and returns a new empty "reportFile" element
|
UddiReference |
addNewUddiReference()
Appends and returns a new empty "uddiReference" element
|
WsdlReference |
addNewWsdlReference()
Appends and returns a new empty "wsdlReference" element
|
AssertionResults |
getAssertionResults()
Gets the "assertionResults" element
|
Description |
getDescription()
Gets the "description" element
|
LogFile |
getLogFile()
Gets the "logFile" element
|
String |
getName()
Gets the "name" attribute
|
ReportFile |
getReportFile()
Gets the "reportFile" element
|
String |
getTestAssertionsFile()
Gets the "testAssertionsFile" element
|
UddiReference |
getUddiReference()
Gets the "uddiReference" element
|
boolean |
getVerbose()
Gets the "verbose" element
|
WsdlReference |
getWsdlReference()
Gets the "wsdlReference" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetLogFile()
True if has "logFile" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetUddiReference()
True if has "uddiReference" element
|
boolean |
isSetVerbose()
True if has "verbose" element
|
boolean |
isSetWsdlReference()
True if has "wsdlReference" element
|
void |
setAssertionResults(AssertionResults assertionResults)
Sets the "assertionResults" element
|
void |
setDescription(Description description)
Sets the "description" element
|
void |
setLogFile(LogFile logFile)
Sets the "logFile" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setReportFile(ReportFile reportFile)
Sets the "reportFile" element
|
void |
setTestAssertionsFile(String testAssertionsFile)
Sets the "testAssertionsFile" element
|
void |
setUddiReference(UddiReference uddiReference)
Sets the "uddiReference" element
|
void |
setVerbose(boolean verbose)
Sets the "verbose" element
|
void |
setWsdlReference(WsdlReference wsdlReference)
Sets the "wsdlReference" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetLogFile()
Unsets the "logFile" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetUddiReference()
Unsets the "uddiReference" element
|
void |
unsetVerbose()
Unsets the "verbose" element
|
void |
unsetWsdlReference()
Unsets the "wsdlReference" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlAnyURI |
xgetTestAssertionsFile()
Gets (as xml) the "testAssertionsFile" element
|
org.apache.xmlbeans.XmlBoolean |
xgetVerbose()
Gets (as xml) the "verbose" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetTestAssertionsFile(org.apache.xmlbeans.XmlAnyURI testAssertionsFile)
Sets (as xml) the "testAssertionsFile" element
|
void |
xsetVerbose(org.apache.xmlbeans.XmlBoolean verbose)
Sets (as xml) the "verbose" 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
Description getDescription()
boolean isSetDescription()
void setDescription(Description description)
Description addNewDescription()
void unsetDescription()
boolean getVerbose()
org.apache.xmlbeans.XmlBoolean xgetVerbose()
boolean isSetVerbose()
void setVerbose(boolean verbose)
void xsetVerbose(org.apache.xmlbeans.XmlBoolean verbose)
void unsetVerbose()
AssertionResults getAssertionResults()
void setAssertionResults(AssertionResults assertionResults)
AssertionResults addNewAssertionResults()
ReportFile getReportFile()
void setReportFile(ReportFile reportFile)
ReportFile addNewReportFile()
String getTestAssertionsFile()
org.apache.xmlbeans.XmlAnyURI xgetTestAssertionsFile()
void setTestAssertionsFile(String testAssertionsFile)
void xsetTestAssertionsFile(org.apache.xmlbeans.XmlAnyURI testAssertionsFile)
LogFile getLogFile()
boolean isSetLogFile()
void setLogFile(LogFile logFile)
LogFile addNewLogFile()
void unsetLogFile()
WsdlReference getWsdlReference()
boolean isSetWsdlReference()
void setWsdlReference(WsdlReference wsdlReference)
WsdlReference addNewWsdlReference()
void unsetWsdlReference()
UddiReference getUddiReference()
boolean isSetUddiReference()
void setUddiReference(UddiReference uddiReference)
UddiReference addNewUddiReference()
void unsetUddiReference()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
Copyright © 2019. All Rights Reserved.