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: org.docascode.api.core.chrono.generated
|
Modifier and Type | Method and Description |
---|---|
Artifact |
createArtifact()
Create an instance of
Artifact |
Artifacts |
createArtifacts()
Create an instance of
Artifacts |
Artifacts.Artifact |
createArtifactsArtifact()
Create an instance of
Artifacts.Artifact |
AttachedArtifacts |
createAttachedArtifacts()
Create an instance of
AttachedArtifacts |
AttachedArtifacts.Attach |
createAttachedArtifactsAttach()
Create an instance of
AttachedArtifacts.Attach |
BaseArtifact |
createBaseArtifact()
Create an instance of
BaseArtifact |
Delivery |
createDelivery()
Create an instance of
Delivery |
Maven |
createMaven()
Create an instance of
Maven |
Outputs |
createOutputs()
Create an instance of
Outputs |
Outputs.Output |
createOutputsOutput()
Create an instance of
Outputs.Output |
public ObjectFactory()
public AttachedArtifacts createAttachedArtifacts()
AttachedArtifacts
public BaseArtifact createBaseArtifact()
BaseArtifact
public AttachedArtifacts.Attach createAttachedArtifactsAttach()
AttachedArtifacts.Attach
public Outputs.Output createOutputsOutput()
Outputs.Output
public Artifacts.Artifact createArtifactsArtifact()
Artifacts.Artifact
Copyright © 2019. All rights reserved.