Package nl.egem.stuf.stuf0204
Class Stuurgegevens.Antwoord
java.lang.Object
nl.egem.stuf.stuf0204.Stuurgegevens.Antwoord
- Enclosing class:
- Stuurgegevens
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="indicatorVervolgvraag" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="indicatorAfnemerIndicatie" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="crossRefNummer" type="{http://www.egem.nl/StUF/StUF0204}RefNummer"/> <element name="foutmelding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the crossRefNummer property.Gets the value of the foutmelding property.Gets the value of the indicatorAfnemerIndicatie property.Gets the value of the indicatorVervolgvraag property.void
setCrossRefNummer
(String value) Sets the value of the crossRefNummer property.void
setFoutmelding
(String value) Sets the value of the foutmelding property.void
Sets the value of the indicatorAfnemerIndicatie property.void
setIndicatorVervolgvraag
(Boolean value) Sets the value of the indicatorVervolgvraag property.
-
Field Details
-
indicatorVervolgvraag
-
indicatorAfnemerIndicatie
-
crossRefNummer
-
foutmelding
-
-
Constructor Details
-
Antwoord
public Antwoord()
-
-
Method Details
-
isIndicatorVervolgvraag
Gets the value of the indicatorVervolgvraag property.- Returns:
- possible object is
Boolean
-
setIndicatorVervolgvraag
Sets the value of the indicatorVervolgvraag property.- Parameters:
value
- allowed object isBoolean
-
isIndicatorAfnemerIndicatie
Gets the value of the indicatorAfnemerIndicatie property.- Returns:
- possible object is
Boolean
-
setIndicatorAfnemerIndicatie
Sets the value of the indicatorAfnemerIndicatie property.- Parameters:
value
- allowed object isBoolean
-
getCrossRefNummer
Gets the value of the crossRefNummer property.- Returns:
- possible object is
String
-
setCrossRefNummer
Sets the value of the crossRefNummer property.- Parameters:
value
- allowed object isString
-
getFoutmelding
Gets the value of the foutmelding property.- Returns:
- possible object is
String
-
setFoutmelding
Sets the value of the foutmelding property.- Parameters:
value
- allowed object isString
-