Class EvaluatedPolicyRuleType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class EvaluatedPolicyRuleType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- 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 AssignmentPathType
assignmentPath
static QName
COMPLEX_TYPE
protected PolyStringType
directOwnerDisplayName
protected ObjectReferenceType
directOwnerRef
static ItemName
F_ASSIGNMENT_PATH
static ItemName
F_DIRECT_OWNER_DISPLAY_NAME
static ItemName
F_DIRECT_OWNER_REF
static ItemName
F_RULE_NAME
static ItemName
F_TRIGGER
protected String
ruleName
protected List<EvaluatedPolicyRuleTriggerType>
trigger
-
Constructor Summary
Constructors Constructor Description EvaluatedPolicyRuleType()
EvaluatedPolicyRuleType(EvaluatedPolicyRuleType other)
-
Method Summary
-
-
-
Field Detail
-
ruleName
protected String ruleName
-
assignmentPath
protected AssignmentPathType assignmentPath
-
directOwnerRef
protected ObjectReferenceType directOwnerRef
-
directOwnerDisplayName
protected PolyStringType directOwnerDisplayName
-
trigger
protected List<EvaluatedPolicyRuleTriggerType> trigger
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_RULE_NAME
public static final ItemName F_RULE_NAME
-
F_ASSIGNMENT_PATH
public static final ItemName F_ASSIGNMENT_PATH
-
F_DIRECT_OWNER_REF
public static final ItemName F_DIRECT_OWNER_REF
-
F_DIRECT_OWNER_DISPLAY_NAME
public static final ItemName F_DIRECT_OWNER_DISPLAY_NAME
-
F_TRIGGER
public static final ItemName F_TRIGGER
-
-
Constructor Detail
-
EvaluatedPolicyRuleType
public EvaluatedPolicyRuleType()
-
EvaluatedPolicyRuleType
public EvaluatedPolicyRuleType(EvaluatedPolicyRuleType other)
-
-
Method Detail
-
getRuleName
public String getRuleName()
-
setRuleName
public void setRuleName(String value)
-
getAssignmentPath
public AssignmentPathType getAssignmentPath()
-
setAssignmentPath
public void setAssignmentPath(AssignmentPathType value)
-
getDirectOwnerRef
public ObjectReferenceType getDirectOwnerRef()
-
setDirectOwnerRef
public void setDirectOwnerRef(ObjectReferenceType value)
-
getDirectOwnerDisplayName
public PolyStringType getDirectOwnerDisplayName()
-
setDirectOwnerDisplayName
public void setDirectOwnerDisplayName(PolyStringType value)
-
getTrigger
public List<EvaluatedPolicyRuleTriggerType> getTrigger()
-
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
-
ruleName
public EvaluatedPolicyRuleType ruleName(String value)
-
assignmentPath
public EvaluatedPolicyRuleType assignmentPath(AssignmentPathType value)
-
beginAssignmentPath
public AssignmentPathType beginAssignmentPath()
-
directOwnerRef
public EvaluatedPolicyRuleType directOwnerRef(ObjectReferenceType value)
-
directOwnerRef
public EvaluatedPolicyRuleType directOwnerRef(String oid, QName type)
-
directOwnerRef
public EvaluatedPolicyRuleType directOwnerRef(String oid, QName type, QName relation)
-
beginDirectOwnerRef
public ObjectReferenceType beginDirectOwnerRef()
-
directOwnerDisplayName
public EvaluatedPolicyRuleType directOwnerDisplayName(PolyStringType value)
-
directOwnerDisplayName
public EvaluatedPolicyRuleType directOwnerDisplayName(String value)
-
trigger
public EvaluatedPolicyRuleType trigger(EvaluatedPolicyRuleTriggerType value)
-
beginTrigger
public EvaluatedPolicyRuleTriggerType beginTrigger()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public EvaluatedPolicyRuleType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-