Interface TestCase.Files

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
TestCaseImpl.FilesImpl
Enclosing interface:
TestCase

public static interface TestCase.Files extends XmlObject
An XML files(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
  • Field Details

  • Method Details

    • getFileList

      List<FileDesc> getFileList()
      Gets a List of "file" elements
    • getFileArray

      FileDesc[] getFileArray()
      Gets array of all "file" elements
    • getFileArray

      FileDesc getFileArray(int i)
      Gets ith "file" element
    • sizeOfFileArray

      int sizeOfFileArray()
      Returns number of "file" element
    • setFileArray

      void setFileArray(FileDesc[] fileArray)
      Sets array of all "file" element
    • setFileArray

      void setFileArray(int i, FileDesc file)
      Sets ith "file" element
    • insertNewFile

      FileDesc insertNewFile(int i)
      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