|
||||||||||
| 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.DiagnosticsMessageType
public class DiagnosticsMessageType
!!! DEPRECATED !!! A situation (error or warning) that was detected during a test.
Java class for DiagnosticsMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiagnosticsMessageType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="details" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
details
|
protected java.lang.String |
message
|
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp
|
| Constructor Summary | |
|---|---|
DiagnosticsMessageType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDetails()
Gets the value of the details property. |
java.lang.String |
getMessage()
Gets the value of the message property. |
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property. |
void |
setDetails(java.lang.String value)
Sets the value of the details property. |
void |
setMessage(java.lang.String 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 java.lang.String message
protected java.lang.String details
protected javax.xml.datatype.XMLGregorianCalendar timestamp
| Constructor Detail |
|---|
public DiagnosticsMessageType()
| Method Detail |
|---|
public java.lang.String getMessage()
Stringpublic void setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDetails()
Stringpublic void setDetails(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic 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 | |||||||||