Interface TestCase
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
TestCaseImpl
An XML test-case(@http://www.bea.com/2003/05/xmlbean/ltgfmt).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceAn XML files(@http://www.bea.com/2003/05/xmlbean/ltgfmt). -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "files" elementGets the "description" elementgetFiles()Gets the "files" elementgetId()Gets the "id" attributebooleanGets the "modified" attributeGets the "origin" attributebooleanTrue if has "description" elementbooleanisSetId()True if has "id" attributebooleanTrue if has "modified" attributebooleanTrue if has "origin" attributevoidsetDescription(String description) Sets the "description" elementvoidsetFiles(TestCase.Files files) Sets the "files" elementvoidSets the "id" attributevoidsetModified(boolean modified) Sets the "modified" attributevoidSets the "origin" attributevoidUnsets the "description" elementvoidunsetId()Unsets the "id" attributevoidUnsets the "modified" attributevoidUnsets the "origin" attributeGets (as xml) the "description" elementxgetId()Gets (as xml) the "id" attributeGets (as xml) the "modified" attributeGets (as xml) the "origin" attributevoidxsetDescription(XmlString description) Sets (as xml) the "description" elementvoidSets (as xml) the "id" attributevoidxsetModified(XmlBoolean modified) Sets (as xml) the "modified" attributevoidxsetOrigin(XmlToken origin) Sets (as xml) the "origin" attributeMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getDescription
String getDescription()Gets the "description" element -
xgetDescription
XmlString xgetDescription()Gets (as xml) the "description" element -
isSetDescription
boolean isSetDescription()True if has "description" element -
setDescription
Sets the "description" element -
xsetDescription
Sets (as xml) the "description" element -
unsetDescription
void unsetDescription()Unsets the "description" element -
getFiles
TestCase.Files getFiles()Gets the "files" element -
setFiles
Sets the "files" element -
addNewFiles
TestCase.Files addNewFiles()Appends and returns a new empty "files" element -
getId
String getId()Gets the "id" attribute -
xgetId
XmlID xgetId()Gets (as xml) the "id" attribute -
isSetId
boolean isSetId()True if has "id" attribute -
setId
Sets the "id" attribute -
xsetId
Sets (as xml) the "id" attribute -
unsetId
void unsetId()Unsets the "id" attribute -
getOrigin
String getOrigin()Gets the "origin" attribute -
xgetOrigin
XmlToken xgetOrigin()Gets (as xml) the "origin" attribute -
isSetOrigin
boolean isSetOrigin()True if has "origin" attribute -
setOrigin
Sets the "origin" attribute -
xsetOrigin
Sets (as xml) the "origin" attribute -
unsetOrigin
void unsetOrigin()Unsets the "origin" attribute -
getModified
boolean getModified()Gets the "modified" attribute -
xgetModified
XmlBoolean xgetModified()Gets (as xml) the "modified" attribute -
isSetModified
boolean isSetModified()True if has "modified" attribute -
setModified
void setModified(boolean modified) Sets the "modified" attribute -
xsetModified
Sets (as xml) the "modified" attribute -
unsetModified
void unsetModified()Unsets the "modified" attribute
-