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: com.evolveum.midpoint.xml.ns._public.communication.workflow_1
|
public ObjectFactory()
public WfProcessInstanceStartedEventType createWfProcessInstanceStartedEventType()
WfProcessInstanceStartedEventType
public WfStartProcessInstanceCommandType createWfStartProcessInstanceCommandType()
WfStartProcessInstanceCommandType
public WfProcessInstanceEventType createWfProcessInstanceEventType()
WfProcessInstanceEventType
public WfQueryProcessInstanceCommandType createWfQueryProcessInstanceCommandType()
WfQueryProcessInstanceCommandType
public WfProcessVariable createWfProcessVariable()
WfProcessVariable
public WfProcessInstanceFinishedEventType createWfProcessInstanceFinishedEventType()
WfProcessInstanceFinishedEventType
public JAXBElement<WfProcessInstanceStartedEventType> createWfProcessInstanceStartedEvent(WfProcessInstanceStartedEventType value)
public JAXBElement<WfQueryProcessInstanceCommandType> createWfQueryProcessInstanceCommand(WfQueryProcessInstanceCommandType value)
public JAXBElement<WfProcessInstanceFinishedEventType> createWfProcessInstanceFinishedEvent(WfProcessInstanceFinishedEventType value)
public JAXBElement<WfProcessInstanceEventType> createWfProcessInstanceEvent(WfProcessInstanceEventType value)
public JAXBElement<WfStartProcessInstanceCommandType> createWfStartProcessInstanceCommand(WfStartProcessInstanceCommandType value)
Copyright © 2013 evolveum. All rights reserved.