|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ScheduleType
public class ScheduleType
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>
Field Summary | |
---|---|
protected java.math.BigInteger |
interval
|
Constructor Summary | |
---|---|
ScheduleType()
|
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. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.math.BigInteger interval
Constructor Detail |
---|
public ScheduleType()
Method Detail |
---|
public java.math.BigInteger getInterval()
BigInteger
public void setInterval(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |