com.evolveum.midpoint.xml.ns._public.common.common_1
Class ScheduleType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.ScheduleType
- All Implemented Interfaces:
- java.io.Serializable
public class ScheduleType
- extends java.lang.Object
- implements java.io.Serializable
Task schedule. Specifies when and how often something should happen.
UNSTABLE. This type will most likely change. A lot.
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="interval" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Field Summary |
protected java.math.BigInteger |
interval
|
Method Summary |
java.math.BigInteger |
getInterval()
Gets the value of the interval property. |
void |
setInterval(java.math.BigInteger value)
Sets the value of the interval property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interval
protected java.math.BigInteger interval
ScheduleType
public ScheduleType()
getInterval
public java.math.BigInteger getInterval()
- Gets the value of the interval property.
- Returns:
- possible object is
BigInteger
setInterval
public void setInterval(java.math.BigInteger value)
- Sets the value of the interval property.
- Parameters:
value
- allowed object is
BigInteger
Copyright © 2011 evolveum. All Rights Reserved.