public class SystemErrorReportReportPart extends ReportPart
Java class for SystemErrorReportReportPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemErrorReportReportPart">
<complexContent>
<extension base="{http://message-model-uri/15/04}AbstractReportPart">
<sequence>
<element name="ErrorCode" type="{http://domain-model-uri/15/04}CodedValue"/>
<element name="ErrorInfo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
errorCode |
protected String |
errorInfo |
extension, sourceMDS| Constructor and Description |
|---|
SystemErrorReportReportPart() |
| Modifier and Type | Method and Description |
|---|---|
CodedValue |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getErrorInfo()
Gets the value of the errorInfo property.
|
void |
setErrorCode(CodedValue value)
Sets the value of the errorCode property.
|
void |
setErrorInfo(String value)
Sets the value of the errorInfo property.
|
getExtension, getSourceMDS, setExtension, setSourceMDSprotected CodedValue errorCode
protected String errorInfo
public CodedValue getErrorCode()
CodedValuepublic void setErrorCode(CodedValue value)
value - allowed object is
CodedValuepublic String getErrorInfo()
StringCopyright © 2016. All rights reserved.