public class ReconciliationLineItemReportServiceInterfaceupdateReconciliationLineItemReports extends Object
ReconciliationLineItemReport objects which belong to same
ReconciliationReport.| Modifier and Type | Field and Description |
|---|---|
protected List<ReconciliationLineItemReport> |
reconciliationLineItemReports |
| Constructor and Description |
|---|
ReconciliationLineItemReportServiceInterfaceupdateReconciliationLineItemReports() |
| Modifier and Type | Method and Description |
|---|---|
List<ReconciliationLineItemReport> |
getReconciliationLineItemReports()
Gets the value of the reconciliationLineItemReports property.
|
protected List<ReconciliationLineItemReport> reconciliationLineItemReports
public ReconciliationLineItemReportServiceInterfaceupdateReconciliationLineItemReports()
public List<ReconciliationLineItemReport> getReconciliationLineItemReports()
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 reconciliationLineItemReports property.
For example, to add a new item, do as follows:
getReconciliationLineItemReports().add(newItem);
Objects of the following type(s) are allowed in the list
ReconciliationLineItemReport
Copyright © 2018. All Rights Reserved.