Class MultiplicityPolicyConstraintType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class MultiplicityPolicyConstraintType
    extends AbstractPolicyConstraintType
    implements Serializable, Cloneable, Containerable
    Constraint on multiplicity of assigned objects. (Other multiplicity requirements will be probably treated in separate constraints, like "constraint that restricts value(s) of given item, based on a set of conditions that must be met".)

    Java class for MultiplicityPolicyConstraintType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MultiplicityPolicyConstraintType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractPolicyConstraintType">
           <sequence>
             <element name="multiplicity" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form