Package nl.egem.stuf.stuf0204
Class BevestigingsBericht
java.lang.Object
nl.egem.stuf.stuf0204.BevestigingsBericht
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"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the stuurgegevens property.void
setStuurgegevens
(Stuurgegevens value) Sets the value of the stuurgegevens property.
-
Field Details
-
stuurgegevens
-
-
Constructor Details
-
BevestigingsBericht
public BevestigingsBericht()
-
-
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
-