All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.depot1.cci2.CreateBookingByPositionParams 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.133040673Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateBookingByPositionParams
{
// ----------------------------------------------------------------------------
// 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 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 positionCredit}.
   * @return The non-null value for structure field {@code positionCredit}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getPositionCredit(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code positionDebit}.
   * @return The non-null value for structure field {@code positionDebit}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getPositionDebit(
  );

// ----------------------------------------------------------------------------
// 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
  , origin
  , positionCredit
  , positionDebit
  , quantity
  , valueDate
  }

// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy