Class Melding
java.lang.Object
nl.kadaster.schemas.generiek_extern.procesresultaat.v20110922.Melding
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the omschrijving property.Dit element is een bouwsteen, welke gebruikt kan worden om de ernst van een fout aan te geven.void
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.
-
Field Details
-
code
-
omschrijving
-
severityCode
-
-
Constructor Details
-
Melding
public Melding()
-
-
Method Details
-
getCode
Gets the value of the code property.- Returns:
- possible object is
String
-
setCode
Sets the value of the code property.- Parameters:
value
- allowed object isString
-
getOmschrijving
Gets the value of the omschrijving property.- Returns:
- possible object is
String
-
setOmschrijving
Sets the value of the omschrijving 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
-