public class Melding extends Object
Java class for Melding complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Melding">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="omschrijving" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{http://www.kadaster.nl/schemas/generiek-extern/procesresultaat/v20110922}SeverityCode"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
omschrijving |
protected String |
severityCode |
| Constructor and Description |
|---|
Melding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getOmschrijving()
Gets the value of the omschrijving property.
|
String |
getSeverityCode()
Dit element is een bouwsteen, welke gebruikt kan worden om de ernst van een fout aan te geven.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setOmschrijving(String value)
Sets the value of the omschrijving property.
|
void |
setSeverityCode(String value)
Sets the value of the severityCode property.
|
protected String code
protected String omschrijving
protected String severityCode
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getOmschrijving()
Stringpublic void setOmschrijving(String value)
value - allowed object is
Stringpublic String getSeverityCode()
StringCopyright © 2019 B3Partners B.V.. All rights reserved.