Class R02Tabel

java.lang.Object
nl.egem.stuf.sector.bg._0204.R02Tabel

public class R02Tabel extends Object
Sortering 01: gemeentecode, woonplaatscode, straatcode Sortering 02: woonplaatscode, straatnaam

Java class for R02-tabel complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="R02-tabel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="gemeentecode" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Gemeentecode">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="woonplaatscode" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Woonplaatscode">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="straatcode" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Straatcode">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="straatnaam" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Straatnaam">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="ingangsdatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
         <element name="einddatum" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicatorKerngegeven" minOccurs="0"/>
         <element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.egem.nl/StUF/StUF0204}tabel"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • R02Tabel

      public R02Tabel()
  • Method Details

    • getGemeentecode

      public javax.xml.bind.JAXBElement<R02Tabel.Gemeentecode> getGemeentecode()
      Gets the value of the gemeentecode property.
      Returns:
      possible object is JAXBElement<R02Tabel.Gemeentecode>
    • setGemeentecode

      public void setGemeentecode(javax.xml.bind.JAXBElement<R02Tabel.Gemeentecode> value)
      Sets the value of the gemeentecode property.
      Parameters:
      value - allowed object is JAXBElement<R02Tabel.Gemeentecode>
    • getWoonplaatscode

      public javax.xml.bind.JAXBElement<R02Tabel.Woonplaatscode> getWoonplaatscode()
      Gets the value of the woonplaatscode property.
      Returns:
      possible object is JAXBElement<R02Tabel.Woonplaatscode>
    • setWoonplaatscode

      public void setWoonplaatscode(javax.xml.bind.JAXBElement<R02Tabel.Woonplaatscode> value)
      Sets the value of the woonplaatscode property.
      Parameters:
      value - allowed object is JAXBElement<R02Tabel.Woonplaatscode>
    • getStraatcode

      public javax.xml.bind.JAXBElement<R02Tabel.Straatcode> getStraatcode()
      Gets the value of the straatcode property.
      Returns:
      possible object is JAXBElement<R02Tabel.Straatcode>
    • setStraatcode

      public void setStraatcode(javax.xml.bind.JAXBElement<R02Tabel.Straatcode> value)
      Sets the value of the straatcode property.
      Parameters:
      value - allowed object is JAXBElement<R02Tabel.Straatcode>
    • getStraatnaam

      public javax.xml.bind.JAXBElement<R02Tabel.Straatnaam> getStraatnaam()
      Gets the value of the straatnaam property.
      Returns:
      possible object is JAXBElement<R02Tabel.Straatnaam>
    • setStraatnaam

      public void setStraatnaam(javax.xml.bind.JAXBElement<R02Tabel.Straatnaam> value)
      Sets the value of the straatnaam property.
      Parameters:
      value - allowed object is JAXBElement<R02Tabel.Straatnaam>
    • getIngangsdatum

      public javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> getIngangsdatum()
      Gets the value of the ingangsdatum property.
      Returns:
      possible object is JAXBElement<DatumMetIndicatorKerngegeven>
    • setIngangsdatum

      public void setIngangsdatum(javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> value)
      Sets the value of the ingangsdatum property.
      Parameters:
      value - allowed object is JAXBElement<DatumMetIndicatorKerngegeven>
    • getEinddatum

      public javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> getEinddatum()
      Gets the value of the einddatum property.
      Returns:
      possible object is JAXBElement<DatumMetIndicatorKerngegeven>
    • setEinddatum

      public void setEinddatum(javax.xml.bind.JAXBElement<DatumMetIndicatorKerngegeven> value)
      Sets the value of the einddatum property.
      Parameters:
      value - allowed object is JAXBElement<DatumMetIndicatorKerngegeven>
    • getExtraElementen

      public ExtraElementen getExtraElementen()
      Gets the value of the extraElementen property.
      Returns:
      possible object is ExtraElementen
    • setExtraElementen

      public void setExtraElementen(ExtraElementen value)
      Sets the value of the extraElementen property.
      Parameters:
      value - allowed object is ExtraElementen
    • getSoortEntiteit

      public String getSoortEntiteit()
      Gets the value of the soortEntiteit property.
      Returns:
      possible object is String
    • setSoortEntiteit

      public void setSoortEntiteit(String value)
      Sets the value of the soortEntiteit property.
      Parameters:
      value - allowed object is String
    • getVerwerkingssoort

      public Verwerkingssoort getVerwerkingssoort()
      Gets the value of the verwerkingssoort property.
      Returns:
      possible object is Verwerkingssoort
    • setVerwerkingssoort

      public void setVerwerkingssoort(Verwerkingssoort value)
      Sets the value of the verwerkingssoort property.
      Parameters:
      value - allowed object is Verwerkingssoort
    • getNoValue

      public NoValue getNoValue()
      Gets the value of the noValue property.
      Returns:
      possible object is NoValue
    • setNoValue

      public void setNoValue(NoValue value)
      Sets the value of the noValue property.
      Parameters:
      value - allowed object is NoValue