org.opencrx.kernel.depot1.jmi1.CreateCompoundBookingParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:38.582479626Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateCompoundBookingParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.depot1.cci2.CreateCompoundBookingParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code bookingType}.
* @return The non-null value for structure field {@code bookingType}.
*/
public short getBookingType(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code name}.
* @return The non-null value for structure field {@code name}.
*/
public java.lang.String getName(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}