
public class OBWAntwoord extends OBWFund
Java class for OBW-antwoord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OBW-antwoord">
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}OBW-fund">
<sequence>
<element name="OBW" type="{http://www.egem.nl/StUF/sector/bg/0204}OBW-fund" maxOccurs="unbounded" minOccurs="0"/>
<element name="OBWADR" type="{http://www.egem.nl/StUF/sector/bg/0204}ADR-relFund" maxOccurs="unbounded" minOccurs="0"/>
<element name="OBWKDO" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
<sequence>
<element name="KDO" type="{http://www.egem.nl/StUF/sector/bg/0204}KDO-kennisgeving"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
<element name="OBWBSG" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<extension base="{http://www.egem.nl/StUF/sector/bg/0204}Relatie">
<sequence>
<element name="BSG" type="{http://www.egem.nl/StUF/sector/bg/0204}BSG-fund"/>
</sequence>
</extension>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
OBWAntwoord.OBWBSG
Java class for anonymous complex type.
|
static class |
OBWAntwoord.OBWKDO
Java class for anonymous complex type.
|
OBWFund.OmschrijvingOverigBouwwerk, OBWFund.OverigBouwwerkNummer, OBWFund.TypeOverigBouwwerk| Modifier and Type | Field and Description |
|---|---|
protected List<OBWFund> |
obw |
protected List<ADRRelFund> |
obwadr |
protected List<OBWAntwoord.OBWBSG> |
obwbsg |
protected List<OBWAntwoord.OBWKDO> |
obwkdo |
extraElementen, noValue, omschrijvingOverigBouwwerk, overigBouwwerkNummer, sleutelGegevensbeheer, sleutelOntvangend, sleutelVerzendend, soortEntiteit, tijdvakGeldigheid, typeOverigBouwwerk, verwerkingssoort| Constructor and Description |
|---|
OBWAntwoord() |
| Modifier and Type | Method and Description |
|---|---|
List<OBWFund> |
getOBW()
Gets the value of the obw property.
|
List<ADRRelFund> |
getOBWADR()
Gets the value of the obwadr property.
|
List<OBWAntwoord.OBWBSG> |
getOBWBSG()
Gets the value of the obwbsg property.
|
List<OBWAntwoord.OBWKDO> |
getOBWKDO()
Gets the value of the obwkdo property.
|
getExtraElementen, getNoValue, getOmschrijvingOverigBouwwerk, getOverigBouwwerkNummer, getSleutelGegevensbeheer, getSleutelOntvangend, getSleutelVerzendend, getSoortEntiteit, getTijdvakGeldigheid, getTypeOverigBouwwerk, getVerwerkingssoort, setExtraElementen, setNoValue, setOmschrijvingOverigBouwwerk, setOverigBouwwerkNummer, setSleutelGegevensbeheer, setSleutelOntvangend, setSleutelVerzendend, setSoortEntiteit, setTijdvakGeldigheid, setTypeOverigBouwwerk, setVerwerkingssoortprotected List<ADRRelFund> obwadr
protected List<OBWAntwoord.OBWKDO> obwkdo
protected List<OBWAntwoord.OBWBSG> obwbsg
public List<OBWFund> getOBW()
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 obw property.
For example, to add a new item, do as follows:
getOBW().add(newItem);
Objects of the following type(s) are allowed in the list
OBWFund
public List<ADRRelFund> getOBWADR()
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 obwadr property.
For example, to add a new item, do as follows:
getOBWADR().add(newItem);
Objects of the following type(s) are allowed in the list
ADRRelFund
public List<OBWAntwoord.OBWKDO> getOBWKDO()
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 obwkdo property.
For example, to add a new item, do as follows:
getOBWKDO().add(newItem);
Objects of the following type(s) are allowed in the list
OBWAntwoord.OBWKDO
public List<OBWAntwoord.OBWBSG> getOBWBSG()
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 obwbsg property.
For example, to add a new item, do as follows:
getOBWBSG().add(newItem);
Objects of the following type(s) are allowed in the list
OBWAntwoord.OBWBSG
Copyright © 2014–2017 B3Partners B.V.. All rights reserved.