Interface TestCase

  • All Superinterfaces:
    XmlObject, XmlTokenSource
    All Known Implementing Classes:
    TestCaseImpl

    public interface TestCase
    extends XmlObject
    An XML test-case(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
    • Method Detail

      • getDescription

        java.lang.String getDescription()
        Gets the "description" element
      • xgetDescription

        XmlString xgetDescription()
        Gets (as xml) the "description" element
      • isSetDescription

        boolean isSetDescription()
        True if has "description" element
      • setDescription

        void setDescription​(java.lang.String description)
        Sets the "description" element
      • xsetDescription

        void xsetDescription​(XmlString description)
        Sets (as xml) the "description" element
      • unsetDescription

        void unsetDescription()
        Unsets the "description" element
      • setFiles

        void setFiles​(TestCase.Files files)
        Sets the "files" element
      • addNewFiles

        TestCase.Files addNewFiles()
        Appends and returns a new empty "files" element
      • getId

        java.lang.String getId()
        Gets the "id" attribute
      • xgetId

        XmlID xgetId()
        Gets (as xml) the "id" attribute
      • isSetId

        boolean isSetId()
        True if has "id" attribute
      • setId

        void setId​(java.lang.String id)
        Sets the "id" attribute
      • xsetId

        void xsetId​(XmlID id)
        Sets (as xml) the "id" attribute
      • unsetId

        void unsetId()
        Unsets the "id" attribute
      • getOrigin

        java.lang.String getOrigin()
        Gets the "origin" attribute
      • xgetOrigin

        XmlToken xgetOrigin()
        Gets (as xml) the "origin" attribute
      • isSetOrigin

        boolean isSetOrigin()
        True if has "origin" attribute
      • setOrigin

        void setOrigin​(java.lang.String origin)
        Sets the "origin" attribute
      • xsetOrigin

        void xsetOrigin​(XmlToken origin)
        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

        void xsetModified​(XmlBoolean modified)
        Sets (as xml) the "modified" attribute
      • unsetModified

        void unsetModified()
        Unsets the "modified" attribute