java.lang.Object
com.buschmais.jqassistant.plugin.junit.impl.schema.ObjectFactory

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.7", date="2024-08-12T09:04:27Z") public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.buschmais.jqassistant.plugin.junit.impl.schema package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

  • Constructor Details

    • ObjectFactory

      public ObjectFactory()
      Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.buschmais.jqassistant.plugin.junit.impl.schema
  • Method Details

    • createFailure

      public Failure createFailure()
      Create an instance of Failure
    • createError

      public Error createError()
      Create an instance of Error
    • createProperties

      public Properties createProperties()
      Create an instance of Properties
    • createProperty

      public Property createProperty()
      Create an instance of Property
    • createTestcase

      public Testcase createTestcase()
      Create an instance of Testcase
    • createTestsuite

      public Testsuite createTestsuite()
      Create an instance of Testsuite
    • createTestsuites

      public Testsuites createTestsuites()
      Create an instance of Testsuites
    • createSkipped

      public javax.xml.bind.JAXBElement<String> createSkipped(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createSystemErr

      public javax.xml.bind.JAXBElement<String> createSystemErr(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>
    • createSystemOut

      public javax.xml.bind.JAXBElement<String> createSystemOut(String value)
      Create an instance of JAXBElement<String>
      Parameters:
      value - Java instance representing xml element's value.
      Returns:
      the new instance of JAXBElement<String>