public class ErrorInfo extends Object
Java class for ErrorInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="errorData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="subError" type="{http://bip.bee.kz/common/v10/Types}ErrorInfo" minOccurs="0"/>
<element name="sessionId" type="{http://bip.bee.kz/common/v10/Types}guid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorData |
protected XMLGregorianCalendar |
errorDate |
protected String |
errorMessage |
protected String |
sessionId |
protected ErrorInfo |
subError |
| Constructor and Description |
|---|
ErrorInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorData()
Gets the value of the errorData property.
|
XMLGregorianCalendar |
getErrorDate()
Gets the value of the errorDate property.
|
String |
getErrorMessage()
Gets the value of the errorMessage property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
ErrorInfo |
getSubError()
Gets the value of the subError property.
|
void |
setErrorCode(String value)
Sets the value of the errorCode property.
|
void |
setErrorData(String value)
Sets the value of the errorData property.
|
void |
setErrorDate(XMLGregorianCalendar value)
Sets the value of the errorDate property.
|
void |
setErrorMessage(String value)
Sets the value of the errorMessage property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
void |
setSubError(ErrorInfo value)
Sets the value of the subError property.
|
protected String errorCode
protected String errorMessage
protected String errorData
protected XMLGregorianCalendar errorDate
protected ErrorInfo subError
protected String sessionId
public String getErrorCode()
Stringpublic void setErrorCode(String value)
value - allowed object is
Stringpublic String getErrorMessage()
Stringpublic void setErrorMessage(String value)
value - allowed object is
Stringpublic String getErrorData()
Stringpublic void setErrorData(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getErrorDate()
XMLGregorianCalendarpublic void setErrorDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ErrorInfo getSubError()
ErrorInfopublic void setSubError(ErrorInfo value)
value - allowed object is
ErrorInfopublic String getSessionId()
StringCopyright © 2016. All rights reserved.