public class FileDetailResult extends WebMethodResult implements Serializable
Java class for fileDetailResult complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<OrderDetailsData> |
currentViewOrderDetailsDatas |
protected FileDetailsData |
fileDetailsData |
protected List<InstallmentData> |
installments |
protected OrderDetailGranularity |
orderDetailGranularity |
protected List<OrderDetailsData> |
orderDetailsDatas |
requestId, statusCode, statusDetail| Constructor and Description |
|---|
FileDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
List<OrderDetailsData> |
getCurrentViewOrderDetailsDatas()
Gets the value of the currentViewOrderDetailsDatas property.
|
FileDetailsData |
getFileDetailsData()
Gets the value of the fileDetailsData property.
|
List<InstallmentData> |
getInstallments()
Gets the value of the installments property.
|
OrderDetailGranularity |
getOrderDetailGranularity()
Gets the value of the orderDetailGranularity property.
|
List<OrderDetailsData> |
getOrderDetailsDatas()
Gets the value of the orderDetailsDatas property.
|
void |
setFileDetailsData(FileDetailsData value)
Sets the value of the fileDetailsData property.
|
void |
setOrderDetailGranularity(OrderDetailGranularity value)
Sets the value of the orderDetailGranularity property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected List<OrderDetailsData> currentViewOrderDetailsDatas
protected FileDetailsData fileDetailsData
protected List<InstallmentData> installments
protected OrderDetailGranularity orderDetailGranularity
protected List<OrderDetailsData> orderDetailsDatas
public List<OrderDetailsData> getCurrentViewOrderDetailsDatas()
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 currentViewOrderDetailsDatas property.
For example, to add a new item, do as follows:
getCurrentViewOrderDetailsDatas().add(newItem);
Objects of the following type(s) are allowed in the list
OrderDetailsData
public FileDetailsData getFileDetailsData()
FileDetailsDatapublic void setFileDetailsData(FileDetailsData value)
value - allowed object is
FileDetailsDatapublic List<InstallmentData> getInstallments()
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 installments property.
For example, to add a new item, do as follows:
getInstallments().add(newItem);
Objects of the following type(s) are allowed in the list
InstallmentData
public OrderDetailGranularity getOrderDetailGranularity()
OrderDetailGranularitypublic void setOrderDetailGranularity(OrderDetailGranularity value)
value - allowed object is
OrderDetailGranularitypublic List<OrderDetailsData> getOrderDetailsDatas()
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 orderDetailsDatas property.
For example, to add a new item, do as follows:
getOrderDetailsDatas().add(newItem);
Objects of the following type(s) are allowed in the list
OrderDetailsData
Copyright © 2021. All rights reserved.