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 Details

    • code

      protected String code
    • omschrijving

      protected String omschrijving
    • severityCode

      protected String severityCode
  • Constructor Details

    • Melding

      public Melding()
  • Method Details

    • 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 is String
    • 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 is String
    • 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
    • setSeverityCode

      public void setSeverityCode(String value)
      Sets the value of the severityCode property.
      Parameters:
      value - allowed object is String