org.opencrx.kernel.depot1.cci2.AppendBookingsParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:36.223263502Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AppendBookingsParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code bookingOrigin}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBookingOrigin(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code bookingText}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBookingText(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code bookingTextSuffix}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getBookingTextSuffix(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code bookingType}.
* @return The non-null value for structure field {@code bookingType}.
*/
public short getBookingType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code depotPosition}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getDepotPosition(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code isCreditBooking}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getIsCreditBooking(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code noBalanceValidation}.
* @return The possibly null value for structure field {@code noBalanceValidation}.
*/
public java.lang.Boolean isNoBalanceValidation(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code quantity}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getQuantity(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code valueDate}.
* @return The possibly null value for structure field {@code valueDate}.
*/
public java.util.Date getValueDate(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
bookingOrigin
, bookingText
, bookingTextSuffix
, bookingType
, depotPosition
, isCreditBooking
, noBalanceValidation
, quantity
, valueDate
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}