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 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
 JAXBElement<WfProcessInstanceEventType> createWfProcessInstanceEvent(WfProcessInstanceEventType value)
          Create an instance of JAXBElement<WfProcessInstanceEventType>}
 WfProcessInstanceEventType createWfProcessInstanceEventType()
          Create an instance of WfProcessInstanceEventType
 JAXBElement<WfProcessInstanceFinishedEventType> createWfProcessInstanceFinishedEvent(WfProcessInstanceFinishedEventType value)
          Create an instance of JAXBElement<WfProcessInstanceFinishedEventType>}
 WfProcessInstanceFinishedEventType createWfProcessInstanceFinishedEventType()
          Create an instance of WfProcessInstanceFinishedEventType
 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
 JAXBElement<WfQueryProcessInstanceCommandType> createWfQueryProcessInstanceCommand(WfQueryProcessInstanceCommandType value)
          Create an instance of JAXBElement<WfQueryProcessInstanceCommandType>}
 WfQueryProcessInstanceCommandType createWfQueryProcessInstanceCommandType()
          Create an instance of WfQueryProcessInstanceCommandType
 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

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


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


createWfProcessInstanceStartedEvent

public JAXBElement<WfProcessInstanceStartedEventType> createWfProcessInstanceStartedEvent(WfProcessInstanceStartedEventType value)
Create an instance of JAXBElement<WfProcessInstanceStartedEventType>}


createWfQueryProcessInstanceCommand

public JAXBElement<WfQueryProcessInstanceCommandType> createWfQueryProcessInstanceCommand(WfQueryProcessInstanceCommandType value)
Create an instance of JAXBElement<WfQueryProcessInstanceCommandType>}


createWfProcessInstanceFinishedEvent

public JAXBElement<WfProcessInstanceFinishedEventType> createWfProcessInstanceFinishedEvent(WfProcessInstanceFinishedEventType value)
Create an instance of JAXBElement<WfProcessInstanceFinishedEventType>}


createWfProcessInstanceEvent

public JAXBElement<WfProcessInstanceEventType> createWfProcessInstanceEvent(WfProcessInstanceEventType value)
Create an instance of JAXBElement<WfProcessInstanceEventType>}


createWfStartProcessInstanceCommand

public JAXBElement<WfStartProcessInstanceCommandType> createWfStartProcessInstanceCommand(WfStartProcessInstanceCommandType value)
Create an instance of JAXBElement<WfStartProcessInstanceCommandType>}



Copyright © 2013 evolveum. All Rights Reserved.