org.openprovenance.model
Class ObjectFactory

java.lang.Object
  extended by org.openprovenance.model.ObjectFactory
Direct Known Subclasses:
RdfObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.openprovenance.model package.

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 Summary
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openprovenance.model
 
Method Summary
 Account createAccount()
          Create an instance of Account
 AccountRef createAccountRef()
          Create an instance of AccountRef
 Accounts createAccounts()
          Create an instance of Accounts
 Agent createAgent()
          Create an instance of Agent
 AgentRef createAgentRef()
          Create an instance of AgentRef
 Agents createAgents()
          Create an instance of Agents
 Annotation createAnnotation()
          Create an instance of Annotation
 javax.xml.bind.JAXBElement<EmbeddedAnnotation> createAnnotation(EmbeddedAnnotation value)
          Create an instance of JAXBElement<EmbeddedAnnotation>}
 AnnotationRef createAnnotationRef()
          Create an instance of AnnotationRef
 Annotations createAnnotations()
          Create an instance of Annotations
 Artifact createArtifact()
          Create an instance of Artifact
 ArtifactRef createArtifactRef()
          Create an instance of ArtifactRef
 Artifacts createArtifacts()
          Create an instance of Artifacts
 Dependencies createDependencies()
          Create an instance of Dependencies
 DependencyRef createDependencyRef()
          Create an instance of DependencyRef
 EmbeddedAnnotation createEmbeddedAnnotation()
          Create an instance of EmbeddedAnnotation
 Label createLabel()
          Create an instance of Label
 javax.xml.bind.JAXBElement<Label> createLabel(Label value)
          Create an instance of JAXBElement<Label>}
 OPMGraph createOPMGraph()
          Create an instance of OPMGraph
 javax.xml.bind.JAXBElement<OPMGraph> createOpmGraph(OPMGraph value)
          Create an instance of JAXBElement<OPMGraph>}
 OPMGraphRef createOPMGraphRef()
          Create an instance of OPMGraphRef
 OTime createOTime()
          Create an instance of OTime
 Overlaps createOverlaps()
          Create an instance of Overlaps
 PName createPName()
          Create an instance of PName
 javax.xml.bind.JAXBElement<PName> createPname(PName value)
          Create an instance of JAXBElement<PName>}
 Process createProcess()
          Create an instance of Process
 Processes createProcesses()
          Create an instance of Processes
 ProcessRef createProcessRef()
          Create an instance of ProcessRef
 Profile createProfile()
          Create an instance of Profile
 javax.xml.bind.JAXBElement<Profile> createProfile(Profile value)
          Create an instance of JAXBElement<Profile>}
 Property createProperty()
          Create an instance of Property
 Role createRole()
          Create an instance of Role
 RoleRef createRoleRef()
          Create an instance of RoleRef
 Type createType()
          Create an instance of Type
 javax.xml.bind.JAXBElement<Type> createType(Type value)
          Create an instance of JAXBElement<Type>}
 Used createUsed()
          Create an instance of Used
 UsedStar createUsedStar()
          Create an instance of UsedStar
 Value createValue()
          Create an instance of Value
 javax.xml.bind.JAXBElement<Value> createValue(Value value)
          Create an instance of JAXBElement<Value>}
 WasControlledBy createWasControlledBy()
          Create an instance of WasControlledBy
 WasDerivedFrom createWasDerivedFrom()
          Create an instance of WasDerivedFrom
 WasDerivedFromStar createWasDerivedFromStar()
          Create an instance of WasDerivedFromStar
 WasGeneratedBy createWasGeneratedBy()
          Create an instance of WasGeneratedBy
 WasGeneratedByStar createWasGeneratedByStar()
          Create an instance of WasGeneratedByStar
 WasTriggeredBy createWasTriggeredBy()
          Create an instance of WasTriggeredBy
 WasTriggeredByStar createWasTriggeredByStar()
          Create an instance of WasTriggeredByStar
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.openprovenance.model

Method Detail

createProcess

public Process createProcess()
Create an instance of Process


createAgents

public Agents createAgents()
Create an instance of Agents


createAgent

public Agent createAgent()
Create an instance of Agent


createArtifact

public Artifact createArtifact()
Create an instance of Artifact


createUsedStar

public UsedStar createUsedStar()
Create an instance of UsedStar


createOPMGraphRef

public OPMGraphRef createOPMGraphRef()
Create an instance of OPMGraphRef


createWasDerivedFromStar

public WasDerivedFromStar createWasDerivedFromStar()
Create an instance of WasDerivedFromStar


createPName

public PName createPName()
Create an instance of PName


createAccountRef

public AccountRef createAccountRef()
Create an instance of AccountRef


createWasGeneratedByStar

public WasGeneratedByStar createWasGeneratedByStar()
Create an instance of WasGeneratedByStar


createAccounts

public Accounts createAccounts()
Create an instance of Accounts


createProcesses

public Processes createProcesses()
Create an instance of Processes


createProcessRef

public ProcessRef createProcessRef()
Create an instance of ProcessRef


createProperty

public Property createProperty()
Create an instance of Property


createDependencies

public Dependencies createDependencies()
Create an instance of Dependencies


createUsed

public Used createUsed()
Create an instance of Used


createWasControlledBy

public WasControlledBy createWasControlledBy()
Create an instance of WasControlledBy


createValue

public Value createValue()
Create an instance of Value


createRoleRef

public RoleRef createRoleRef()
Create an instance of RoleRef


createAnnotations

public Annotations createAnnotations()
Create an instance of Annotations


createAnnotationRef

public AnnotationRef createAnnotationRef()
Create an instance of AnnotationRef


createAgentRef

public AgentRef createAgentRef()
Create an instance of AgentRef


createOPMGraph

public OPMGraph createOPMGraph()
Create an instance of OPMGraph


createWasTriggeredBy

public WasTriggeredBy createWasTriggeredBy()
Create an instance of WasTriggeredBy


createOverlaps

public Overlaps createOverlaps()
Create an instance of Overlaps


createAccount

public Account createAccount()
Create an instance of Account


createEmbeddedAnnotation

public EmbeddedAnnotation createEmbeddedAnnotation()
Create an instance of EmbeddedAnnotation


createProfile

public Profile createProfile()
Create an instance of Profile


createType

public Type createType()
Create an instance of Type


createAnnotation

public Annotation createAnnotation()
Create an instance of Annotation


createWasGeneratedBy

public WasGeneratedBy createWasGeneratedBy()
Create an instance of WasGeneratedBy


createWasDerivedFrom

public WasDerivedFrom createWasDerivedFrom()
Create an instance of WasDerivedFrom


createOTime

public OTime createOTime()
Create an instance of OTime


createArtifacts

public Artifacts createArtifacts()
Create an instance of Artifacts


createLabel

public Label createLabel()
Create an instance of Label


createWasTriggeredByStar

public WasTriggeredByStar createWasTriggeredByStar()
Create an instance of WasTriggeredByStar


createDependencyRef

public DependencyRef createDependencyRef()
Create an instance of DependencyRef


createArtifactRef

public ArtifactRef createArtifactRef()
Create an instance of ArtifactRef


createRole

public Role createRole()
Create an instance of Role


createAnnotation

public javax.xml.bind.JAXBElement<EmbeddedAnnotation> createAnnotation(EmbeddedAnnotation value)
Create an instance of JAXBElement<EmbeddedAnnotation>}


createType

public javax.xml.bind.JAXBElement<Type> createType(Type value)
Create an instance of JAXBElement<Type>}


createProfile

public javax.xml.bind.JAXBElement<Profile> createProfile(Profile value)
Create an instance of JAXBElement<Profile>}


createValue

public javax.xml.bind.JAXBElement<Value> createValue(Value value)
Create an instance of JAXBElement<Value>}


createPname

public javax.xml.bind.JAXBElement<PName> createPname(PName value)
Create an instance of JAXBElement<PName>}


createOpmGraph

public javax.xml.bind.JAXBElement<OPMGraph> createOpmGraph(OPMGraph value)
Create an instance of JAXBElement<OPMGraph>}


createLabel

public javax.xml.bind.JAXBElement<Label> createLabel(Label value)
Create an instance of JAXBElement<Label>}



Copyright © 2011. All Rights Reserved.