org.opencrx.kernel.depot1.cci2.CreateBookingByPositionNameParams 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.185355612Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateBookingByPositionNameParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code bookingText}.
* @return The possibly null value for structure field {@code bookingText}.
*/
public org.opencrx.kernel.depot1.cci2.BookingText getBookingText(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code bookingTextName}.
* @return The possibly null value for structure field {@code bookingTextName}.
*/
public java.lang.String getBookingTextName(
);
// ----------------------------------------------------------------------------
// 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/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotCredit}.
* @return The possibly null value for structure field {@code depotCredit}.
*/
public org.opencrx.kernel.depot1.cci2.Depot getDepotCredit(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotDebit}.
* @return The possibly null value for structure field {@code depotDebit}.
*/
public org.opencrx.kernel.depot1.cci2.Depot getDepotDebit(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotNumberCredit}.
* @return The possibly null value for structure field {@code depotNumberCredit}.
*/
public java.lang.String getDepotNumberCredit(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code depotNumberDebit}.
* @return The possibly null value for structure field {@code depotNumberDebit}.
*/
public java.lang.String getDepotNumberDebit(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code origin}.
* @return The possibly null value for structure field {@code origin}.
*/
public org.opencrx.kernel.depot1.cci2.BookingOrigin getOrigin(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code positionName}.
* @return The non-null value for structure field {@code positionName}.
*/
public java.lang.String getPositionName(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code quantity}.
* @return The non-null value for structure field {@code quantity}.
*/
public java.math.BigDecimal getQuantity(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code valueDate}.
* @return The non-null value for structure field {@code valueDate}.
*/
public java.util.Date getValueDate(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
bookingText
, bookingTextName
, bookingType
, depotCredit
, depotDebit
, depotNumberCredit
, depotNumberDebit
, origin
, positionName
, quantity
, valueDate
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}