com.evolveum.midpoint.xml.ns._public.communication.workflow_1
Class ObjectFactory

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.communication.workflow_1.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the com.evolveum.midpoint.xml.ns._public.communication.workflow_1 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: com.evolveum.midpoint.xml.ns._public.communication.workflow_1
 
Method Summary
 javax.xml.bind.JAXBElement<WfProcessInstanceEventType> createWfProcessInstanceEvent(WfProcessInstanceEventType value)
          Create an instance of JAXBElement<WfProcessInstanceEventType>}
 WfProcessInstanceEventType createWfProcessInstanceEventType()
          Create an instance of WfProcessInstanceEventType
 javax.xml.bind.JAXBElement<WfProcessInstanceFinishedEventType> createWfProcessInstanceFinishedEvent(WfProcessInstanceFinishedEventType value)
          Create an instance of JAXBElement<WfProcessInstanceFinishedEventType>}
 WfProcessInstanceFinishedEventType createWfProcessInstanceFinishedEventType()
          Create an instance of WfProcessInstanceFinishedEventType
 javax.xml.bind.JAXBElement<WfProcessInstanceStartedEventType> createWfProcessInstanceStartedEvent(WfProcessInstanceStartedEventType value)
          Create an instance of JAXBElement<WfProcessInstanceStartedEventType>}
 WfProcessInstanceStartedEventType createWfProcessInstanceStartedEventType()
          Create an instance of WfProcessInstanceStartedEventType
 WfProcessVariable createWfProcessVariable()
          Create an instance of WfProcessVariable
 javax.xml.bind.JAXBElement<WfQueryProcessInstanceCommandType> createWfQueryProcessInstanceCommand(WfQueryProcessInstanceCommandType value)
          Create an instance of JAXBElement<WfQueryProcessInstanceCommandType>}
 WfQueryProcessInstanceCommandType createWfQueryProcessInstanceCommandType()
          Create an instance of WfQueryProcessInstanceCommandType
 javax.xml.bind.JAXBElement<WfStartProcessInstanceCommandType> createWfStartProcessInstanceCommand(WfStartProcessInstanceCommandType value)
          Create an instance of JAXBElement<WfStartProcessInstanceCommandType>}
 WfStartProcessInstanceCommandType createWfStartProcessInstanceCommandType()
          Create an instance of WfStartProcessInstanceCommandType
 
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: com.evolveum.midpoint.xml.ns._public.communication.workflow_1

Method Detail

createWfProcessInstanceFinishedEventType

public WfProcessInstanceFinishedEventType createWfProcessInstanceFinishedEventType()
Create an instance of WfProcessInstanceFinishedEventType


createWfProcessVariable

public WfProcessVariable createWfProcessVariable()
Create an instance of WfProcessVariable


createWfStartProcessInstanceCommandType

public WfStartProcessInstanceCommandType createWfStartProcessInstanceCommandType()
Create an instance of WfStartProcessInstanceCommandType


createWfProcessInstanceEventType

public WfProcessInstanceEventType createWfProcessInstanceEventType()
Create an instance of WfProcessInstanceEventType


createWfProcessInstanceStartedEventType

public WfProcessInstanceStartedEventType createWfProcessInstanceStartedEventType()
Create an instance of WfProcessInstanceStartedEventType


createWfQueryProcessInstanceCommandType

public WfQueryProcessInstanceCommandType createWfQueryProcessInstanceCommandType()
Create an instance of WfQueryProcessInstanceCommandType


createWfProcessInstanceStartedEvent

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


createWfQueryProcessInstanceCommand

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


createWfProcessInstanceFinishedEvent

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


createWfProcessInstanceEvent

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


createWfStartProcessInstanceCommand

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



Copyright © 2012 evolveum. All Rights Reserved.