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

org.opencrx.kernel.depot1.jmi1.SimpleBooking Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;

/**
 * Class {@code SimpleBooking}
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
  date = "2023-10-28T12:15:38.672415490Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SimpleBooking
  extends org.opencrx.kernel.depot1.cci2.SimpleBooking,
    org.opencrx.kernel.depot1.jmi1.Booking{

// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.base.jmi1.Void lockSimpleBooking(
      org.opencrx.kernel.depot1.jmi1.LockSimpleBookingParams in
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code quantityUom}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.uom1.jmi1.Uom getQuantityUom(
  );

// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the reference {@code quantityUom}.
   * @param quantityUom The new—possibly {@code null}—value for this reference.
   */
  public void setQuantityUom(
    org.opencrx.kernel.uom1.cci2.Uom quantityUom
  );

// ----------------------------------------------------------------------------
// Instance/Operation
// ----------------------------------------------------------------------------
  /**
   */
  public org.openmdx.base.jmi1.Void unlockSimpleBooking(
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy