Class CaseEvent
- java.lang.Object
-
- com.netgrif.application.engine.importer.model.BaseEvent
-
- com.netgrif.application.engine.importer.model.CaseEvent
-
public class CaseEvent extends BaseEvent
Java class for caseEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="caseEvent"> <complexContent> <extension base="{}baseEvent"> <attribute name="type" use="required" type="{}caseEventType" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description CaseEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CaseEventTypegetType()Gets the value of the type property.voidsetType(CaseEventType 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 CaseEventType type
-
-
Method Detail
-
getType
public CaseEventType getType()
Gets the value of the type property.- Returns:
- possible object is
CaseEventType
-
setType
public void setType(CaseEventType value)
Sets the value of the type property.- Parameters:
value- allowed object isCaseEventType
-
-