Package nl.egem.stuf.stuf0204
Class FoutBericht
java.lang.Object
nl.egem.stuf.stuf0204.FoutBericht
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>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Java class for anonymous complex type. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetBody()
Gets the value of the body property.Gets the value of the stuurgegevens property.void
setBody
(FoutBericht.Body value) Sets the value of the body property.void
setStuurgegevens
(Stuurgegevens value) Sets the value of the stuurgegevens property.
-
Field Details
-
stuurgegevens
-
body
-
-
Constructor Details
-
FoutBericht
public FoutBericht()
-
-
Method Details
-
getStuurgegevens
Gets the value of the stuurgegevens property.- Returns:
- possible object is
Stuurgegevens
-
setStuurgegevens
Sets the value of the stuurgegevens property.- Parameters:
value
- allowed object isStuurgegevens
-
getBody
Gets the value of the body property.- Returns:
- possible object is
FoutBericht.Body
-
setBody
Sets the value of the body property.- Parameters:
value
- allowed object isFoutBericht.Body
-