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

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.CycleType
All Implemented Interfaces:
java.io.Serializable

public class CycleType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

name

protected java.lang.String name

displayName

protected java.lang.String displayName

running

protected boolean running

lastStatus

protected java.lang.String lastStatus

lastRunStart

protected javax.xml.datatype.XMLGregorianCalendar lastRunStart

lastRunFinish

protected javax.xml.datatype.XMLGregorianCalendar lastRunFinish

lastError

protected CycleType.LastError lastError
Constructor Detail

CycleType

public CycleType()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

isRunning

public boolean isRunning()
Gets the value of the running property.


setRunning

public void setRunning(boolean value)
Sets the value of the running property.


getLastStatus

public java.lang.String getLastStatus()
Gets the value of the lastStatus property.

Returns:
possible object is String

setLastStatus

public void setLastStatus(java.lang.String value)
Sets the value of the lastStatus property.

Parameters:
value - allowed object is String

getLastRunStart

public javax.xml.datatype.XMLGregorianCalendar getLastRunStart()
Gets the value of the lastRunStart property.

Returns:
possible object is XMLGregorianCalendar

setLastRunStart

public void setLastRunStart(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunStart property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastRunFinish

public javax.xml.datatype.XMLGregorianCalendar getLastRunFinish()
Gets the value of the lastRunFinish property.

Returns:
possible object is XMLGregorianCalendar

setLastRunFinish

public void setLastRunFinish(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastRunFinish property.

Parameters:
value - allowed object is XMLGregorianCalendar

getLastError

public CycleType.LastError getLastError()
Gets the value of the lastError property.

Returns:
possible object is CycleType.LastError

setLastError

public void setLastError(CycleType.LastError value)
Sets the value of the lastError property.

Parameters:
value - allowed object is CycleType.LastError


Copyright © 2011 evolveum. All Rights Reserved.