org.opencrx.kernel.depot1.cci2.SingleBookingQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;
/**
* A {@code SingleBookingQuery} selects a set of instances of class {@code SingleBooking} 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.207745096Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SingleBookingQuery
extends org.opencrx.kernel.depot1.cci2.BookingQuery,
org.opencrx.kernel.generic.cci2.CrxObjectQuery,
org.opencrx.kernel.product1.cci2.ProductConfigurationSetQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBooking} testing whether the value of the feature {@code cb} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate cb(
);
/**
* Adds a condition for the feature {@code cb} to the predicate for {@code SingleBooking}, which evaluates to {@code false} unless the value of the feature {@code cb} 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.CompoundBookingQuery thereExistsCb(
);
/**
* Adds a condition for the feature {@code cb} to the predicate for {@code SingleBooking}, which evaluates to {@code false} unless the value of the feature {@code cb} 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.CompoundBookingQuery forAllCb(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code SingleBooking} testing whether the value of the feature {@code origin} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate origin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code SingleBooking}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.BookingOriginQuery thereExistsOrigin(
);
/**
* Adds a condition for the feature {@code origin} to the predicate for {@code SingleBooking}, which evaluates to {@code false} unless the value of the feature {@code origin} 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.BookingOriginQuery forAllOrigin(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}