Package nl.egem.stuf.stuf0204
Class FoutBericht.Body
java.lang.Object
nl.egem.stuf.stuf0204.FoutBericht.Body
- Enclosing class:
- 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 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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
Gets the value of the code property.Gets the value of the omschrijving property.getPlek()
Gets the value of the plek property.void
Sets the value of the code property.void
setOmschrijving
(String value) Sets the value of the omschrijving property.void
Sets the value of the plek property.
-
Field Details
-
code
-
plek
-
omschrijving
-
-
Constructor Details
-
Body
public Body()
-
-
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
-
getPlek
Gets the value of the plek property.- Returns:
- possible object is
FoutPlek
-
setPlek
Sets the value of the plek property.- Parameters:
value
- allowed object isFoutPlek
-
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
-