public class Error extends Object implements Serializable
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element ref="{http://schema.samply.de/osse/MdrKey}MdrKey" maxOccurs="unbounded" minOccurs="0"/>
<element name="extension" type="{http://schema.samply.de/osse/Error}ErrorAttachment" minOccurs="0"/>
</sequence>
<attribute name="errorCode" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
description |
protected int |
errorCode |
protected ErrorAttachment |
extension |
protected List<String> |
mdrKey |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDescription()
Gets the value of the description property.
|
int |
getErrorCode()
Gets the value of the errorCode property.
|
ErrorAttachment |
getExtension()
Gets the value of the extension property.
|
List<String> |
getMdrKey()
Gets the value of the mdrKey property.
|
void |
setDescription(Object value)
Sets the value of the description property.
|
void |
setErrorCode(int value)
Sets the value of the errorCode property.
|
void |
setExtension(ErrorAttachment value)
Sets the value of the extension property.
|
protected Object description
protected ErrorAttachment extension
protected int errorCode
public Object getDescription()
Objectpublic void setDescription(Object value)
value - allowed object is Objectpublic List<String> getMdrKey()
set method for the mdrKey property.
For example, to add a new item, do as follows:
getMdrKey().add(newItem);
Objects of the following type(s) are allowed in the list Stringpublic ErrorAttachment getExtension()
ErrorAttachmentpublic void setExtension(ErrorAttachment value)
value - allowed object is ErrorAttachmentpublic int getErrorCode()
public void setErrorCode(int value)
Copyright © 2021 Samply Community. All rights reserved.