@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:27:44+02:00", comments="JAXB RI v2.3.7") public class ErrorType extends Object implements Serializable
Java class for ErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErrorType">
<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" maxOccurs="unbounded"/>
<choice minOccurs="0">
<element name="Destination" type="{urn:be:fgov:ehealth:ehbox:core:v3}EhboxIdentifierType" maxOccurs="unbounded"/>
<element name="Failure" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</choice>
</sequence>
<attribute name="PublicationId" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ErrorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
List<EhboxIdentifierType> |
getDestinations()
Gets the value of the destinations property.
|
List<String> |
getFailures()
Gets the value of the failures property.
|
List<String> |
getMessages()
Gets the value of the messages property.
|
String |
getPublicationId()
Gets the value of the publicationId property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setPublicationId(String value)
Sets the value of the publicationId property.
|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic List<String> getMessages()
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 messages property.
For example, to add a new item, do as follows:
getMessages().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getFailures()
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 failures property.
For example, to add a new item, do as follows:
getFailures().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<EhboxIdentifierType> getDestinations()
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 destinations property.
For example, to add a new item, do as follows:
getDestinations().add(newItem);
Objects of the following type(s) are allowed in the list
EhboxIdentifierType
public String getPublicationId()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.