Class TestCaseImpl

All Implemented Interfaces:
Serializable, TypeStoreUser, TestCase, SimpleValue, XmlObject, XmlTokenSource

public class TestCaseImpl extends XmlComplexContentImpl implements TestCase
An XML test-case(@http://www.bea.com/2003/05/xmlbean/ltgfmt). This is a complex type.
See Also:
  • Constructor Details

    • TestCaseImpl

      public TestCaseImpl(SchemaType sType)
  • Method Details

    • getDescription

      public String getDescription()
      Gets the "description" element
      Specified by:
      getDescription in interface TestCase
    • xgetDescription

      public XmlString xgetDescription()
      Gets (as xml) the "description" element
      Specified by:
      xgetDescription in interface TestCase
    • isSetDescription

      public boolean isSetDescription()
      True if has "description" element
      Specified by:
      isSetDescription in interface TestCase
    • setDescription

      public void setDescription(String description)
      Sets the "description" element
      Specified by:
      setDescription in interface TestCase
    • xsetDescription

      public void xsetDescription(XmlString description)
      Sets (as xml) the "description" element
      Specified by:
      xsetDescription in interface TestCase
    • unsetDescription

      public void unsetDescription()
      Unsets the "description" element
      Specified by:
      unsetDescription in interface TestCase
    • getFiles

      public TestCase.Files getFiles()
      Gets the "files" element
      Specified by:
      getFiles in interface TestCase
    • setFiles

      public void setFiles(TestCase.Files files)
      Sets the "files" element
      Specified by:
      setFiles in interface TestCase
    • addNewFiles

      public TestCase.Files addNewFiles()
      Appends and returns a new empty "files" element
      Specified by:
      addNewFiles in interface TestCase
    • getId

      public String getId()
      Gets the "id" attribute
      Specified by:
      getId in interface TestCase
    • xgetId

      public XmlID xgetId()
      Gets (as xml) the "id" attribute
      Specified by:
      xgetId in interface TestCase
    • isSetId

      public boolean isSetId()
      True if has "id" attribute
      Specified by:
      isSetId in interface TestCase
    • setId

      public void setId(String id)
      Sets the "id" attribute
      Specified by:
      setId in interface TestCase
    • xsetId

      public void xsetId(XmlID id)
      Sets (as xml) the "id" attribute
      Specified by:
      xsetId in interface TestCase
    • unsetId

      public void unsetId()
      Unsets the "id" attribute
      Specified by:
      unsetId in interface TestCase
    • getOrigin

      public String getOrigin()
      Gets the "origin" attribute
      Specified by:
      getOrigin in interface TestCase
    • xgetOrigin

      public XmlToken xgetOrigin()
      Gets (as xml) the "origin" attribute
      Specified by:
      xgetOrigin in interface TestCase
    • isSetOrigin

      public boolean isSetOrigin()
      True if has "origin" attribute
      Specified by:
      isSetOrigin in interface TestCase
    • setOrigin

      public void setOrigin(String origin)
      Sets the "origin" attribute
      Specified by:
      setOrigin in interface TestCase
    • xsetOrigin

      public void xsetOrigin(XmlToken origin)
      Sets (as xml) the "origin" attribute
      Specified by:
      xsetOrigin in interface TestCase
    • unsetOrigin

      public void unsetOrigin()
      Unsets the "origin" attribute
      Specified by:
      unsetOrigin in interface TestCase
    • getModified

      public boolean getModified()
      Gets the "modified" attribute
      Specified by:
      getModified in interface TestCase
    • xgetModified

      public XmlBoolean xgetModified()
      Gets (as xml) the "modified" attribute
      Specified by:
      xgetModified in interface TestCase
    • isSetModified

      public boolean isSetModified()
      True if has "modified" attribute
      Specified by:
      isSetModified in interface TestCase
    • setModified

      public void setModified(boolean modified)
      Sets the "modified" attribute
      Specified by:
      setModified in interface TestCase
    • xsetModified

      public void xsetModified(XmlBoolean modified)
      Sets (as xml) the "modified" attribute
      Specified by:
      xsetModified in interface TestCase
    • unsetModified

      public void unsetModified()
      Unsets the "modified" attribute
      Specified by:
      unsetModified in interface TestCase