Class EvaluatedExclusionTriggerType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedExclusionTriggerType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class EvaluatedExclusionTriggerType extends EvaluatedPolicyRuleTriggerType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EvaluatedExclusionTriggerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedExclusionTriggerType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType"> <sequence> <element name="conflictingObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="conflictingObjectDisplayName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> <element name="conflictingObjectPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathType" minOccurs="0"/> <element name="conflictingAssignment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected AssignmentTypeconflictingAssignmentprotected PolyStringTypeconflictingObjectDisplayNameprotected AssignmentPathTypeconflictingObjectPathprotected ObjectReferenceTypeconflictingObjectRefstatic ItemNameF_CONFLICTING_ASSIGNMENTstatic ItemNameF_CONFLICTING_OBJECT_DISPLAY_NAMEstatic ItemNameF_CONFLICTING_OBJECT_PATHstatic ItemNameF_CONFLICTING_OBJECT_REF-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
_final, constraintKind, constraintName, F_CONSTRAINT_KIND, F_CONSTRAINT_NAME, F_FINAL, F_HIDDEN, F_MESSAGE, F_PRESENTATION_ORDER, F_REF, F_RULE_NAME, F_SHORT_MESSAGE, F_TRIGGER_ID, hidden, message, presentationOrder, ref, ruleName, shortMessage, triggerId
-
-
Constructor Summary
Constructors Constructor Description EvaluatedExclusionTriggerType()Creates a newEvaluatedExclusionTriggerTypeinstance.EvaluatedExclusionTriggerType(EvaluatedExclusionTriggerType o)Creates a newEvaluatedExclusionTriggerTypeinstance by deeply copying a givenEvaluatedExclusionTriggerTypeinstance.
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleTriggerType
getConstraintKind, getConstraintName, getMessage, getPresentationOrder, getRef, getRuleName, getShortMessage, getTriggerId, isFinal, isHidden, setConstraintKind, setConstraintName, setFinal, setHidden, setMessage, setPresentationOrder, setRef, setRuleName, setShortMessage, setTriggerId
-
-
-
-
Field Detail
-
conflictingObjectRef
protected ObjectReferenceType conflictingObjectRef
-
conflictingObjectDisplayName
protected PolyStringType conflictingObjectDisplayName
-
conflictingObjectPath
protected AssignmentPathType conflictingObjectPath
-
conflictingAssignment
protected AssignmentType conflictingAssignment
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONFLICTING_OBJECT_REF
public static final ItemName F_CONFLICTING_OBJECT_REF
-
F_CONFLICTING_OBJECT_DISPLAY_NAME
public static final ItemName F_CONFLICTING_OBJECT_DISPLAY_NAME
-
F_CONFLICTING_OBJECT_PATH
public static final ItemName F_CONFLICTING_OBJECT_PATH
-
F_CONFLICTING_ASSIGNMENT
public static final ItemName F_CONFLICTING_ASSIGNMENT
-
-
Constructor Detail
-
EvaluatedExclusionTriggerType
public EvaluatedExclusionTriggerType()
Creates a newEvaluatedExclusionTriggerTypeinstance.
-
EvaluatedExclusionTriggerType
public EvaluatedExclusionTriggerType(EvaluatedExclusionTriggerType o)
Creates a newEvaluatedExclusionTriggerTypeinstance by deeply copying a givenEvaluatedExclusionTriggerTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getConflictingObjectRef
public ObjectReferenceType getConflictingObjectRef()
Gets the value of the conflictingObjectRef property.- Returns:
- possible object is
ObjectReferenceType
-
setConflictingObjectRef
public void setConflictingObjectRef(ObjectReferenceType value)
Sets the value of the conflictingObjectRef property.- Parameters:
value- allowed object isObjectReferenceType
-
getConflictingObjectDisplayName
public PolyStringType getConflictingObjectDisplayName()
Gets the value of the conflictingObjectDisplayName property.- Returns:
- possible object is
PolyStringType
-
setConflictingObjectDisplayName
public void setConflictingObjectDisplayName(PolyStringType value)
Sets the value of the conflictingObjectDisplayName property.- Parameters:
value- allowed object isPolyStringType
-
getConflictingObjectPath
public AssignmentPathType getConflictingObjectPath()
Gets the value of the conflictingObjectPath property.- Returns:
- possible object is
AssignmentPathType
-
setConflictingObjectPath
public void setConflictingObjectPath(AssignmentPathType value)
Sets the value of the conflictingObjectPath property.- Parameters:
value- allowed object isAssignmentPathType
-
getConflictingAssignment
public AssignmentType getConflictingAssignment()
Gets the value of the conflictingAssignment property.- Returns:
- possible object is
AssignmentType
-
setConflictingAssignment
public void setConflictingAssignment(AssignmentType value)
Sets the value of the conflictingAssignment property.- Parameters:
value- allowed object isAssignmentType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toStringin classEvaluatedPolicyRuleTriggerType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classEvaluatedPolicyRuleTriggerType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classEvaluatedPolicyRuleTriggerType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classEvaluatedPolicyRuleTriggerType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classEvaluatedPolicyRuleTriggerType
-
conflictingObjectRef
public EvaluatedExclusionTriggerType conflictingObjectRef(ObjectReferenceType value)
-
conflictingObjectRef
public EvaluatedExclusionTriggerType conflictingObjectRef(String oid, QName type)
-
conflictingObjectRef
public EvaluatedExclusionTriggerType conflictingObjectRef(String oid, QName type, QName relation)
-
beginConflictingObjectRef
public ObjectReferenceType beginConflictingObjectRef()
-
conflictingObjectDisplayName
public EvaluatedExclusionTriggerType conflictingObjectDisplayName(PolyStringType value)
-
conflictingObjectDisplayName
public EvaluatedExclusionTriggerType conflictingObjectDisplayName(String value)
-
beginConflictingObjectDisplayName
public PolyStringType beginConflictingObjectDisplayName()
-
conflictingObjectPath
public EvaluatedExclusionTriggerType conflictingObjectPath(AssignmentPathType value)
-
beginConflictingObjectPath
public AssignmentPathType beginConflictingObjectPath()
-
conflictingAssignment
public EvaluatedExclusionTriggerType conflictingAssignment(AssignmentType value)
-
beginConflictingAssignment
public AssignmentType beginConflictingAssignment()
-
ref
public EvaluatedExclusionTriggerType ref(Integer value)
- Overrides:
refin classEvaluatedPolicyRuleTriggerType
-
triggerId
public EvaluatedExclusionTriggerType triggerId(Integer value)
- Overrides:
triggerIdin classEvaluatedPolicyRuleTriggerType
-
ruleName
public EvaluatedExclusionTriggerType ruleName(String value)
- Overrides:
ruleNamein classEvaluatedPolicyRuleTriggerType
-
constraintName
public EvaluatedExclusionTriggerType constraintName(String value)
- Overrides:
constraintNamein classEvaluatedPolicyRuleTriggerType
-
constraintKind
public EvaluatedExclusionTriggerType constraintKind(PolicyConstraintKindType value)
- Overrides:
constraintKindin classEvaluatedPolicyRuleTriggerType
-
message
public EvaluatedExclusionTriggerType message(LocalizableMessageType value)
- Overrides:
messagein classEvaluatedPolicyRuleTriggerType
-
shortMessage
public EvaluatedExclusionTriggerType shortMessage(LocalizableMessageType value)
- Overrides:
shortMessagein classEvaluatedPolicyRuleTriggerType
-
presentationOrder
public EvaluatedExclusionTriggerType presentationOrder(Integer value)
- Overrides:
presentationOrderin classEvaluatedPolicyRuleTriggerType
-
_final
public EvaluatedExclusionTriggerType _final(Boolean value)
- Overrides:
_finalin classEvaluatedPolicyRuleTriggerType
-
hidden
public EvaluatedExclusionTriggerType hidden(Boolean value)
- Overrides:
hiddenin classEvaluatedPolicyRuleTriggerType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classEvaluatedPolicyRuleTriggerType
-
clone
public EvaluatedExclusionTriggerType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classEvaluatedPolicyRuleTriggerType- Returns:
- A deep copy of this object.
-
-