public interface Testcase
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Testcase.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 |
---|---|
ErrorDocument.Error |
addNewError()
Appends and returns a new empty "error" element
|
FailureDocument.Failure |
addNewFailure()
Appends and returns a new empty "failure" element
|
Properties |
addNewProperties()
Appends and returns a new empty "properties" element
|
ErrorDocument.Error |
getError()
Gets the "error" element
|
FailureDocument.Failure |
getFailure()
Gets the "failure" element
|
String |
getName()
Gets the "name" attribute
|
String |
getPackage()
Gets the "package" attribute
|
Properties |
getProperties()
Gets the "properties" element
|
String |
getTime()
Gets the "time" attribute
|
boolean |
isSetError()
True if has "error" element
|
boolean |
isSetFailure()
True if has "failure" element
|
boolean |
isSetName()
True if has "name" attribute
|
boolean |
isSetPackage()
True if has "package" attribute
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetTime()
True if has "time" attribute
|
void |
setError(ErrorDocument.Error error)
Sets the "error" element
|
void |
setFailure(FailureDocument.Failure failure)
Sets the "failure" element
|
void |
setName(String name)
Sets the "name" attribute
|
void |
setPackage(String xpackage)
Sets the "package" attribute
|
void |
setProperties(Properties properties)
Sets the "properties" element
|
void |
setTime(String time)
Sets the "time" attribute
|
void |
unsetError()
Unsets the "error" element
|
void |
unsetFailure()
Unsets the "failure" element
|
void |
unsetName()
Unsets the "name" attribute
|
void |
unsetPackage()
Unsets the "package" attribute
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetTime()
Unsets the "time" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" attribute
|
org.apache.xmlbeans.XmlString |
xgetPackage()
Gets (as xml) the "package" attribute
|
org.apache.xmlbeans.XmlString |
xgetTime()
Gets (as xml) the "time" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute
|
void |
xsetPackage(org.apache.xmlbeans.XmlString xpackage)
Sets (as xml) the "package" attribute
|
void |
xsetTime(org.apache.xmlbeans.XmlString time)
Sets (as xml) the "time" 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
Properties getProperties()
boolean isSetProperties()
void setProperties(Properties properties)
Properties addNewProperties()
void unsetProperties()
FailureDocument.Failure getFailure()
boolean isSetFailure()
void setFailure(FailureDocument.Failure failure)
FailureDocument.Failure addNewFailure()
void unsetFailure()
ErrorDocument.Error getError()
boolean isSetError()
void setError(ErrorDocument.Error error)
ErrorDocument.Error addNewError()
void unsetError()
String getName()
org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
String getTime()
org.apache.xmlbeans.XmlString xgetTime()
boolean isSetTime()
void setTime(String time)
void xsetTime(org.apache.xmlbeans.XmlString time)
void unsetTime()
String getPackage()
org.apache.xmlbeans.XmlString xgetPackage()
boolean isSetPackage()
void setPackage(String xpackage)
void xsetPackage(org.apache.xmlbeans.XmlString xpackage)
void unsetPackage()
Copyright © 2019. All Rights Reserved.