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.purl.wf4ever.roevo.jaxb
|
Modifier and Type | Method and Description |
---|---|
Change |
createChange()
Create an instance of
Change |
ChangeSpecification |
createChangeSpecification()
Create an instance of
ChangeSpecification |
ChangeSpecification.HasChange |
createChangeSpecificationHasChange()
Create an instance of
ChangeSpecification.HasChange |
RoEvoDocument |
createRoEvoDocument()
Create an instance of
RoEvoDocument |
VersionableResource |
createVersionableResource()
Create an instance of
VersionableResource |
VersionableResource.WasChangedBy |
createVersionableResourceWasChangedBy()
Create an instance of
VersionableResource.WasChangedBy |
public ObjectFactory()
public VersionableResource createVersionableResource()
VersionableResource
public ChangeSpecification createChangeSpecification()
ChangeSpecification
public VersionableResource.WasChangedBy createVersionableResourceWasChangedBy()
VersionableResource.WasChangedBy
public ChangeSpecification.HasChange createChangeSpecificationHasChange()
ChangeSpecification.HasChange
public RoEvoDocument createRoEvoDocument()
RoEvoDocument
Copyright © 2014 myGrid. All rights reserved.