Interface TestsDocument.Tests
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
TestsDocumentImpl.TestsImpl
- Enclosing interface:
TestsDocument
An XML tests(@http://www.bea.com/2003/05/xmlbean/ltgfmt).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<TestsDocument.Tests> static final SchemaTypeFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "test" elementTestCase[]Gets array of all "test" elementsgetTestArray(int i) Gets ith "test" elementGets a List of "test" elementsinsertNewTest(int i) Inserts and returns a new empty value (as xml) as the ith "test" elementvoidremoveTest(int i) Removes the ith "test" elementvoidsetTestArray(int i, TestCase test) Sets ith "test" elementvoidsetTestArray(TestCase[] testArray) Sets array of all "test" elementintReturns number of "test" elementMethods 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
-
getTestList
Gets a List of "test" elements -
getTestArray
TestCase[] getTestArray()Gets array of all "test" elements -
getTestArray
Gets ith "test" element -
sizeOfTestArray
int sizeOfTestArray()Returns number of "test" element -
setTestArray
Sets array of all "test" element -
setTestArray
Sets ith "test" element -
insertNewTest
Inserts and returns a new empty value (as xml) as the ith "test" element -
addNewTest
TestCase addNewTest()Appends and returns a new empty value (as xml) as the last "test" element -
removeTest
void removeTest(int i) Removes the ith "test" element
-