public interface AppendBookingsParams
| Modifier and Type | Interface and Description |
|---|---|
static class |
AppendBookingsParams.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
<T extends BookingOrigin> |
getBookingOrigin()
Retrieves a list containing all the elements for the structure field
bookingOrigin. |
<T extends BookingText> |
getBookingText()
Retrieves a list containing all the elements for the structure field
bookingText. |
List<String> |
getBookingTextSuffix()
Retrieves a list containing all the elements for the structure field
bookingTextSuffix. |
short |
getBookingType()
Retrieves the value for the structure field
bookingType. |
<T extends DepotPosition> |
getDepotPosition()
Retrieves a list containing all the elements for the structure field
depotPosition. |
List<Boolean> |
getIsCreditBooking()
Retrieves a list containing all the elements for the structure field
isCreditBooking. |
List<BigDecimal> |
getQuantity()
Retrieves a list containing all the elements for the structure field
quantity. |
Date |
getValueDate()
Retrieves the value for the optional structure field
valueDate. |
Boolean |
isNoBalanceValidation()
Retrieves the value for the optional structure field
noBalanceValidation. |
<T extends BookingOrigin> List<T> getBookingOrigin()
bookingOrigin.<T extends BookingText> List<T> getBookingText()
bookingText.List<String> getBookingTextSuffix()
bookingTextSuffix.short getBookingType()
bookingType.bookingType.<T extends DepotPosition> List<T> getDepotPosition()
depotPosition.List<Boolean> getIsCreditBooking()
isCreditBooking.Boolean isNoBalanceValidation()
noBalanceValidation.noBalanceValidation.List<BigDecimal> getQuantity()
quantity.Date getValueDate()
valueDate.valueDate.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.