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

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

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

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

See Also:
Serialized Form

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

message

protected java.lang.String message

details

protected java.lang.String details

timestamp

protected javax.xml.datatype.XMLGregorianCalendar timestamp
Constructor Detail

DiagnosticsMessageType

public DiagnosticsMessageType()
Method Detail

getMessage

public java.lang.String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(java.lang.String value)
Sets the value of the message property.

Parameters:
value - allowed object is String

getDetails

public java.lang.String getDetails()
Gets the value of the details property.

Returns:
possible object is String

setDetails

public void setDetails(java.lang.String value)
Sets the value of the details property.

Parameters:
value - allowed object is String

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.