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

org.opencrx.kernel.contract1.jmi1.DeliveryInformation Maven / Gradle / Ivy

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

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

// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the reference {@code activity}.
   * @return The —possibly {@code null}— value for this reference.
   */
  public org.opencrx.kernel.activity1.jmi1.Activity getActivity(
  );

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

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

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

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

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

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

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

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy