Class ObjectFactory
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-08T15:42:35Z")
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 Summary
ConstructorsConstructorDescriptionCreate 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 Summary
Modifier and TypeMethodDescriptionCreate an instance ofErrorCreate an instance ofFailureCreate an instance ofPropertiesCreate an instance ofPropertyjavax.xml.bind.JAXBElement<String>createSkipped(String value) javax.xml.bind.JAXBElement<String>createSystemErr(String value) javax.xml.bind.JAXBElement<String>createSystemOut(String value) Create an instance ofTestcaseCreate an instance ofTestsuiteCreate an instance ofTestsuites
-
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
Create an instance ofFailure -
createError
Create an instance ofError -
createProperties
Create an instance ofProperties -
createProperty
Create an instance ofProperty -
createTestcase
Create an instance ofTestcase -
createTestsuite
Create an instance ofTestsuite -
createTestsuites
Create an instance ofTestsuites -
createSkipped
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSystemErr
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-
createSystemOut
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<String>
-