com.evolveum.midpoint.xml.ns._public.common.common_1
Class ScheduleType

java.lang.Object
  extended by 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
           
 
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

interval

protected java.math.BigInteger interval
Constructor Detail

ScheduleType

public ScheduleType()
Method Detail

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

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object


Copyright © 2011 evolveum. All Rights Reserved.