Interface TestsDocument.Tests

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
TestsDocumentImpl.TestsImpl
Enclosing interface:
TestsDocument

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

  • Method Details

    • getTestList

      List<TestCase> getTestList()
      Gets a List of "test" elements
    • getTestArray

      TestCase[] getTestArray()
      Gets array of all "test" elements
    • getTestArray

      TestCase getTestArray(int i)
      Gets ith "test" element
    • sizeOfTestArray

      int sizeOfTestArray()
      Returns number of "test" element
    • setTestArray

      void setTestArray(TestCase[] testArray)
      Sets array of all "test" element
    • setTestArray

      void setTestArray(int i, TestCase test)
      Sets ith "test" element
    • insertNewTest

      TestCase insertNewTest(int i)
      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