Class Stuurgegevens

java.lang.Object
nl.egem.stuf.stuf0204.Stuurgegevens

public class Stuurgegevens 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="berichtsoort">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="4"/>
               <maxLength value="4"/>
               <pattern value="Fo01"/>
               <pattern value="Lv01"/>
               <pattern value="Lv02"/>
               <pattern value="La01"/>
               <pattern value="La02"/>
               <pattern value="Lk01"/>
               <pattern value="Bv01"/>
             </restriction>
           </simpleType>
         </element>
         <element name="entiteittype">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="3"/>
               <maxLength value="3"/>
             </restriction>
           </simpleType>
         </element>
         <element name="sectormodel" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="versieStUF" type="{http://www.egem.nl/StUF/StUF0204}Versienr"/>
         <element name="versieSectormodel" type="{http://www.egem.nl/StUF/StUF0204}Versienr"/>
         <element name="zender" type="{http://www.egem.nl/StUF/StUF0204}Systeem"/>
         <element name="ontvanger" type="{http://www.egem.nl/StUF/StUF0204}Systeem"/>
         <element name="referentienummer" type="{http://www.egem.nl/StUF/StUF0204}RefNummer"/>
         <element name="tijdstipBericht" type="{http://www.egem.nl/StUF/StUF0204}Tijdstip"/>
         <choice>
           <element name="kennisgeving">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="mutatiesoort" type="{http://www.egem.nl/StUF/StUF0204}Mutatiesoort"/>
                     <element name="indicatorOvername" type="{http://www.egem.nl/StUF/StUF0204}IndicatorOvername"/>
                     <element name="tijdstipMutatie" type="{http://www.egem.nl/StUF/StUF0204}Tijdstip" minOccurs="0"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="vraag">
             <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>
           </element>
           <element name="antwoord">
             <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>
           </element>
           <element name="bevestiging">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="crossRefNummer" type="{http://www.egem.nl/StUF/StUF0204}RefNummer"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
           <element name="fout">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <sequence>
                     <element name="crossRefNummer" type="{http://www.egem.nl/StUF/StUF0204}RefNummer"/>
                   </sequence>
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Stuurgegevens

      public Stuurgegevens()
  • Method Details

    • getBerichtsoort

      public String getBerichtsoort()
      Gets the value of the berichtsoort property.
      Returns:
      possible object is String
    • setBerichtsoort

      public void setBerichtsoort(String value)
      Sets the value of the berichtsoort property.
      Parameters:
      value - allowed object is String
    • getEntiteittype

      public String getEntiteittype()
      Gets the value of the entiteittype property.
      Returns:
      possible object is String
    • setEntiteittype

      public void setEntiteittype(String value)
      Sets the value of the entiteittype property.
      Parameters:
      value - allowed object is String
    • getSectormodel

      public String getSectormodel()
      Gets the value of the sectormodel property.
      Returns:
      possible object is String
    • setSectormodel

      public void setSectormodel(String value)
      Sets the value of the sectormodel property.
      Parameters:
      value - allowed object is String
    • getVersieStUF

      public String getVersieStUF()
      Gets the value of the versieStUF property.
      Returns:
      possible object is String
    • setVersieStUF

      public void setVersieStUF(String value)
      Sets the value of the versieStUF property.
      Parameters:
      value - allowed object is String
    • getVersieSectormodel

      public String getVersieSectormodel()
      Gets the value of the versieSectormodel property.
      Returns:
      possible object is String
    • setVersieSectormodel

      public void setVersieSectormodel(String value)
      Sets the value of the versieSectormodel property.
      Parameters:
      value - allowed object is String
    • getZender

      public Systeem getZender()
      Gets the value of the zender property.
      Returns:
      possible object is Systeem
    • setZender

      public void setZender(Systeem value)
      Sets the value of the zender property.
      Parameters:
      value - allowed object is Systeem
    • getOntvanger

      public Systeem getOntvanger()
      Gets the value of the ontvanger property.
      Returns:
      possible object is Systeem
    • setOntvanger

      public void setOntvanger(Systeem value)
      Sets the value of the ontvanger property.
      Parameters:
      value - allowed object is Systeem
    • getReferentienummer

      public String getReferentienummer()
      Gets the value of the referentienummer property.
      Returns:
      possible object is String
    • setReferentienummer

      public void setReferentienummer(String value)
      Sets the value of the referentienummer property.
      Parameters:
      value - allowed object is String
    • getTijdstipBericht

      public String getTijdstipBericht()
      Gets the value of the tijdstipBericht property.
      Returns:
      possible object is String
    • setTijdstipBericht

      public void setTijdstipBericht(String value)
      Sets the value of the tijdstipBericht property.
      Parameters:
      value - allowed object is String
    • getKennisgeving

      public Stuurgegevens.Kennisgeving getKennisgeving()
      Gets the value of the kennisgeving property.
      Returns:
      possible object is Stuurgegevens.Kennisgeving
    • setKennisgeving

      public void setKennisgeving(Stuurgegevens.Kennisgeving value)
      Sets the value of the kennisgeving property.
      Parameters:
      value - allowed object is Stuurgegevens.Kennisgeving
    • getVraag

      public Stuurgegevens.Vraag getVraag()
      Gets the value of the vraag property.
      Returns:
      possible object is Stuurgegevens.Vraag
    • setVraag

      public void setVraag(Stuurgegevens.Vraag value)
      Sets the value of the vraag property.
      Parameters:
      value - allowed object is Stuurgegevens.Vraag
    • getAntwoord

      public Stuurgegevens.Antwoord getAntwoord()
      Gets the value of the antwoord property.
      Returns:
      possible object is Stuurgegevens.Antwoord
    • setAntwoord

      public void setAntwoord(Stuurgegevens.Antwoord value)
      Sets the value of the antwoord property.
      Parameters:
      value - allowed object is Stuurgegevens.Antwoord
    • getBevestiging

      public Stuurgegevens.Bevestiging getBevestiging()
      Gets the value of the bevestiging property.
      Returns:
      possible object is Stuurgegevens.Bevestiging
    • setBevestiging

      public void setBevestiging(Stuurgegevens.Bevestiging value)
      Sets the value of the bevestiging property.
      Parameters:
      value - allowed object is Stuurgegevens.Bevestiging
    • getFout

      public Stuurgegevens.Fout getFout()
      Gets the value of the fout property.
      Returns:
      possible object is Stuurgegevens.Fout
    • setFout

      public void setFout(Stuurgegevens.Fout value)
      Sets the value of the fout property.
      Parameters:
      value - allowed object is Stuurgegevens.Fout