@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:32:58+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="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="KeyValuePair" type="{http://www.mercurius.vlaanderen.be/vsb/common/v2}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Translation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="FirstNotification" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ErrorType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField()
Gets the value of the field property.
|
List<KeyValuePairType> |
getKeyValuePairs()
Gets the value of the keyValuePairs property.
|
String |
getTranslation()
Gets the value of the translation property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isFirstNotification()
Gets the value of the firstNotification property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setFirstNotification(boolean value)
Sets the value of the firstNotification property.
|
void |
setTranslation(String value)
Sets the value of the translation property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic List<KeyValuePairType> getKeyValuePairs()
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 keyValuePairs property.
For example, to add a new item, do as follows:
getKeyValuePairs().add(newItem);
Objects of the following type(s) are allowed in the list
KeyValuePairType
public String getTranslation()
Stringpublic void setTranslation(String value)
value - allowed object is
Stringpublic boolean isFirstNotification()
public void setFirstNotification(boolean value)
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.