Class ProcesVerwerking
java.lang.Object
nl.kadaster.schemas.generiek_extern.procesresultaat.v20110922.ProcesVerwerking
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>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDit element is een bouwsteen, welke gebruikt kan worden om een melding, in het bijzonder een foutmelding, terug te koppelen.Gets the value of the procesVerwerkingCode property.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.
-
Field Details
-
procesVerwerkingCode
-
severityCode
-
melding
-
-
Constructor Details
-
ProcesVerwerking
public ProcesVerwerking()
-
-
Method Details
-
getProcesVerwerkingCode
Gets the value of the procesVerwerkingCode property.- Returns:
- possible object is
String
-
setProcesVerwerkingCode
Sets the value of the procesVerwerkingCode property.- Parameters:
value
- allowed object isString
-
getSeverityCode
Dit element is een bouwsteen, welke gebruikt kan worden om de ernst van een fout aan te geven. De standaard classificaties worden gebruikt (in aflopende volgorde van ernst): SECURITY, FATAL, ERROR, WARNING, INFO. De default is INFO.- Returns:
- possible object is
String
-
setSeverityCode
Sets the value of the severityCode property.- Parameters:
value
- allowed object isString
-
getMelding
Dit element is een bouwsteen, welke gebruikt kan worden om een melding, in het bijzonder een foutmelding, terug te koppelen. Gets the value of the melding property.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
-