org.opencrx.kernel.depot1.cci2.DepotPositionReference Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* Class {@code DepotPositionReference}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:36.131783416Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DepotPositionReference
extends org.opencrx.kernel.depot1.cci2.AbstractDepotReference{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code depotPosition}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.cci2.DepotPosition getDepotPosition(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code depotPosition}.
* @param depotPosition The new—possibly {@code null}—value for this reference.
*/
public void setDepotPosition(
org.opencrx.kernel.depot1.cci2.DepotPosition depotPosition
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}