org.opencrx.kernel.depot1.jmi1.Booking Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
/**
* Abstract class {@code Booking}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:38.676643216Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface Booking
extends org.opencrx.kernel.depot1.cci2.Booking,
org.opencrx.kernel.base.jmi1.PropertySet,
org.opencrx.kernel.base.jmi1.SecureObject,
org.opencrx.kernel.generic.jmi1.DescriptionContainer,
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/AttributeGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the attribute {@code originContextParams}.
* @return A list containing all elements for this attribute.
*/
public java.util.List getOriginContextParams(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSetList
// ----------------------------------------------------------------------------
/**
* Clears {@code originContextParams} and adds the members of the given List.
*
* This method is equivalent to
* list.clear();
* list.addAll(originContextParams);
*
* Note: This is an extension to the JMI 1 standard.
In order to remain standard compliant you should use the equivalent code.
* @param originContextParams collection to be copied.
*/
public void setOriginContextParams(
java.util.List originContextParams
);
// ----------------------------------------------------------------------------
// Instance/ReferenceGetx_1NoQualifier
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the reference {@code position}.
* @return The —possibly {@code null}— value for this reference.
*/
public org.opencrx.kernel.depot1.jmi1.DepotPosition getPosition(
);
// ----------------------------------------------------------------------------
// Instance/ReferenceSetNoQualifier
// ----------------------------------------------------------------------------
/**
* Sets a new value for the reference {@code position}.
* @param position The new—possibly {@code null}—value for this reference.
*/
public void setPosition(
org.opencrx.kernel.depot1.cci2.DepotPosition position
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}