|
||||||||||
| 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.CycleType
public class CycleType
Description of a cycle.
Java class for CycleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CycleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="running" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="lastStatus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastRunStart" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastRunFinish" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="lastError">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}DiagnosticsMessageType"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CycleType.LastError
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
displayName
|
protected CycleType.LastError |
lastError
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunFinish
|
protected javax.xml.datatype.XMLGregorianCalendar |
lastRunStart
|
protected java.lang.String |
lastStatus
|
protected java.lang.String |
name
|
protected boolean |
running
|
| Constructor Summary | |
|---|---|
CycleType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
CycleType.LastError |
getLastError()
Gets the value of the lastError property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastRunFinish()
Gets the value of the lastRunFinish property. |
javax.xml.datatype.XMLGregorianCalendar |
getLastRunStart()
Gets the value of the lastRunStart property. |
java.lang.String |
getLastStatus()
Gets the value of the lastStatus property. |
java.lang.String |
getName()
Gets the value of the name property. |
boolean |
isRunning()
Gets the value of the running property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setLastError(CycleType.LastError value)
Sets the value of the lastError property. |
void |
setLastRunFinish(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunFinish property. |
void |
setLastRunStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunStart property. |
void |
setLastStatus(java.lang.String value)
Sets the value of the lastStatus property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setRunning(boolean value)
Sets the value of the running property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String displayName
protected boolean running
protected java.lang.String lastStatus
protected javax.xml.datatype.XMLGregorianCalendar lastRunStart
protected javax.xml.datatype.XMLGregorianCalendar lastRunFinish
protected CycleType.LastError lastError
| Constructor Detail |
|---|
public CycleType()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic boolean isRunning()
public void setRunning(boolean value)
public java.lang.String getLastStatus()
Stringpublic void setLastStatus(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getLastRunStart()
XMLGregorianCalendarpublic void setLastRunStart(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getLastRunFinish()
XMLGregorianCalendarpublic void setLastRunFinish(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic CycleType.LastError getLastError()
CycleType.LastErrorpublic void setLastError(CycleType.LastError value)
value - allowed object is
CycleType.LastError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||