Class SchemaAttachedPolicyRulesType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchemaAttachedPolicyRulesType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SchemaAttachedPolicyRulesType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Why was this process started? For processes based on policy rules we define it via relevant policy rules. (For legacy processes we don't provide this kind of information.) EXPERIMENTAL- 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 static QName
COMPLEX_TYPE
protected List<SchemaAttachedPolicyRuleType>
entry
static ItemName
F_ENTRY
-
Constructor Summary
Constructors Constructor Description SchemaAttachedPolicyRulesType()
SchemaAttachedPolicyRulesType(SchemaAttachedPolicyRulesType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SchemaAttachedPolicyRuleType
beginEntry()
SchemaAttachedPolicyRulesType
clone()
SchemaAttachedPolicyRulesType
entry(SchemaAttachedPolicyRuleType value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<SchemaAttachedPolicyRuleType>
getEntry()
int
hashCode(StructuredHashCodeStrategy strategy)
-
-
-
Field Detail
-
entry
protected List<SchemaAttachedPolicyRuleType> entry
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_ENTRY
public static final ItemName F_ENTRY
-
-
Constructor Detail
-
SchemaAttachedPolicyRulesType
public SchemaAttachedPolicyRulesType()
-
SchemaAttachedPolicyRulesType
public SchemaAttachedPolicyRulesType(SchemaAttachedPolicyRulesType other)
-
-
Method Detail
-
getEntry
public List<SchemaAttachedPolicyRuleType> getEntry()
-
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
-
entry
public SchemaAttachedPolicyRulesType entry(SchemaAttachedPolicyRuleType value)
-
beginEntry
public SchemaAttachedPolicyRuleType beginEntry()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public SchemaAttachedPolicyRulesType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-