public class WfGeneralChangeProcessorStateType extends WfProcessorSpecificStateType implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for WfGeneralChangeProcessorStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WfGeneralChangeProcessorStateType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WfProcessorSpecificStateType">
<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 |
|---|
WfGeneralChangeProcessorStateType() |
WfGeneralChangeProcessorStateType(com.evolveum.midpoint.prism.PrismContext prismContext) |
| Modifier and Type | Method and Description |
|---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
WfGeneralChangeProcessorStateType |
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 WfGeneralChangeProcessorStateType()
public WfGeneralChangeProcessorStateType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue in interface com.evolveum.midpoint.prism.ContainerableasPrismContainerValue in class WfProcessorSpecificStateTypepublic void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue in interface com.evolveum.midpoint.prism.ContainerablesetupContainerValue in class WfProcessorSpecificStateTypepublic String toString()
toString in class WfProcessorSpecificStateTypepublic boolean equals(Object object)
equals in class WfProcessorSpecificStateTypepublic int hashCode()
hashCode in class WfProcessorSpecificStateTypepublic String getScenario()
public void setScenario(String value)
public WfGeneralChangeProcessorStateType clone()
clone in class WfProcessorSpecificStateTypeCopyright © 2016 Evolveum. All rights reserved.