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()
String
public void setErrorCode(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSeverity()
String
public void setSeverity(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDetailedMessage()
String
public void setDetailedMessage(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.