org.opencrx.kernel.depot1.jmi1.BookingTemplate Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
/**
* Class {@code BookingTemplate}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.629315086Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BookingTemplate
extends org.opencrx.kernel.depot1.cci2.BookingTemplate,
org.opencrx.kernel.base.jmi1.Auditee,
org.opencrx.kernel.base.jmi1.SecureObject,
org.opencrx.kernel.base.jmi1.UserDefined,
org.openmdx.base.jmi1.BasicObject{
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code bookingText}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.BookingText getBookingText(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code bookingText}.
* @param bookingText The new—possibly {@code null}—value for this reference.
*/
public void setBookingText(
org.opencrx.kernel.depot1.cci2.BookingText bookingText
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code positionCredit}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.DepotPosition getPositionCredit(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code positionCredit}.
* @param positionCredit The new—possibly {@code null}—value for this reference.
*/
public void setPositionCredit(
org.opencrx.kernel.depot1.cci2.DepotPosition positionCredit
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code positionDebit}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.DepotPosition getPositionDebit(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code positionDebit}.
* @param positionDebit The new—possibly {@code null}—value for this reference.
*/
public void setPositionDebit(
org.opencrx.kernel.depot1.cci2.DepotPosition positionDebit
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// Instance/Containment
// ----------------------------------------------------------------------------
}