
public class BSGFund extends Object
Java class for BSG-fund complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BSG-fund">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="naamBestemmingsplan" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>NaamBestemmingsplan">
<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="omschrijvingBestemmingsgebied" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>OmschrijvingBestemmingsgebied">
<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="bestemmingsplanHerziening" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>BestemmingsplanHerziening">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
</extension>
</simpleContent>
</complexType>
</element>
<element name="omschrijvingPlanologischeBestemming" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.egem.nl/StUF/sector/bg/0204>OmschrijvingPlanologischeBestemming">
<attGroup ref="{http://www.egem.nl/StUF/StUF0204}element"/>
</extension>
</simpleContent>
</complexType>
</element>
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
BSGFund.BestemmingsplanHerziening
Java class for anonymous complex type.
|
static class |
BSGFund.NaamBestemmingsplan
Java class for anonymous complex type.
|
static class |
BSGFund.OmschrijvingBestemmingsgebied
Java class for anonymous complex type.
|
static class |
BSGFund.OmschrijvingPlanologischeBestemming
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<BSGFund.BestemmingsplanHerziening> |
bestemmingsplanHerziening |
protected ExtraElementen |
extraElementen |
protected JAXBElement<BSGFund.NaamBestemmingsplan> |
naamBestemmingsplan |
protected NoValue |
noValue |
protected JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> |
omschrijvingBestemmingsgebied |
protected JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> |
omschrijvingPlanologischeBestemming |
protected String |
sleutelGegevensbeheer |
protected String |
sleutelOntvangend |
protected String |
sleutelVerzendend |
protected String |
soortEntiteit |
protected TijdvakGeldigheid |
tijdvakGeldigheid |
protected Verwerkingssoort |
verwerkingssoort |
| Constructor and Description |
|---|
BSGFund() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<BSGFund.BestemmingsplanHerziening> |
getBestemmingsplanHerziening()
Gets the value of the bestemmingsplanHerziening property.
|
ExtraElementen |
getExtraElementen()
Gets the value of the extraElementen property.
|
JAXBElement<BSGFund.NaamBestemmingsplan> |
getNaamBestemmingsplan()
Gets the value of the naamBestemmingsplan property.
|
NoValue |
getNoValue()
Gets the value of the noValue property.
|
JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> |
getOmschrijvingBestemmingsgebied()
Gets the value of the omschrijvingBestemmingsgebied property.
|
JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> |
getOmschrijvingPlanologischeBestemming()
Gets the value of the omschrijvingPlanologischeBestemming property.
|
String |
getSleutelGegevensbeheer()
Gets the value of the sleutelGegevensbeheer property.
|
String |
getSleutelOntvangend()
Gets the value of the sleutelOntvangend property.
|
String |
getSleutelVerzendend()
Gets the value of the sleutelVerzendend property.
|
String |
getSoortEntiteit()
Gets the value of the soortEntiteit property.
|
TijdvakGeldigheid |
getTijdvakGeldigheid()
Gets the value of the tijdvakGeldigheid property.
|
Verwerkingssoort |
getVerwerkingssoort()
Gets the value of the verwerkingssoort property.
|
void |
setBestemmingsplanHerziening(JAXBElement<BSGFund.BestemmingsplanHerziening> value)
Sets the value of the bestemmingsplanHerziening property.
|
void |
setExtraElementen(ExtraElementen value)
Sets the value of the extraElementen property.
|
void |
setNaamBestemmingsplan(JAXBElement<BSGFund.NaamBestemmingsplan> value)
Sets the value of the naamBestemmingsplan property.
|
void |
setNoValue(NoValue value)
Sets the value of the noValue property.
|
void |
setOmschrijvingBestemmingsgebied(JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> value)
Sets the value of the omschrijvingBestemmingsgebied property.
|
void |
setOmschrijvingPlanologischeBestemming(JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> value)
Sets the value of the omschrijvingPlanologischeBestemming property.
|
void |
setSleutelGegevensbeheer(String value)
Sets the value of the sleutelGegevensbeheer property.
|
void |
setSleutelOntvangend(String value)
Sets the value of the sleutelOntvangend property.
|
void |
setSleutelVerzendend(String value)
Sets the value of the sleutelVerzendend property.
|
void |
setSoortEntiteit(String value)
Sets the value of the soortEntiteit property.
|
void |
setTijdvakGeldigheid(TijdvakGeldigheid value)
Sets the value of the tijdvakGeldigheid property.
|
void |
setVerwerkingssoort(Verwerkingssoort value)
Sets the value of the verwerkingssoort property.
|
protected JAXBElement<BSGFund.NaamBestemmingsplan> naamBestemmingsplan
protected JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> omschrijvingBestemmingsgebied
protected JAXBElement<BSGFund.BestemmingsplanHerziening> bestemmingsplanHerziening
protected JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> omschrijvingPlanologischeBestemming
protected TijdvakGeldigheid tijdvakGeldigheid
protected ExtraElementen extraElementen
protected String soortEntiteit
protected String sleutelVerzendend
protected String sleutelOntvangend
protected String sleutelGegevensbeheer
protected Verwerkingssoort verwerkingssoort
protected NoValue noValue
public JAXBElement<BSGFund.NaamBestemmingsplan> getNaamBestemmingsplan()
JAXBElement<BSGFund.NaamBestemmingsplan>public void setNaamBestemmingsplan(JAXBElement<BSGFund.NaamBestemmingsplan> value)
value - allowed object is
JAXBElement<BSGFund.NaamBestemmingsplan>public JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> getOmschrijvingBestemmingsgebied()
JAXBElement<BSGFund.OmschrijvingBestemmingsgebied>public void setOmschrijvingBestemmingsgebied(JAXBElement<BSGFund.OmschrijvingBestemmingsgebied> value)
value - allowed object is
JAXBElement<BSGFund.OmschrijvingBestemmingsgebied>public JAXBElement<BSGFund.BestemmingsplanHerziening> getBestemmingsplanHerziening()
JAXBElement<BSGFund.BestemmingsplanHerziening>public void setBestemmingsplanHerziening(JAXBElement<BSGFund.BestemmingsplanHerziening> value)
value - allowed object is
JAXBElement<BSGFund.BestemmingsplanHerziening>public JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> getOmschrijvingPlanologischeBestemming()
JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming>public void setOmschrijvingPlanologischeBestemming(JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming> value)
value - allowed object is
JAXBElement<BSGFund.OmschrijvingPlanologischeBestemming>public TijdvakGeldigheid getTijdvakGeldigheid()
TijdvakGeldigheidpublic void setTijdvakGeldigheid(TijdvakGeldigheid value)
value - allowed object is
TijdvakGeldigheidpublic ExtraElementen getExtraElementen()
ExtraElementenpublic void setExtraElementen(ExtraElementen value)
value - allowed object is
ExtraElementenpublic String getSoortEntiteit()
Stringpublic void setSoortEntiteit(String value)
value - allowed object is
Stringpublic String getSleutelVerzendend()
Stringpublic void setSleutelVerzendend(String value)
value - allowed object is
Stringpublic String getSleutelOntvangend()
Stringpublic void setSleutelOntvangend(String value)
value - allowed object is
Stringpublic String getSleutelGegevensbeheer()
Stringpublic void setSleutelGegevensbeheer(String value)
value - allowed object is
Stringpublic Verwerkingssoort getVerwerkingssoort()
Verwerkingssoortpublic void setVerwerkingssoort(Verwerkingssoort value)
value - allowed object is
Verwerkingssoortpublic NoValue getNoValue()
NoValueCopyright © 2014–2018 B3Partners B.V.. All rights reserved.