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

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

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

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 

See Also:
Serialized Form

Field Summary
protected  DiagnosticsMessageType message
           
protected  javax.xml.datatype.XMLGregorianCalendar timestamp
           
 
Constructor Summary
CycleType.LastError()
           
 
Method Summary
 DiagnosticsMessageType getMessage()
          Gets the value of the message property.
 javax.xml.datatype.XMLGregorianCalendar getTimestamp()
          Gets the value of the timestamp property.
 void setMessage(DiagnosticsMessageType value)
          Sets the value of the message property.
 void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the timestamp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected DiagnosticsMessageType message

timestamp

protected javax.xml.datatype.XMLGregorianCalendar timestamp
Constructor Detail

CycleType.LastError

public CycleType.LastError()
Method Detail

getMessage

public DiagnosticsMessageType getMessage()
Gets the value of the message property.

Returns:
possible object is DiagnosticsMessageType

setMessage

public void setMessage(DiagnosticsMessageType value)
Sets the value of the message property.

Parameters:
value - allowed object is DiagnosticsMessageType

getTimestamp

public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is XMLGregorianCalendar

setTimestamp

public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar


Copyright © 2011 evolveum. All Rights Reserved.