public static class SystemErrorReport.ReportPart extends AbstractReportPart
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractReportPart">
<sequence>
<element name="ErrorCode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="ErrorInfo" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodedValue |
errorCode |
protected LocalizedText |
errorInfo |
extension, sourceMds| Constructor and Description |
|---|
ReportPart() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
CodedValue |
getErrorCode()
Gets the value of the errorCode property.
|
LocalizedText |
getErrorInfo()
Gets the value of the errorInfo property.
|
int |
hashCode() |
void |
setErrorCode(CodedValue value)
Sets the value of the errorCode property.
|
void |
setErrorInfo(LocalizedText value)
Sets the value of the errorInfo property.
|
java.lang.String |
toString() |
getExtension, getSourceMds, setExtension, setSourceMdsprotected CodedValue errorCode
protected LocalizedText errorInfo
public CodedValue getErrorCode()
CodedValuepublic void setErrorCode(CodedValue value)
value - allowed object is
CodedValuepublic LocalizedText getErrorInfo()
LocalizedTextpublic void setErrorInfo(LocalizedText value)
value - allowed object is
LocalizedTextpublic java.lang.String toString()
toString in class AbstractReportPartpublic boolean equals(java.lang.Object that)
equals in class AbstractReportPartpublic int hashCode()
hashCode in class AbstractReportPart