public interface CreateBookingByPositionParams
| Modifier and Type | Interface and Description |
|---|---|
static class |
CreateBookingByPositionParams.Member
The structure's members
|
| Modifier and Type | Method and Description |
|---|---|
BookingText |
getBookingText()
Retrieves the value for the optional structure field
bookingText. |
String |
getBookingTextName()
Retrieves the value for the optional structure field
bookingTextName. |
short |
getBookingType()
Retrieves the value for the structure field
bookingType. |
BookingOrigin |
getOrigin()
Retrieves the value for the optional structure field
origin. |
DepotPosition |
getPositionCredit()
Retrieves the value for the structure field
positionCredit. |
DepotPosition |
getPositionDebit()
Retrieves the value for the structure field
positionDebit. |
BigDecimal |
getQuantity()
Retrieves the value for the structure field
quantity. |
CompoundBooking |
getReversalOf()
Retrieves the value for the optional structure field
reversalOf. |
Date |
getValueDate()
Retrieves the value for the structure field
valueDate. |
BookingText getBookingText()
bookingText.bookingText.String getBookingTextName()
bookingTextName.bookingTextName.short getBookingType()
bookingType.bookingType.BookingOrigin getOrigin()
origin.origin.DepotPosition getPositionCredit()
positionCredit.positionCredit.DepotPosition getPositionDebit()
positionDebit.positionDebit.BigDecimal getQuantity()
quantity.quantity.CompoundBooking getReversalOf()
reversalOf.reversalOf.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.