Class Stuurgegevens.Vraag

java.lang.Object
nl.egem.stuf.stuf0204.Stuurgegevens.Vraag
Enclosing class:
Stuurgegevens

public static class Stuurgegevens.Vraag 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="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 Details

    • sortering

      protected BigInteger sortering
    • maximumAantal

      protected BigInteger maximumAantal
    • indicatorHistorisch

      protected Boolean indicatorHistorisch
    • indicatorVervolgvraag

      protected Boolean indicatorVervolgvraag
    • indicatorAfnemerIndicatie

      protected Boolean indicatorAfnemerIndicatie
  • Constructor Details

    • Vraag

      public Vraag()
  • Method Details

    • getSortering

      public BigInteger getSortering()
      Gets the value of the sortering property.
      Returns:
      possible object is BigInteger
    • setSortering

      public void setSortering(BigInteger value)
      Sets the value of the sortering property.
      Parameters:
      value - allowed object is BigInteger
    • getMaximumAantal

      public BigInteger getMaximumAantal()
      Gets the value of the maximumAantal property.
      Returns:
      possible object is BigInteger
    • setMaximumAantal

      public void setMaximumAantal(BigInteger value)
      Sets the value of the maximumAantal property.
      Parameters:
      value - allowed object is BigInteger
    • isIndicatorHistorisch

      public Boolean isIndicatorHistorisch()
      Gets the value of the indicatorHistorisch property.
      Returns:
      possible object is Boolean
    • setIndicatorHistorisch

      public void setIndicatorHistorisch(Boolean value)
      Sets the value of the indicatorHistorisch property.
      Parameters:
      value - allowed object is Boolean
    • isIndicatorVervolgvraag

      public Boolean isIndicatorVervolgvraag()
      Gets the value of the indicatorVervolgvraag property.
      Returns:
      possible object is Boolean
    • setIndicatorVervolgvraag

      public void setIndicatorVervolgvraag(Boolean value)
      Sets the value of the indicatorVervolgvraag property.
      Parameters:
      value - allowed object is Boolean
    • isIndicatorAfnemerIndicatie

      public Boolean isIndicatorAfnemerIndicatie()
      Gets the value of the indicatorAfnemerIndicatie property.
      Returns:
      possible object is Boolean
    • setIndicatorAfnemerIndicatie

      public void setIndicatorAfnemerIndicatie(Boolean value)
      Sets the value of the indicatorAfnemerIndicatie property.
      Parameters:
      value - allowed object is Boolean