|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.quartzdesk.service.types.v5_0.fault.FaultInfo
public class FaultInfo
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/v5_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 |
|---|
protected String message
protected String stackTrace
protected FaultInfo cause
| Constructor Detail |
|---|
public FaultInfo()
| Method Detail |
|---|
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getStackTrace()
Stringpublic void setStackTrace(String value)
value - allowed object is
Stringpublic FaultInfo getCause()
FaultInfopublic void setCause(FaultInfo value)
value - allowed object is
FaultInfopublic FaultInfo withMessage(String value)
public FaultInfo withStackTrace(String value)
public FaultInfo withCause(FaultInfo value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||