Class Stuurgegevens.Antwoord

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

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

    • indicatorVervolgvraag

      protected Boolean indicatorVervolgvraag
    • indicatorAfnemerIndicatie

      protected Boolean indicatorAfnemerIndicatie
    • crossRefNummer

      protected String crossRefNummer
    • foutmelding

      protected String foutmelding
  • Constructor Details

    • Antwoord

      public Antwoord()
  • Method Details

    • 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
    • getCrossRefNummer

      public String getCrossRefNummer()
      Gets the value of the crossRefNummer property.
      Returns:
      possible object is String
    • setCrossRefNummer

      public void setCrossRefNummer(String value)
      Sets the value of the crossRefNummer property.
      Parameters:
      value - allowed object is String
    • getFoutmelding

      public String getFoutmelding()
      Gets the value of the foutmelding property.
      Returns:
      possible object is String
    • setFoutmelding

      public void setFoutmelding(String value)
      Sets the value of the foutmelding property.
      Parameters:
      value - allowed object is String