|
||||||||||
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.LastError
public static class CycleType.LastError
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>
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 |
---|
protected DiagnosticsMessageType message
protected javax.xml.datatype.XMLGregorianCalendar timestamp
Constructor Detail |
---|
public CycleType.LastError()
Method Detail |
---|
public DiagnosticsMessageType getMessage()
DiagnosticsMessageType
public void setMessage(DiagnosticsMessageType value)
value
- allowed object is
DiagnosticsMessageType
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |