Class WOZFund

java.lang.Object
nl.egem.stuf.sector.bg._0204.WOZFund
Direct Known Subclasses:
WOZAntwoord, WOZKennisgeving, WOZVraag

public class WOZFund extends Object
fundamenteel WOZ

Java class for WOZ-fund complex type.

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

 <complexType name="WOZ-fund">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="wozObjectNummer" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>WOZObjectNummer">
                 <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="activiteitFeitelijk" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>ActiviteitFeitelijk">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="vastgesteldeWaarde" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>VastgesteldeWaarde">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WOZ1" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="vastgesteldeWaardeEuro" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>VastgesteldeWaarde">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
                 <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WOZ1" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="peildatumWaarde" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/StUF0204>DatumMetIndicator">
                 <attribute name="gegevengroep" type="{http://www.w3.org/2001/XMLSchema}string" fixed="WOZ1" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="huurprijs" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.egem.nl/StUF/sector/bg/0204>Huurprijs">
                 <attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="huurprijsEuro" type="{http://www.egem.nl/StUF/sector/bg/0204}Huurprijs" minOccurs="0"/>
         <element name="PeildatumHuurprijs" type="{http://www.egem.nl/StUF/StUF0204}DatumMetIndicator" 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}fundamenteel"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • WOZFund

      public WOZFund()
  • Method Details

    • getWozObjectNummer

      public javax.xml.bind.JAXBElement<WOZFund.WozObjectNummer> getWozObjectNummer()
      Gets the value of the wozObjectNummer property.
      Returns:
      possible object is JAXBElement<WOZFund.WozObjectNummer>
    • setWozObjectNummer

      public void setWozObjectNummer(javax.xml.bind.JAXBElement<WOZFund.WozObjectNummer> value)
      Sets the value of the wozObjectNummer property.
      Parameters:
      value - allowed object is JAXBElement<WOZFund.WozObjectNummer>
    • getActiviteitFeitelijk

      public List<WOZFund.ActiviteitFeitelijk> getActiviteitFeitelijk()
      Gets the value of the activiteitFeitelijk property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the activiteitFeitelijk property.

      For example, to add a new item, do as follows:

          getActiviteitFeitelijk().add(newItem);
       

      Objects of the following type(s) are allowed in the list WOZFund.ActiviteitFeitelijk

    • getVastgesteldeWaarde

      public javax.xml.bind.JAXBElement<WOZFund.VastgesteldeWaarde> getVastgesteldeWaarde()
      Gets the value of the vastgesteldeWaarde property.
      Returns:
      possible object is JAXBElement<WOZFund.VastgesteldeWaarde>
    • setVastgesteldeWaarde

      public void setVastgesteldeWaarde(javax.xml.bind.JAXBElement<WOZFund.VastgesteldeWaarde> value)
      Sets the value of the vastgesteldeWaarde property.
      Parameters:
      value - allowed object is JAXBElement<WOZFund.VastgesteldeWaarde>
    • getVastgesteldeWaardeEuro

      public javax.xml.bind.JAXBElement<WOZFund.VastgesteldeWaardeEuro> getVastgesteldeWaardeEuro()
      Gets the value of the vastgesteldeWaardeEuro property.
      Returns:
      possible object is JAXBElement<WOZFund.VastgesteldeWaardeEuro>
    • setVastgesteldeWaardeEuro

      public void setVastgesteldeWaardeEuro(javax.xml.bind.JAXBElement<WOZFund.VastgesteldeWaardeEuro> value)
      Sets the value of the vastgesteldeWaardeEuro property.
      Parameters:
      value - allowed object is JAXBElement<WOZFund.VastgesteldeWaardeEuro>
    • getPeildatumWaarde

      public javax.xml.bind.JAXBElement<WOZFund.PeildatumWaarde> getPeildatumWaarde()
      Gets the value of the peildatumWaarde property.
      Returns:
      possible object is JAXBElement<WOZFund.PeildatumWaarde>
    • setPeildatumWaarde

      public void setPeildatumWaarde(javax.xml.bind.JAXBElement<WOZFund.PeildatumWaarde> value)
      Sets the value of the peildatumWaarde property.
      Parameters:
      value - allowed object is JAXBElement<WOZFund.PeildatumWaarde>
    • getHuurprijs

      public javax.xml.bind.JAXBElement<WOZFund.Huurprijs> getHuurprijs()
      Gets the value of the huurprijs property.
      Returns:
      possible object is JAXBElement<WOZFund.Huurprijs>
    • setHuurprijs

      public void setHuurprijs(javax.xml.bind.JAXBElement<WOZFund.Huurprijs> value)
      Sets the value of the huurprijs property.
      Parameters:
      value - allowed object is JAXBElement<WOZFund.Huurprijs>
    • getHuurprijsEuro

      public javax.xml.bind.JAXBElement<BigInteger> getHuurprijsEuro()
      Gets the value of the huurprijsEuro property.
      Returns:
      possible object is JAXBElement<BigInteger>
    • setHuurprijsEuro

      public void setHuurprijsEuro(javax.xml.bind.JAXBElement<BigInteger> value)
      Sets the value of the huurprijsEuro property.
      Parameters:
      value - allowed object is JAXBElement<BigInteger>
    • getPeildatumHuurprijs

      public javax.xml.bind.JAXBElement<DatumMetIndicator> getPeildatumHuurprijs()
      Gets the value of the peildatumHuurprijs property.
      Returns:
      possible object is JAXBElement<DatumMetIndicator>
    • setPeildatumHuurprijs

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