Class ObjectPolicyConfigurationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class ObjectPolicyConfigurationType
    extends ArchetypePolicyType
    implements Serializable, Cloneable, Containerable
    Definition of policy for a specific object type. It defines object template and similar settings that apply to the object alone. This policy settings apply to the object internal structure without regard to other objects. <p>Java class for ObjectPolicyConfigurationType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ObjectPolicyConfigurationType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ArchetypePolicyType"&gt; &lt;sequence&gt; &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/&gt; &lt;element name="subtype" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form