Class PolicyThresholdType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class PolicyThresholdType
    extends Object
    implements Serializable, Cloneable, Containerable
    Specifies limits when is the action executed.

    Java class for PolicyThresholdType complex type.

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

     <complexType name="PolicyThresholdType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="lowWaterMark" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WaterMarkType" minOccurs="0"/>
             <element name="highWaterMark" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}WaterMarkType" minOccurs="0"/>
             <element name="timeInterval" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TimeIntervalType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form