org.openprovenance.model.printer
Class ObjectFactory

java.lang.Object
  extended by org.openprovenance.model.printer.ObjectFactory

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.printer 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.printer
 
Method Summary
 AccountColorMapEntry createAccountColorMapEntry()
          Create an instance of AccountColorMapEntry
 AccountMap createAccountMap()
          Create an instance of AccountMap
 AgentMap createAgentMap()
          Create an instance of AgentMap
 AgentMapEntry createAgentMapEntry()
          Create an instance of AgentMapEntry
 ArtifactMap createArtifactMap()
          Create an instance of ArtifactMap
 ArtifactMapEntry createArtifactMapEntry()
          Create an instance of ArtifactMapEntry
 javax.xml.bind.JAXBElement<OPMPrinterConfiguration> createConfiguration(OPMPrinterConfiguration value)
          Create an instance of JAXBElement<OPMPrinterConfiguration>}
 EdgeStyleMap createEdgeStyleMap()
          Create an instance of EdgeStyleMap
 EdgeStyleMapEntry createEdgeStyleMapEntry()
          Create an instance of EdgeStyleMapEntry
 Map createMap()
          Create an instance of Map
 MapEntry createMapEntry()
          Create an instance of MapEntry
 OPMPrinterConfiguration createOPMPrinterConfiguration()
          Create an instance of OPMPrinterConfiguration
 ProcessMap createProcessMap()
          Create an instance of ProcessMap
 ProcessMapEntry createProcessMapEntry()
          Create an instance of ProcessMapEntry
 
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.printer

Method Detail

createMapEntry

public MapEntry createMapEntry()
Create an instance of MapEntry


createEdgeStyleMapEntry

public EdgeStyleMapEntry createEdgeStyleMapEntry()
Create an instance of EdgeStyleMapEntry


createAccountMap

public AccountMap createAccountMap()
Create an instance of AccountMap


createOPMPrinterConfiguration

public OPMPrinterConfiguration createOPMPrinterConfiguration()
Create an instance of OPMPrinterConfiguration


createAgentMap

public AgentMap createAgentMap()
Create an instance of AgentMap


createAgentMapEntry

public AgentMapEntry createAgentMapEntry()
Create an instance of AgentMapEntry


createArtifactMapEntry

public ArtifactMapEntry createArtifactMapEntry()
Create an instance of ArtifactMapEntry


createArtifactMap

public ArtifactMap createArtifactMap()
Create an instance of ArtifactMap


createProcessMap

public ProcessMap createProcessMap()
Create an instance of ProcessMap


createMap

public Map createMap()
Create an instance of Map


createProcessMapEntry

public ProcessMapEntry createProcessMapEntry()
Create an instance of ProcessMapEntry


createEdgeStyleMap

public EdgeStyleMap createEdgeStyleMap()
Create an instance of EdgeStyleMap


createAccountColorMapEntry

public AccountColorMapEntry createAccountColorMapEntry()
Create an instance of AccountColorMapEntry


createConfiguration

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



Copyright © 2011. All Rights Reserved.