public class ProcesVerwerking extends Object
Java class for ProcesVerwerking complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcesVerwerking">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.kadaster.nl/schemas/generiek-extern/procesresultaat/v20110922}ProcesVerwerkingCode"/>
<element ref="{http://www.kadaster.nl/schemas/generiek-extern/procesresultaat/v20110922}SeverityCode"/>
<element ref="{http://www.kadaster.nl/schemas/generiek-extern/procesresultaat/v20110922}Melding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Melding> |
melding |
protected String |
procesVerwerkingCode |
protected String |
severityCode |
| Constructor and Description |
|---|
ProcesVerwerking() |
| Modifier and Type | Method and Description |
|---|---|
List<Melding> |
getMelding()
Dit element is een bouwsteen, welke gebruikt kan worden om een melding, in het bijzonder een foutmelding, terug te koppelen.
|
String |
getProcesVerwerkingCode()
Gets the value of the procesVerwerkingCode property.
|
String |
getSeverityCode()
Dit element is een bouwsteen, welke gebruikt kan worden om de ernst van een fout aan te geven.
|
void |
setProcesVerwerkingCode(String value)
Sets the value of the procesVerwerkingCode property.
|
void |
setSeverityCode(String value)
Sets the value of the severityCode property.
|
protected String procesVerwerkingCode
protected String severityCode
public String getProcesVerwerkingCode()
Stringpublic void setProcesVerwerkingCode(String value)
value - allowed object is
Stringpublic String getSeverityCode()
Stringpublic void setSeverityCode(String value)
value - allowed object is
Stringpublic List<Melding> getMelding()
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 melding property.
For example, to add a new item, do as follows:
getMelding().add(newItem);
Objects of the following type(s) are allowed in the list
Melding
Copyright © 2018 B3Partners B.V.. All rights reserved.