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 AssignmentPathTypeassignmentPathstatic QNameCOMPLEX_TYPEprotected PolyStringTypedirectOwnerDisplayNameprotected ObjectReferenceTypedirectOwnerRefstatic ItemNameF_ASSIGNMENT_PATHstatic ItemNameF_DIRECT_OWNER_DISPLAY_NAMEstatic ItemNameF_DIRECT_OWNER_REFstatic ItemNameF_RULE_NAMEstatic ItemNameF_TRIGGERprotected StringruleNameprotected List<EvaluatedPolicyRuleTriggerType>trigger
-
Constructor Summary
Constructors Constructor Description EvaluatedPolicyRuleType()Creates a newEvaluatedPolicyRuleTypeinstance.EvaluatedPolicyRuleType(EvaluatedPolicyRuleType o)Creates a newEvaluatedPolicyRuleTypeinstance by deeply copying a givenEvaluatedPolicyRuleTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)EvaluatedPolicyRuleTypeassignmentPath(AssignmentPathType value)AssignmentPathTypebeginAssignmentPath()PolyStringTypebeginDirectOwnerDisplayName()ObjectReferenceTypebeginDirectOwnerRef()EvaluatedPolicyRuleTriggerTypebeginTrigger()EvaluatedPolicyRuleTypeclone()Creates and returns a deep copy of this object.EvaluatedPolicyRuleTypedirectOwnerDisplayName(PolyStringType value)EvaluatedPolicyRuleTypedirectOwnerDisplayName(String value)EvaluatedPolicyRuleTypedirectOwnerRef(ObjectReferenceType value)EvaluatedPolicyRuleTypedirectOwnerRef(String oid, QName type)EvaluatedPolicyRuleTypedirectOwnerRef(String oid, QName type, QName relation)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)AssignmentPathTypegetAssignmentPath()Gets the value of the assignmentPath property.PolyStringTypegetDirectOwnerDisplayName()Gets the value of the directOwnerDisplayName property.ObjectReferenceTypegetDirectOwnerRef()Gets the value of the directOwnerRef property.StringgetRuleName()Gets the value of the ruleName property.List<EvaluatedPolicyRuleTriggerType>getTrigger()Gets the value of the trigger property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)EvaluatedPolicyRuleTyperuleName(String value)voidsetAssignmentPath(AssignmentPathType value)Sets the value of the assignmentPath property.voidsetDirectOwnerDisplayName(PolyStringType value)Sets the value of the directOwnerDisplayName property.voidsetDirectOwnerRef(ObjectReferenceType value)Sets the value of the directOwnerRef property.voidsetRuleName(String value)Sets the value of the ruleName property.StringtoString()Generates a String representation of the contents of this type.EvaluatedPolicyRuleTypetrigger(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 newEvaluatedPolicyRuleTypeinstance.
-
EvaluatedPolicyRuleType
public EvaluatedPolicyRuleType(EvaluatedPolicyRuleType o)
Creates a newEvaluatedPolicyRuleTypeinstance by deeply copying a givenEvaluatedPolicyRuleTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
setmethod 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:
hashCodein 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:
equalsin 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:
acceptin interfaceJaxbVisitable
-
clone
public EvaluatedPolicyRuleType clone()
Creates and returns a deep copy of this object.
-
-