|
||||||||||
| 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_2a.ScheduleType
public class ScheduleType
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="missedScheduleTolerance" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="misfireAction" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}MisfireActionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.lang.String |
cronLikePattern
|
protected javax.xml.datatype.XMLGregorianCalendar |
earliestStartTime
|
static javax.xml.namespace.QName |
F_CRON_LIKE_PATTERN
|
static javax.xml.namespace.QName |
F_EARLIEST_START_TIME
|
static javax.xml.namespace.QName |
F_INTERVAL
|
static javax.xml.namespace.QName |
F_LATEST_FINISH_TIME
|
static javax.xml.namespace.QName |
F_LATEST_START_TIME
|
static javax.xml.namespace.QName |
F_MISFIRE_ACTION
|
static javax.xml.namespace.QName |
F_MISSED_SCHEDULE_TOLERANCE
|
protected java.lang.Integer |
interval
|
protected javax.xml.datatype.XMLGregorianCalendar |
latestFinishTime
|
protected javax.xml.datatype.XMLGregorianCalendar |
latestStartTime
|
protected MisfireActionType |
misfireAction
|
protected java.lang.Integer |
missedScheduleTolerance
|
| Constructor Summary | |
|---|---|
ScheduleType()
Creates a new ScheduleType instance. |
|
ScheduleType(ScheduleType o)
Creates a new ScheduleType instance by deeply copying a given ScheduleType instance. |
|
| Method Summary | |
|---|---|
ScheduleType |
clone()
Creates and returns a deep copy of this object. |
boolean |
equals(java.lang.Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
java.lang.String |
getCronLikePattern()
Gets the value of the cronLikePattern property. |
javax.xml.datatype.XMLGregorianCalendar |
getEarliestStartTime()
Gets the value of the earliestStartTime property. |
java.lang.Integer |
getInterval()
Gets the value of the interval property. |
javax.xml.datatype.XMLGregorianCalendar |
getLatestFinishTime()
Gets the value of the latestFinishTime property. |
javax.xml.datatype.XMLGregorianCalendar |
getLatestStartTime()
Gets the value of the latestStartTime property. |
MisfireActionType |
getMisfireAction()
Gets the value of the misfireAction property. |
java.lang.Integer |
getMissedScheduleTolerance()
Gets the value of the missedScheduleTolerance property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCronLikePattern(java.lang.String value)
Sets the value of the cronLikePattern property. |
void |
setEarliestStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the earliestStartTime property. |
void |
setInterval(java.lang.Integer value)
Sets the value of the interval property. |
void |
setLatestFinishTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the latestFinishTime property. |
void |
setLatestStartTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the latestStartTime property. |
void |
setMisfireAction(MisfireActionType value)
Sets the value of the misfireAction property. |
void |
setMissedScheduleTolerance(java.lang.Integer value)
Sets the value of the missedScheduleTolerance property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected javax.xml.datatype.XMLGregorianCalendar earliestStartTime
protected javax.xml.datatype.XMLGregorianCalendar latestStartTime
protected javax.xml.datatype.XMLGregorianCalendar latestFinishTime
protected java.lang.Integer interval
protected java.lang.String cronLikePattern
protected java.lang.Integer missedScheduleTolerance
protected MisfireActionType misfireAction
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_EARLIEST_START_TIME
public static final javax.xml.namespace.QName F_LATEST_START_TIME
public static final javax.xml.namespace.QName F_LATEST_FINISH_TIME
public static final javax.xml.namespace.QName F_INTERVAL
public static final javax.xml.namespace.QName F_CRON_LIKE_PATTERN
public static final javax.xml.namespace.QName F_MISSED_SCHEDULE_TOLERANCE
public static final javax.xml.namespace.QName F_MISFIRE_ACTION
| Constructor Detail |
|---|
public ScheduleType()
ScheduleType instance.
public ScheduleType(ScheduleType o)
ScheduleType instance by deeply copying a given ScheduleType instance.
o - The instance to copy.
java.lang.NullPointerException - if o is null.| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getEarliestStartTime()
XMLGregorianCalendarpublic void setEarliestStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLatestStartTime()
XMLGregorianCalendarpublic void setLatestStartTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLatestFinishTime()
XMLGregorianCalendarpublic void setLatestFinishTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getInterval()
Integerpublic void setInterval(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCronLikePattern()
Stringpublic void setCronLikePattern(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getMissedScheduleTolerance()
Integerpublic void setMissedScheduleTolerance(java.lang.Integer value)
value - allowed object is
Integerpublic MisfireActionType getMisfireAction()
MisfireActionTypepublic void setMisfireAction(MisfireActionType value)
value - allowed object is
MisfireActionTypepublic java.lang.String toString()
toString in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic ScheduleType clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||