Class EvaluatedPolicyRuleTriggerType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
- Direct Known Subclasses:
EvaluatedCollectionStatsTriggerType
,EvaluatedEmbeddingTriggerType
,EvaluatedExclusionTriggerType
,EvaluatedHasAssignmentTriggerType
,EvaluatedModificationTriggerType
,EvaluatedMultiplicityTriggerType
,EvaluatedSituationTriggerType
,EvaluatedStateTriggerType
,EvaluatedTimeValidityTriggerType
public class EvaluatedPolicyRuleTriggerType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
static final QName
protected PolicyConstraintKindType
protected String
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected Boolean
protected LocalizableMessageType
protected Integer
protected Integer
protected String
protected LocalizableMessageType
protected Integer
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
constraintName
(String value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) getRef()
int
hashCode
(StructuredHashCodeStrategy strategy) isFinal()
isHidden()
message
(LocalizableMessageType value) presentationOrder
(Integer value) void
void
setConstraintName
(String value) void
void
void
setMessage
(LocalizableMessageType value) void
setPresentationOrder
(Integer value) void
void
setRuleName
(String value) void
void
setTriggerId
(Integer value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
ref
-
triggerId
-
ruleName
-
constraintName
-
constraintKind
-
message
-
shortMessage
-
presentationOrder
-
_final
-
COMPLEX_TYPE
-
F_REF
-
F_TRIGGER_ID
-
F_RULE_NAME
-
F_CONSTRAINT_NAME
-
F_CONSTRAINT_KIND
-
F_MESSAGE
-
F_SHORT_MESSAGE
-
F_PRESENTATION_ORDER
-
F_FINAL
-
F_HIDDEN
-
-
Constructor Details
-
EvaluatedPolicyRuleTriggerType
public EvaluatedPolicyRuleTriggerType() -
EvaluatedPolicyRuleTriggerType
-
-
Method Details
-
getRef
-
setRef
-
getTriggerId
-
setTriggerId
-
getRuleName
-
setRuleName
-
getConstraintName
-
setConstraintName
-
getConstraintKind
-
setConstraintKind
-
getMessage
-
setMessage
-
getShortMessage
-
setShortMessage
-
getPresentationOrder
-
setPresentationOrder
-
isFinal
-
setFinal
-
isHidden
-
setHidden
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
ref
-
triggerId
-
ruleName
-
constraintName
-
constraintKind
-
message
-
shortMessage
-
presentationOrder
-
_final
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-