public class EigendomMutatieResponse extends Object
Java class for eigendomMutatieResponse complex type.
| Modifier and Type | Field and Description |
|---|---|
protected List<EigendomMutatie> |
eigendomMutatie |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
EigendomMutatieResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<EigendomMutatie> |
getEigendomMutatie()
Gets the value of the eigendomMutatie property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected List<EigendomMutatie> eigendomMutatie
protected XMLGregorianCalendar timestamp
public List<EigendomMutatie> getEigendomMutatie()
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 eigendomMutatie property.
For example, to add a new item, do as follows:
getEigendomMutatie().add(newItem);
Objects of the following type(s) are allowed in the list
EigendomMutatie
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2014–2016 B3Partners B.V.. All rights reserved.