
public class BenoemdObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<AddreseerbaarObjectAanduiding> |
addreseerbaarObjectAanduiding |
protected Brondocumenten |
brondocumenten |
protected String |
gebouwdObjectGebruiksdoel |
protected String |
gebouwdObjectOppervlakte |
protected String |
identificatienummer |
| Constructor and Description |
|---|
BenoemdObject() |
| Modifier and Type | Method and Description |
|---|---|
List<AddreseerbaarObjectAanduiding> |
getAddreseerbaarObjectAanduiding()
Gets the value of the addreseerbaarObjectAanduiding property.
|
Brondocumenten |
getBrondocumenten()
Gets the value of the brondocumenten property.
|
String |
getGebouwdObjectGebruiksdoel()
Gets the value of the gebouwdObjectGebruiksdoel property.
|
String |
getGebouwdObjectOppervlakte()
Gets the value of the gebouwdObjectOppervlakte property.
|
String |
getIdentificatienummer()
Gets the value of the identificatienummer property.
|
void |
setBrondocumenten(Brondocumenten value)
Sets the value of the brondocumenten property.
|
void |
setGebouwdObjectGebruiksdoel(String value)
Sets the value of the gebouwdObjectGebruiksdoel property.
|
void |
setGebouwdObjectOppervlakte(String value)
Sets the value of the gebouwdObjectOppervlakte property.
|
void |
setIdentificatienummer(String value)
Sets the value of the identificatienummer property.
|
protected String identificatienummer
protected String gebouwdObjectOppervlakte
protected String gebouwdObjectGebruiksdoel
protected List<AddreseerbaarObjectAanduiding> addreseerbaarObjectAanduiding
protected Brondocumenten brondocumenten
public String getIdentificatienummer()
Stringpublic void setIdentificatienummer(String value)
value - allowed object is Stringpublic String getGebouwdObjectOppervlakte()
Stringpublic void setGebouwdObjectOppervlakte(String value)
value - allowed object is Stringpublic String getGebouwdObjectGebruiksdoel()
Stringpublic void setGebouwdObjectGebruiksdoel(String value)
value - allowed object is Stringpublic List<AddreseerbaarObjectAanduiding> getAddreseerbaarObjectAanduiding()
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 addreseerbaarObjectAanduiding property.
For example, to add a new item, do as follows:
getAddreseerbaarObjectAanduiding().add(newItem);
Objects of the following type(s) are allowed in the list AddreseerbaarObjectAanduiding
{EigendomMutatie.BenoemdObjecten.BenoemdObject.AddreseerbaarObjectAanduiding}
public Brondocumenten getBrondocumenten()
Brondocumenten
{EigendomMutatie.BenoemdObjecten.BenoemdObject.Brondocumenten}public void setBrondocumenten(Brondocumenten value)
value - allowed object is Brondocumenten
{EigendomMutatie.BenoemdObjecten.BenoemdObject.Brondocumenten}Copyright © 2014–2020 B3Partners B.V.. All rights reserved.