@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:28+02:00", comments="JAXB RI v2.2.11") public class EteeErrorType extends Object implements Serializable
Java class for EteeErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EteeErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Parameters" type="{urn:be:fgov:ehealth:etee:commons:core:v2}EteeErrorParameterType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EteeErrorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getMessage()
Gets the value of the message property.
|
List<EteeErrorParameterType> |
getParameters()
Gets the value of the parameters property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic List<EteeErrorParameterType> getParameters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
EteeErrorParameterType
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.