|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.ehbox.core.v3.ErrorType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-04-09T03:52:47+02:00",
comments="JAXB RI v2.2.11")
public class ErrorTypeSpecifies content of a Error notification
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 Summary | |
|---|---|
ErrorType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorType()
| Method Detail |
|---|
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()
Stringpublic void setPublicationId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||