Class FoutBericht.Body

java.lang.Object
nl.egem.stuf.stuf0204.FoutBericht.Body
Enclosing class:
FoutBericht

public static class FoutBericht.Body extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.egem.nl/StUF/StUF0204}FoutCode"/>
         <element name="plek" type="{http://www.egem.nl/StUF/StUF0204}FoutPlek"/>
         <element name="omschrijving" type="{http://www.egem.nl/StUF/StUF0204}FoutOmschrijving"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • code

      protected String code
    • plek

      protected FoutPlek plek
    • omschrijving

      protected String omschrijving
  • Constructor Details

    • Body

      public Body()
  • 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
    • getPlek

      public FoutPlek getPlek()
      Gets the value of the plek property.
      Returns:
      possible object is FoutPlek
    • setPlek

      public void setPlek(FoutPlek value)
      Sets the value of the plek property.
      Parameters:
      value - allowed object is FoutPlek
    • 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