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.
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.qameta.allure.model
|
public ObjectFactory()
public TestRunResult createTestRunResult()
TestRunResultpublic TestResultContainer createTestResultContainer()
TestResultContainerpublic TestResult createTestResult()
TestResultpublic StepResult createStepResult()
StepResultpublic FixtureResult createFixtureResult()
FixtureResultpublic Attachment createAttachment()
Attachmentpublic StatusDetails createStatusDetails()
StatusDetailspublic JAXBElement<TestRunResult> createTestRunResult(TestRunResult value)
public JAXBElement<TestResultContainer> createTestResultContainer(TestResultContainer value)
public JAXBElement<TestResult> createTestResult(TestResult value)
public JAXBElement<StepResult> createStepResult(StepResult value)
public JAXBElement<FixtureResult> createFixtureResult(FixtureResult value)
public JAXBElement<Attachment> createAttachment(Attachment value)
public JAXBElement<Parameter> createParameter(Parameter value)
public JAXBElement<Label> createLabel(Label value)
public JAXBElement<Link> createLink(Link value)
public JAXBElement<StatusDetails> createStatusDetails(StatusDetails value)
Copyright © 2017 qameta.io. All rights reserved.