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()
AttachedArtifactspublic BaseArtifact createBaseArtifact()
BaseArtifactpublic AttachedArtifacts.Attach createAttachedArtifactsAttach()
AttachedArtifacts.Attachpublic Outputs.Output createOutputsOutput()
Outputs.Outputpublic Artifacts.Artifact createArtifactsArtifact()
Artifacts.ArtifactCopyright © 2019. All rights reserved.