Class Melding
- java.lang.Object
-
- nl.kadaster.schemas.generiek_extern.procesresultaat.v20110922.Melding
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected String
code
protected String
omschrijving
protected String
severityCode
-
Constructor Summary
Constructors Constructor Description Melding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getCode
public String getCode()
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
public void setCode(String value)
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getOmschrijving
public String getOmschrijving()
Gets the value of the omschrijving property.- Returns:
- possible object is
String
-
setOmschrijving
public void setOmschrijving(String value)
Sets the value of the omschrijving property.- Parameters:
value
- allowed object isString
-
getSeverityCode
public String 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
-
-