Class ProcessEvent
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.BaseEvent
-
- com.netgrif.application.engine.importer.model.ProcessEvent
-
public class ProcessEvent extends BaseEvent
Java class for processEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="processEvent"> <complexContent> <extension base="{}baseEvent"> <attribute name="type" use="required" type="{}processEventType" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ProcessEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessEventTypegetType()Gets the value of the type property.voidsetType(ProcessEventType value)Sets the value of the type property.-
Methods inherited from class com.netgrif.application.engine.importer.model.BaseEvent
getActions, getId, getMessage, setId, setMessage
-
-
-
-
Field Detail
-
type
protected ProcessEventType type
-
-
Method Detail
-
getType
public ProcessEventType getType()
Gets the value of the type property.- Returns:
- possible object is
ProcessEventType
-
setType
public void setType(ProcessEventType value)
Sets the value of the type property.- Parameters:
value- allowed object isProcessEventType
-
-