Class PRSPRSHUWRel

java.lang.Object
nl.egem.stuf.sector.bg._0204.PRSPRSHUWRel
Direct Known Subclasses:
PRSAntwoord.PRSPRSHUW, PRSKennisgeving.PRSPRSHUW, PRSVraag.PRSPRSHUW

public class PRSPRSHUWRel extends Object
relatie entiteit huwelijk

Java class for PRSPRSHUW-rel complex type.

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

 <complexType name="PRSPRSHUW-rel">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="datumSluiting" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/StUF0204>DatumMetIndicator">
                 <attribute name="kerngegeven" type="{http://www.w3.org/2001/XMLSchema}boolean" fixed="true" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="plaatsSluiting" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>PlaatsSluiting">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="landSluiting" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Landcode">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="soortVerbintenis" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>SoortVerbintenis">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="datumOntbinding" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator" minOccurs="0"/>
         <element name="plaatsOntbinding" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>PlaatsOntbinding">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="landOntbinding" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Landcode">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="redenOntbinding" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>RedenOntbinding">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="datumInschrijvingVonnisOntbinding" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator" minOccurs="0"/>
         <element name="tijdvakRelatie" type="{http://www.egem.nl/StUF/StUF0204}TijdvakRelatie" minOccurs="0"/>
         <element name="tijdvakGeldigheid" type="{http://www.egem.nl/StUF/StUF0204}TijdvakGeldigheid" minOccurs="0"/>
         <element name="extraElementen" type="{http://www.egem.nl/StUF/StUF0204}ExtraElementen" minOccurs="0"/>
       </sequence>
       <attGroup ref="{http://www.egem.nl/StUF/StUF0204}relatie"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PRSPRSHUWRel

      public PRSPRSHUWRel()
  • Method Details

    • getDatumSluiting

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.DatumSluiting> getDatumSluiting()
      Gets the value of the datumSluiting property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.DatumSluiting>
    • setDatumSluiting

      public void setDatumSluiting(javax.xml.bind.JAXBElement<PRSPRSHUWRel.DatumSluiting> value)
      Sets the value of the datumSluiting property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.DatumSluiting>
    • getPlaatsSluiting

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.PlaatsSluiting> getPlaatsSluiting()
      Gets the value of the plaatsSluiting property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.PlaatsSluiting>
    • setPlaatsSluiting

      public void setPlaatsSluiting(javax.xml.bind.JAXBElement<PRSPRSHUWRel.PlaatsSluiting> value)
      Sets the value of the plaatsSluiting property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.PlaatsSluiting>
    • getLandSluiting

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.LandSluiting> getLandSluiting()
      Gets the value of the landSluiting property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.LandSluiting>
    • setLandSluiting

      public void setLandSluiting(javax.xml.bind.JAXBElement<PRSPRSHUWRel.LandSluiting> value)
      Sets the value of the landSluiting property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.LandSluiting>
    • getSoortVerbintenis

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.SoortVerbintenis> getSoortVerbintenis()
      Gets the value of the soortVerbintenis property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.SoortVerbintenis>
    • setSoortVerbintenis

      public void setSoortVerbintenis(javax.xml.bind.JAXBElement<PRSPRSHUWRel.SoortVerbintenis> value)
      Sets the value of the soortVerbintenis property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.SoortVerbintenis>
    • getDatumOntbinding

      public javax.xml.bind.JAXBElement<DatumMetIndicator> getDatumOntbinding()
      Gets the value of the datumOntbinding property.
      Returns:
      possible object is JAXBElement<DatumMetIndicator>
    • setDatumOntbinding

      public void setDatumOntbinding(javax.xml.bind.JAXBElement<DatumMetIndicator> value)
      Sets the value of the datumOntbinding property.
      Parameters:
      value - allowed object is JAXBElement<DatumMetIndicator>
    • getPlaatsOntbinding

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.PlaatsOntbinding> getPlaatsOntbinding()
      Gets the value of the plaatsOntbinding property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.PlaatsOntbinding>
    • setPlaatsOntbinding

      public void setPlaatsOntbinding(javax.xml.bind.JAXBElement<PRSPRSHUWRel.PlaatsOntbinding> value)
      Sets the value of the plaatsOntbinding property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.PlaatsOntbinding>
    • getLandOntbinding

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.LandOntbinding> getLandOntbinding()
      Gets the value of the landOntbinding property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.LandOntbinding>
    • setLandOntbinding

      public void setLandOntbinding(javax.xml.bind.JAXBElement<PRSPRSHUWRel.LandOntbinding> value)
      Sets the value of the landOntbinding property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.LandOntbinding>
    • getRedenOntbinding

      public javax.xml.bind.JAXBElement<PRSPRSHUWRel.RedenOntbinding> getRedenOntbinding()
      Gets the value of the redenOntbinding property.
      Returns:
      possible object is JAXBElement<PRSPRSHUWRel.RedenOntbinding>
    • setRedenOntbinding

      public void setRedenOntbinding(javax.xml.bind.JAXBElement<PRSPRSHUWRel.RedenOntbinding> value)
      Sets the value of the redenOntbinding property.
      Parameters:
      value - allowed object is JAXBElement<PRSPRSHUWRel.RedenOntbinding>
    • getDatumInschrijvingVonnisOntbinding

      public javax.xml.bind.JAXBElement<DatumMetIndicator> getDatumInschrijvingVonnisOntbinding()
      Gets the value of the datumInschrijvingVonnisOntbinding property.
      Returns:
      possible object is JAXBElement<DatumMetIndicator>
    • setDatumInschrijvingVonnisOntbinding

      public void setDatumInschrijvingVonnisOntbinding(javax.xml.bind.JAXBElement<DatumMetIndicator> value)
      Sets the value of the datumInschrijvingVonnisOntbinding property.
      Parameters:
      value - allowed object is JAXBElement<DatumMetIndicator>
    • getTijdvakRelatie

      public TijdvakRelatie getTijdvakRelatie()
      Gets the value of the tijdvakRelatie property.
      Returns:
      possible object is TijdvakRelatie
    • setTijdvakRelatie

      public void setTijdvakRelatie(TijdvakRelatie value)
      Sets the value of the tijdvakRelatie property.
      Parameters:
      value - allowed object is TijdvakRelatie
    • getTijdvakGeldigheid

      public TijdvakGeldigheid getTijdvakGeldigheid()
      Gets the value of the tijdvakGeldigheid property.
      Returns:
      possible object is TijdvakGeldigheid
    • setTijdvakGeldigheid

      public void setTijdvakGeldigheid(TijdvakGeldigheid value)
      Sets the value of the tijdvakGeldigheid property.
      Parameters:
      value - allowed object is TijdvakGeldigheid
    • 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
    • getSleutelVerzendend

      public String getSleutelVerzendend()
      Gets the value of the sleutelVerzendend property.
      Returns:
      possible object is String
    • setSleutelVerzendend

      public void setSleutelVerzendend(String value)
      Sets the value of the sleutelVerzendend property.
      Parameters:
      value - allowed object is String
    • getSleutelOntvangend

      public String getSleutelOntvangend()
      Gets the value of the sleutelOntvangend property.
      Returns:
      possible object is String
    • setSleutelOntvangend

      public void setSleutelOntvangend(String value)
      Sets the value of the sleutelOntvangend property.
      Parameters:
      value - allowed object is String
    • getSleutelGegevensbeheer

      public String getSleutelGegevensbeheer()
      Gets the value of the sleutelGegevensbeheer property.
      Returns:
      possible object is String
    • setSleutelGegevensbeheer

      public void setSleutelGegevensbeheer(String value)
      Sets the value of the sleutelGegevensbeheer 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