Class GeneralChangeProcessorScenarioType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.GeneralChangeProcessorScenarioType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class GeneralChangeProcessorScenarioType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
A scenario for GeneralChangeProcessor.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected ExpressionType
activationCondition
protected String
beanName
static QName
COMPLEX_TYPE
protected Boolean
enabled
static ItemName
F_ACTIVATION_CONDITION
static ItemName
F_BEAN_NAME
static ItemName
F_ENABLED
static ItemName
F_NAME
static ItemName
F_PROCESS_NAME
protected String
name
protected String
processName
-
Constructor Summary
Constructors Constructor Description GeneralChangeProcessorScenarioType()
GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
GeneralChangeProcessorScenarioType
activationCondition(ExpressionType value)
GeneralChangeProcessorScenarioType
beanName(String value)
ExpressionType
beginActivationCondition()
GeneralChangeProcessorScenarioType
clone()
GeneralChangeProcessorScenarioType
enabled(Boolean value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ExpressionType
getActivationCondition()
String
getBeanName()
String
getName()
String
getProcessName()
int
hashCode(StructuredHashCodeStrategy strategy)
Boolean
isEnabled()
GeneralChangeProcessorScenarioType
name(String value)
GeneralChangeProcessorScenarioType
processName(String value)
void
setActivationCondition(ExpressionType value)
void
setBeanName(String value)
void
setEnabled(Boolean value)
void
setName(String value)
void
setProcessName(String value)
-
-
-
Field Detail
-
enabled
protected Boolean enabled
-
name
protected String name
-
activationCondition
protected ExpressionType activationCondition
-
processName
protected String processName
-
beanName
protected String beanName
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENABLED
public static final ItemName F_ENABLED
-
F_NAME
public static final ItemName F_NAME
-
F_ACTIVATION_CONDITION
public static final ItemName F_ACTIVATION_CONDITION
-
F_PROCESS_NAME
public static final ItemName F_PROCESS_NAME
-
F_BEAN_NAME
public static final ItemName F_BEAN_NAME
-
-
Constructor Detail
-
GeneralChangeProcessorScenarioType
public GeneralChangeProcessorScenarioType()
-
GeneralChangeProcessorScenarioType
public GeneralChangeProcessorScenarioType(GeneralChangeProcessorScenarioType other)
-
-
Method Detail
-
isEnabled
public Boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean value)
-
getName
public String getName()
-
setName
public void setName(String value)
-
getActivationCondition
public ExpressionType getActivationCondition()
-
setActivationCondition
public void setActivationCondition(ExpressionType value)
-
getProcessName
public String getProcessName()
-
setProcessName
public void setProcessName(String value)
-
getBeanName
public String getBeanName()
-
setBeanName
public void setBeanName(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
enabled
public GeneralChangeProcessorScenarioType enabled(Boolean value)
-
name
public GeneralChangeProcessorScenarioType name(String value)
-
activationCondition
public GeneralChangeProcessorScenarioType activationCondition(ExpressionType value)
-
beginActivationCondition
public ExpressionType beginActivationCondition()
-
processName
public GeneralChangeProcessorScenarioType processName(String value)
-
beanName
public GeneralChangeProcessorScenarioType beanName(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public GeneralChangeProcessorScenarioType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-