Interface TestCase.Files
- All Superinterfaces:
XmlObject,XmlTokenSource
- All Known Implementing Classes:
TestCaseImpl.FilesImpl
- Enclosing interface:
TestCase
An XML files(@http://www.bea.com/2003/05/xmlbean/ltgfmt).
This is a complex type.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ElementFactory<TestCase.Files> 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 "file" elementFileDesc[]Gets array of all "file" elementsgetFileArray(int i) Gets ith "file" elementGets a List of "file" elementsinsertNewFile(int i) Inserts and returns a new empty value (as xml) as the ith "file" elementvoidremoveFile(int i) Removes the ith "file" elementvoidsetFileArray(int i, FileDesc file) Sets ith "file" elementvoidsetFileArray(FileDesc[] fileArray) Sets array of all "file" elementintReturns number of "file" 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
-
getFileList
Gets a List of "file" elements -
getFileArray
FileDesc[] getFileArray()Gets array of all "file" elements -
getFileArray
Gets ith "file" element -
sizeOfFileArray
int sizeOfFileArray()Returns number of "file" element -
setFileArray
Sets array of all "file" element -
setFileArray
Sets ith "file" element -
insertNewFile
Inserts and returns a new empty value (as xml) as the ith "file" element -
addNewFile
FileDesc addNewFile()Appends and returns a new empty value (as xml) as the last "file" element -
removeFile
void removeFile(int i) Removes the ith "file" element
-