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