public class ScheduleType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected String |
cronLikePattern |
protected XMLGregorianCalendar |
earliestStartTime |
static QName |
F_CRON_LIKE_PATTERN |
static QName |
F_EARLIEST_START_TIME |
static QName |
F_INTERVAL |
static QName |
F_LATEST_FINISH_TIME |
static QName |
F_LATEST_START_TIME |
static QName |
F_MISFIRE_ACTION |
protected Integer |
interval |
protected XMLGregorianCalendar |
latestFinishTime |
protected XMLGregorianCalendar |
latestStartTime |
protected MisfireActionType |
misfireAction |
| Constructor and Description |
|---|
ScheduleType()
Creates a new
ScheduleType instance. |
ScheduleType(ScheduleType o)
Creates a new
ScheduleType instance by deeply copying a given ScheduleType instance. |
| Modifier and Type | Method and Description |
|---|---|
ScheduleType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getCronLikePattern()
Gets the value of the cronLikePattern property.
|
XMLGregorianCalendar |
getEarliestStartTime()
Gets the value of the earliestStartTime property.
|
Integer |
getInterval()
Gets the value of the interval property.
|
XMLGregorianCalendar |
getLatestFinishTime()
Gets the value of the latestFinishTime property.
|
XMLGregorianCalendar |
getLatestStartTime()
Gets the value of the latestStartTime property.
|
MisfireActionType |
getMisfireAction()
Gets the value of the misfireAction property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setCronLikePattern(String value)
Sets the value of the cronLikePattern property.
|
void |
setEarliestStartTime(XMLGregorianCalendar value)
Sets the value of the earliestStartTime property.
|
void |
setInterval(Integer value)
Sets the value of the interval property.
|
void |
setLatestFinishTime(XMLGregorianCalendar value)
Sets the value of the latestFinishTime property.
|
void |
setLatestStartTime(XMLGregorianCalendar value)
Sets the value of the latestStartTime property.
|
void |
setMisfireAction(MisfireActionType value)
Sets the value of the misfireAction property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected XMLGregorianCalendar earliestStartTime
protected XMLGregorianCalendar latestStartTime
protected XMLGregorianCalendar latestFinishTime
protected Integer interval
protected String cronLikePattern
protected MisfireActionType misfireAction
public static final QName COMPLEX_TYPE
public static final QName F_EARLIEST_START_TIME
public static final QName F_LATEST_START_TIME
public static final QName F_LATEST_FINISH_TIME
public static final QName F_INTERVAL
public static final QName F_CRON_LIKE_PATTERN
public static final QName F_MISFIRE_ACTION
public ScheduleType()
ScheduleType instance.public ScheduleType(ScheduleType o)
ScheduleType instance by deeply copying a given ScheduleType instance.o - The instance to copy.NullPointerException - if o is null.public XMLGregorianCalendar getEarliestStartTime()
XMLGregorianCalendarpublic void setEarliestStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLatestStartTime()
XMLGregorianCalendarpublic void setLatestStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getLatestFinishTime()
XMLGregorianCalendarpublic void setLatestFinishTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getInterval()
Integerpublic void setInterval(Integer value)
value - allowed object is
Integerpublic String getCronLikePattern()
Stringpublic void setCronLikePattern(String value)
value - allowed object is
Stringpublic MisfireActionType getMisfireAction()
MisfireActionTypepublic void setMisfireAction(MisfireActionType value)
value - allowed object is
MisfireActionTypepublic String toString()
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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic ScheduleType clone()
Copyright © 2016 Evolveum. All rights reserved.