Class ScheduleType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class ScheduleType
    extends Object
    implements Serializable, Cloneable, Containerable
    Task schedule. Specifies when and how often something should happen.

    Java class for ScheduleType complex type.

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

     <complexType name="ScheduleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="earliestStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="latestStartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="latestFinishTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="interval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="cronLikePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="misfireAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MisfireActionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form