public class ObjectFactory extends Object
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.
Type | Property and Description |
---|---|
Property |
create
Create an instance of
Property |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
Error |
createError()
Create an instance of
Error |
Failure |
createFailure()
Create an instance of
Failure |
Properties |
createProperties()
Create an instance of
Properties |
Property |
createProperty()
Create an instance of
Property |
JAXBElement<String> |
createSkipped(String value)
|
JAXBElement<String> |
createSystemErr(String value)
|
JAXBElement<String> |
createSystemOut(String value)
|
Testcase |
createTestcase()
Create an instance of
Testcase |
Testsuite |
createTestsuite()
Create an instance of
Testsuite |
Testsuites |
createTestsuites()
Create an instance of
Testsuites |
public ObjectFactory()
public Properties createProperties()
Properties
public Testsuites createTestsuites()
Testsuites
public JAXBElement<String> createSystemErr(String value)
public JAXBElement<String> createSkipped(String value)
public JAXBElement<String> createSystemOut(String value)
Copyright © 2016 buschmais GbR. All rights reserved.