com.quartzdesk.service.types.v3_0.fault
Class FaultInfo

java.lang.Object
  extended by com.quartzdesk.service.types.v3_0.fault.FaultInfo
Direct Known Subclasses:
SecurityFaultInfo, ServiceFaultInfo

public class FaultInfo
extends Object

Java class for FaultInfo complex type.

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

 <complexType name="FaultInfo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stackTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cause" type="{http://service.quartzdesk.com/types/v3_0/fault}FaultInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  FaultInfo cause
           
protected  String message
           
protected  String stackTrace
           
 
Constructor Summary
FaultInfo()
           
 
Method Summary
 FaultInfo getCause()
          Gets the value of the cause property.
 String getMessage()
          Gets the value of the message property.
 String getStackTrace()
          Gets the value of the stackTrace property.
 void setCause(FaultInfo value)
          Sets the value of the cause property.
 void setMessage(String value)
          Sets the value of the message property.
 void setStackTrace(String value)
          Sets the value of the stackTrace property.
 FaultInfo withCause(FaultInfo value)
           
 FaultInfo withMessage(String value)
           
 FaultInfo withStackTrace(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

message

protected String message

stackTrace

protected String stackTrace

cause

protected FaultInfo cause
Constructor Detail

FaultInfo

public FaultInfo()
Method Detail

getMessage

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

Returns:
possible object is String

setMessage

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

Parameters:
value - allowed object is String

getStackTrace

public String getStackTrace()
Gets the value of the stackTrace property.

Returns:
possible object is String

setStackTrace

public void setStackTrace(String value)
Sets the value of the stackTrace property.

Parameters:
value - allowed object is String

getCause

public FaultInfo getCause()
Gets the value of the cause property.

Returns:
possible object is FaultInfo

setCause

public void setCause(FaultInfo value)
Sets the value of the cause property.

Parameters:
value - allowed object is FaultInfo

withMessage

public FaultInfo withMessage(String value)

withStackTrace

public FaultInfo withStackTrace(String value)

withCause

public FaultInfo withCause(FaultInfo value)


Copyright © 2013–2017 QuartzDesk.com. All rights reserved.