Class ProjectionPolicyType

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

    public class ProjectionPolicyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specification of the way how projections are handled on the resource. This defines the ways how assignments are enforced and so on. <p>Java class for ProjectionPolicyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ProjectionPolicyType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="assignmentPolicyEnforcement" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AssignmentPolicyEnforcementType" minOccurs="0"/&gt; &lt;element name="legalize" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form