Class FoutBericht

java.lang.Object
nl.egem.stuf.stuf0204.FoutBericht

public class FoutBericht 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 ref="{http://www.egem.nl/StUF/StUF0204}stuurgegevens"/>
        <element name="body">
          <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>
        </element>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

  • Constructor Details

    • FoutBericht

      public FoutBericht()
  • Method Details

    • getStuurgegevens

      public Stuurgegevens getStuurgegevens()
      Gets the value of the stuurgegevens property.
      Returns:
      possible object is Stuurgegevens
    • setStuurgegevens

      public void setStuurgegevens(Stuurgegevens value)
      Sets the value of the stuurgegevens property.
      Parameters:
      value - allowed object is Stuurgegevens
    • getBody

      public FoutBericht.Body getBody()
      Gets the value of the body property.
      Returns:
      possible object is FoutBericht.Body
    • setBody

      public void setBody(FoutBericht.Body value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is FoutBericht.Body