Class SIBTabel

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

public class SIBTabel extends Object
tabel entiteit soort identiteitsbewijs

Java class for SIB-tabel complex type.

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

 <complexType name="SIB-tabel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="soort" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>SoortIdentiteitsbewijs">
                 <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="omschrijving" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>OmschrijvingIdentiteitsbewijs">
                 <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="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

    • SIBTabel

      public SIBTabel()
  • Method Details

    • getSoort

      public javax.xml.bind.JAXBElement<SIBTabel.Soort> getSoort()
      Gets the value of the soort property.
      Returns:
      possible object is JAXBElement<SIBTabel.Soort>
    • setSoort

      public void setSoort(javax.xml.bind.JAXBElement<SIBTabel.Soort> value)
      Sets the value of the soort property.
      Parameters:
      value - allowed object is JAXBElement<SIBTabel.Soort>
    • getOmschrijving

      public javax.xml.bind.JAXBElement<SIBTabel.Omschrijving> getOmschrijving()
      Gets the value of the omschrijving property.
      Returns:
      possible object is JAXBElement<SIBTabel.Omschrijving>
    • setOmschrijving

      public void setOmschrijving(javax.xml.bind.JAXBElement<SIBTabel.Omschrijving> value)
      Sets the value of the omschrijving property.
      Parameters:
      value - allowed object is JAXBElement<SIBTabel.Omschrijving>
    • 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