Package nl.egem.stuf.stuf0204
Class Stuurgegevens.Vraag
java.lang.Object
nl.egem.stuf.stuf0204.Stuurgegevens.Vraag
- 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="sortering" type="{http://www.egem.nl/StUF/StUF0204}Sortering" minOccurs="0"/> <element name="maximumAantal" type="{http://www.egem.nl/StUF/StUF0204}MaximumAantal" minOccurs="0"/> <element name="indicatorHistorisch" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected BigInteger
protected BigInteger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the maximumAantal property.Gets the value of the sortering property.Gets the value of the indicatorAfnemerIndicatie property.Gets the value of the indicatorHistorisch property.Gets the value of the indicatorVervolgvraag property.void
Sets the value of the indicatorAfnemerIndicatie property.void
setIndicatorHistorisch
(Boolean value) Sets the value of the indicatorHistorisch property.void
setIndicatorVervolgvraag
(Boolean value) Sets the value of the indicatorVervolgvraag property.void
setMaximumAantal
(BigInteger value) Sets the value of the maximumAantal property.void
setSortering
(BigInteger value) Sets the value of the sortering property.
-
Field Details
-
sortering
-
maximumAantal
-
indicatorHistorisch
-
indicatorVervolgvraag
-
indicatorAfnemerIndicatie
-
-
Constructor Details
-
Vraag
public Vraag()
-
-
Method Details
-
getSortering
Gets the value of the sortering property.- Returns:
- possible object is
BigInteger
-
setSortering
Sets the value of the sortering property.- Parameters:
value
- allowed object isBigInteger
-
getMaximumAantal
Gets the value of the maximumAantal property.- Returns:
- possible object is
BigInteger
-
setMaximumAantal
Sets the value of the maximumAantal property.- Parameters:
value
- allowed object isBigInteger
-
isIndicatorHistorisch
Gets the value of the indicatorHistorisch property.- Returns:
- possible object is
Boolean
-
setIndicatorHistorisch
Sets the value of the indicatorHistorisch property.- Parameters:
value
- allowed object isBoolean
-
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
-