Class ItemConstraintType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ItemConstraintType
    extends Object
    implements Serializable, Cloneable, Containerable
    Definition of a property constraints.

    Java class for ItemConstraintType complex type.

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

     <complexType name="ItemConstraintType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType"/>
             <element name="visibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}UserInterfaceElementVisibilityType" minOccurs="0"/>
             <element name="oidBound" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form