public class FaultDetailsType
extends java.lang.Object
Java class for FaultDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FaultDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Severity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DetailedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
detailedMessage |
protected java.lang.String |
errorCode |
protected java.lang.String |
severity |
| Constructor and Description |
|---|
FaultDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDetailedMessage()
Gets the value of the detailedMessage property.
|
java.lang.String |
getErrorCode()
Gets the value of the errorCode property.
|
java.lang.String |
getSeverity()
Gets the value of the severity property.
|
void |
setDetailedMessage(java.lang.String value)
Sets the value of the detailedMessage property.
|
void |
setErrorCode(java.lang.String value)
Sets the value of the errorCode property.
|
void |
setSeverity(java.lang.String value)
Sets the value of the severity property.
|
protected java.lang.String errorCode
protected java.lang.String severity
protected java.lang.String detailedMessage
public java.lang.String getErrorCode()
Stringpublic void setErrorCode(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSeverity()
Stringpublic void setSeverity(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getDetailedMessage()
Stringpublic void setDetailedMessage(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.