
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
omschrijving |
protected FoutPlek |
plek |
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getOmschrijving()
Gets the value of the omschrijving property.
|
FoutPlek |
getPlek()
Gets the value of the plek property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setOmschrijving(String value)
Sets the value of the omschrijving property.
|
void |
setPlek(FoutPlek value)
Sets the value of the plek property.
|
protected String code
protected FoutPlek plek
protected String omschrijving
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic FoutPlek getPlek()
FoutPlekpublic void setPlek(FoutPlek value)
value - allowed object is
FoutPlekpublic String getOmschrijving()
StringCopyright © 2014–2020 B3Partners B.V.. All rights reserved.