Class EvaluatedPolicyRuleType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.EvaluatedPolicyRuleType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class EvaluatedPolicyRuleType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for EvaluatedPolicyRuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvaluatedPolicyRuleType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ruleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="assignmentPath" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPathType" minOccurs="0"/> <element name="directOwnerRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/> <element name="directOwnerDisplayName" type="{http://prism.evolveum.com/xml/ns/public/types-3}PolyStringType" minOccurs="0"/> <element name="trigger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}EvaluatedPolicyRuleTriggerType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
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()
Creates a newEvaluatedPolicyRuleType
instance.EvaluatedPolicyRuleType(EvaluatedPolicyRuleType o)
Creates a newEvaluatedPolicyRuleType
instance by deeply copying a givenEvaluatedPolicyRuleType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
EvaluatedPolicyRuleType
assignmentPath(AssignmentPathType value)
AssignmentPathType
beginAssignmentPath()
PolyStringType
beginDirectOwnerDisplayName()
ObjectReferenceType
beginDirectOwnerRef()
EvaluatedPolicyRuleTriggerType
beginTrigger()
EvaluatedPolicyRuleType
clone()
Creates and returns a deep copy of this object.EvaluatedPolicyRuleType
directOwnerDisplayName(PolyStringType value)
EvaluatedPolicyRuleType
directOwnerDisplayName(String value)
EvaluatedPolicyRuleType
directOwnerRef(ObjectReferenceType value)
EvaluatedPolicyRuleType
directOwnerRef(String oid, QName type)
EvaluatedPolicyRuleType
directOwnerRef(String oid, QName type, QName relation)
boolean
equals(Object object)
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)
AssignmentPathType
getAssignmentPath()
Gets the value of the assignmentPath property.PolyStringType
getDirectOwnerDisplayName()
Gets the value of the directOwnerDisplayName property.ObjectReferenceType
getDirectOwnerRef()
Gets the value of the directOwnerRef property.String
getRuleName()
Gets the value of the ruleName property.List<EvaluatedPolicyRuleTriggerType>
getTrigger()
Gets the value of the trigger property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
EvaluatedPolicyRuleType
ruleName(String value)
void
setAssignmentPath(AssignmentPathType value)
Sets the value of the assignmentPath property.void
setDirectOwnerDisplayName(PolyStringType value)
Sets the value of the directOwnerDisplayName property.void
setDirectOwnerRef(ObjectReferenceType value)
Sets the value of the directOwnerRef property.void
setRuleName(String value)
Sets the value of the ruleName property.String
toString()
Generates a String representation of the contents of this type.EvaluatedPolicyRuleType
trigger(EvaluatedPolicyRuleTriggerType value)
-
-
-
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()
Creates a newEvaluatedPolicyRuleType
instance.
-
EvaluatedPolicyRuleType
public EvaluatedPolicyRuleType(EvaluatedPolicyRuleType o)
Creates a newEvaluatedPolicyRuleType
instance by deeply copying a givenEvaluatedPolicyRuleType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getRuleName
public String getRuleName()
Gets the value of the ruleName property.- Returns:
- possible object is
String
-
setRuleName
public void setRuleName(String value)
Sets the value of the ruleName property.- Parameters:
value
- allowed object isString
-
getAssignmentPath
public AssignmentPathType getAssignmentPath()
Gets the value of the assignmentPath property.- Returns:
- possible object is
AssignmentPathType
-
setAssignmentPath
public void setAssignmentPath(AssignmentPathType value)
Sets the value of the assignmentPath property.- Parameters:
value
- allowed object isAssignmentPathType
-
getDirectOwnerRef
public ObjectReferenceType getDirectOwnerRef()
Gets the value of the directOwnerRef property.- Returns:
- possible object is
ObjectReferenceType
-
setDirectOwnerRef
public void setDirectOwnerRef(ObjectReferenceType value)
Sets the value of the directOwnerRef property.- Parameters:
value
- allowed object isObjectReferenceType
-
getDirectOwnerDisplayName
public PolyStringType getDirectOwnerDisplayName()
Gets the value of the directOwnerDisplayName property.- Returns:
- possible object is
PolyStringType
-
setDirectOwnerDisplayName
public void setDirectOwnerDisplayName(PolyStringType value)
Sets the value of the directOwnerDisplayName property.- Parameters:
value
- allowed object isPolyStringType
-
getTrigger
public List<EvaluatedPolicyRuleTriggerType> getTrigger()
Gets the value of the trigger property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the trigger property.For example, to add a new item, do as follows:
getTrigger().add(newItem);
Objects of the following type(s) are allowed in the list
EvaluatedPolicyRuleTriggerType
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
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:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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)
-
beginDirectOwnerDisplayName
public PolyStringType beginDirectOwnerDisplayName()
-
trigger
public EvaluatedPolicyRuleType trigger(EvaluatedPolicyRuleTriggerType value)
-
beginTrigger
public EvaluatedPolicyRuleTriggerType beginTrigger()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
-
clone
public EvaluatedPolicyRuleType clone()
Creates and returns a deep copy of this object.
-
-