public class GeneralChangeProcessorState extends ProcessorSpecificState implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for GeneralChangeProcessorState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralChangeProcessorState"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/model/workflow/process-instance-state-3}ProcessorSpecificState"> <sequence> <element name="scenario" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_SCENARIO |
Constructor and Description |
---|
GeneralChangeProcessorState() |
GeneralChangeProcessorState(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
GeneralChangeProcessorState |
clone() |
boolean |
equals(Object object) |
String |
getScenario() |
int |
hashCode() |
void |
setScenario(String value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SCENARIO
public GeneralChangeProcessorState()
public GeneralChangeProcessorState(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
asPrismContainerValue
in class ProcessorSpecificState
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
setupContainerValue
in class ProcessorSpecificState
public String toString()
toString
in class ProcessorSpecificState
public boolean equals(Object object)
equals
in class ProcessorSpecificState
public int hashCode()
hashCode
in class ProcessorSpecificState
public String getScenario()
public void setScenario(String value)
public GeneralChangeProcessorState clone()
clone
in class ProcessorSpecificState
Copyright © 2014 Evolveum. All rights reserved.