org.opencrx.kernel.depot1.cci2.BookingOriginQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code BookingOriginQuery} selects a set of instances of class {@code BookingOrigin} based on conditions to be met by their attributes.
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.QueryMapper",
date = "2023-10-28T12:15:36.254176538Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface BookingOriginQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BookingOrigin} testing whether the feature {@code bookingEntry} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate bookingEntry(
);
/**
* Adds a condition for the feature {@code bookingEntry} to the predicate for {@code BookingOrigin}, which evaluates to {@code false} unless the value of the feature {@code bookingEntry} satisfies the given condition.
* Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied
*/
public org.opencrx.kernel.depot1.cci2.SingleBookingEntryQuery thereExistsBookingEntry(
);
/**
* Adds a condition for the feature {@code bookingEntry} to the predicate for {@code BookingOrigin}, which evaluates to {@code false} unless the value of the feature {@code bookingEntry} satisfies the given condition.
*
Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied
*/
public org.opencrx.kernel.depot1.cci2.SingleBookingEntryQuery forAllBookingEntry(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code BookingOrigin} testing whether the feature {@code compoundBooking} has values or not.
*/
public org.w3c.cci2.MultivaluedFeaturePredicate compoundBooking(
);
/**
* Adds a condition for the feature {@code compoundBooking} to the predicate for {@code BookingOrigin}, which evaluates to {@code false} unless the values of the feature {@code compoundBooking} satisfy the given condition.
*
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied
*/
public org.opencrx.kernel.depot1.cci2.CompoundBookingQuery thereExistsCompoundBooking(
);
/**
* Adds a condition for the feature {@code compoundBooking} to the predicate for {@code BookingOrigin}, which evaluates to {@code false} unless the values of the feature {@code compoundBooking} satisfy the given condition.
*
Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied
*/
public org.opencrx.kernel.depot1.cci2.CompoundBookingQuery forAllCompoundBooking(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}