Class SchemaAttachedPolicyRuleType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchemaAttachedPolicyRuleType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SchemaAttachedPolicyRuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO Note that the rule should be triggered. All irrelevant (non-approval) action types should be removed.- 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 static QName
COMPLEX_TYPE
static ItemName
F_RULE
static ItemName
F_STAGE_MAX
static ItemName
F_STAGE_MIN
protected EvaluatedPolicyRuleType
rule
protected Integer
stageMax
protected Integer
stageMin
-
Constructor Summary
Constructors Constructor Description SchemaAttachedPolicyRuleType()
SchemaAttachedPolicyRuleType(SchemaAttachedPolicyRuleType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
EvaluatedPolicyRuleType
beginRule()
SchemaAttachedPolicyRuleType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
EvaluatedPolicyRuleType
getRule()
Integer
getStageMax()
Integer
getStageMin()
int
hashCode(StructuredHashCodeStrategy strategy)
SchemaAttachedPolicyRuleType
rule(EvaluatedPolicyRuleType value)
void
setRule(EvaluatedPolicyRuleType value)
void
setStageMax(Integer value)
void
setStageMin(Integer value)
SchemaAttachedPolicyRuleType
stageMax(Integer value)
SchemaAttachedPolicyRuleType
stageMin(Integer value)
-
-
-
Field Detail
-
stageMin
protected Integer stageMin
-
stageMax
protected Integer stageMax
-
rule
protected EvaluatedPolicyRuleType rule
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_STAGE_MIN
public static final ItemName F_STAGE_MIN
-
F_STAGE_MAX
public static final ItemName F_STAGE_MAX
-
F_RULE
public static final ItemName F_RULE
-
-
Constructor Detail
-
SchemaAttachedPolicyRuleType
public SchemaAttachedPolicyRuleType()
-
SchemaAttachedPolicyRuleType
public SchemaAttachedPolicyRuleType(SchemaAttachedPolicyRuleType other)
-
-
Method Detail
-
getStageMin
public Integer getStageMin()
-
setStageMin
public void setStageMin(Integer value)
-
getStageMax
public Integer getStageMax()
-
setStageMax
public void setStageMax(Integer value)
-
getRule
public EvaluatedPolicyRuleType getRule()
-
setRule
public void setRule(EvaluatedPolicyRuleType 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
-
stageMin
public SchemaAttachedPolicyRuleType stageMin(Integer value)
-
stageMax
public SchemaAttachedPolicyRuleType stageMax(Integer value)
-
rule
public SchemaAttachedPolicyRuleType rule(EvaluatedPolicyRuleType value)
-
beginRule
public EvaluatedPolicyRuleType beginRule()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public SchemaAttachedPolicyRuleType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-