public class WfPrimaryChangeProcessorStateType extends WfProcessorSpecificStateType implements Serializable, Cloneable, Containerable
Java class for WfPrimaryChangeProcessorStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfPrimaryChangeProcessorStateType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessorSpecificStateType"> <sequence> <element name="changeAspect" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="deltasToProcess" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/> <element name="resultingDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectTreeDeltasType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_CHANGE_ASPECT |
static QName |
F_DELTAS_TO_PROCESS |
static QName |
F_RESULTING_DELTAS |
Constructor and Description |
---|
WfPrimaryChangeProcessorStateType() |
WfPrimaryChangeProcessorStateType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
WfPrimaryChangeProcessorStateType |
clone() |
boolean |
equals(Object object) |
String |
getChangeAspect() |
ObjectTreeDeltasType |
getDeltasToProcess() |
ObjectTreeDeltasType |
getResultingDeltas() |
int |
hashCode() |
void |
setChangeAspect(String value) |
void |
setDeltasToProcess(ObjectTreeDeltasType value) |
void |
setResultingDeltas(ObjectTreeDeltasType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_CHANGE_ASPECT
public static final QName F_DELTAS_TO_PROCESS
public static final QName F_RESULTING_DELTAS
public WfPrimaryChangeProcessorStateType()
public WfPrimaryChangeProcessorStateType(PrismContext prismContext)
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class WfProcessorSpecificStateType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class WfProcessorSpecificStateType
public String toString()
toString
in class WfProcessorSpecificStateType
public boolean equals(Object object)
equals
in class WfProcessorSpecificStateType
public int hashCode()
hashCode
in class WfProcessorSpecificStateType
public String getChangeAspect()
public void setChangeAspect(String value)
public ObjectTreeDeltasType getDeltasToProcess()
public void setDeltasToProcess(ObjectTreeDeltasType value)
public ObjectTreeDeltasType getResultingDeltas()
public void setResultingDeltas(ObjectTreeDeltasType value)
public WfPrimaryChangeProcessorStateType clone()
clone
in class WfProcessorSpecificStateType
Copyright © 2016 Evolveum. All rights reserved.