All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.depot1.cci2.AppendBookingsParamsQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;

/**
 * A {@code AppendBookingsParamsQuery} selects a set of instances of class {@code AppendBookingsParams} 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.223274900Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AppendBookingsParamsQuery
  extends org.w3c.cci2.AnyTypePredicate
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code bookingOrigin} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate bookingOrigin(
  );

  /**
   * Adds a condition for the feature {@code bookingOrigin} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingOrigin} 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.BookingOriginQuery thereExistsBookingOrigin( ); /** * Adds a condition for the feature {@code bookingOrigin} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingOrigin} 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.BookingOriginQuery forAllBookingOrigin( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code bookingText} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate bookingText( ); /** * Adds a condition for the feature {@code bookingText} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingText} 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.BookingTextQuery thereExistsBookingText( ); /** * Adds a condition for the feature {@code bookingText} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingText} 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.BookingTextQuery forAllBookingText( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code bookingTextSuffix} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate bookingTextSuffix( ); /** * Adds a condition for the feature {@code bookingTextSuffix} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingTextSuffix} 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.w3c.cci2.StringTypePredicate thereExistsBookingTextSuffix( ); /** * Adds a condition for the feature {@code bookingTextSuffix} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code bookingTextSuffix} 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.w3c.cci2.StringTypePredicate forAllBookingTextSuffix( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code bookingType} to the predicate. The predicate for {@code AppendBookingsParams} evaluates {@code true} if its value of feature {@code bookingType} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate bookingType( ); /** * Allows to adds a sort instruction for {@code AppendBookingsParams} depending the feature {@code bookingType} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByBookingType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code depotPosition} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate depotPosition( ); /** * Adds a condition for the feature {@code depotPosition} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code depotPosition} 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.DepotPositionQuery thereExistsDepotPosition( ); /** * Adds a condition for the feature {@code depotPosition} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code depotPosition} 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.DepotPositionQuery forAllDepotPosition( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code isCreditBooking} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate isCreditBooking( ); /** * Adds a condition for the feature {@code isCreditBooking} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code isCreditBooking} 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.w3c.cci2.BooleanTypePredicate thereExistsIsCreditBooking( ); /** * Adds a condition for the feature {@code isCreditBooking} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code isCreditBooking} 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.w3c.cci2.BooleanTypePredicate forAllIsCreditBooking( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the value of the feature {@code noBalanceValidation} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate noBalanceValidation( ); /** * Adds a condition for the feature {@code noBalanceValidation} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the value of the feature {@code noBalanceValidation} 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.w3c.cci2.BooleanTypePredicate thereExistsNoBalanceValidation( ); /** * Adds a condition for the feature {@code noBalanceValidation} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the value of the feature {@code noBalanceValidation} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllNoBalanceValidation( ); /** * Allows to adds a sort instruction for {@code AppendBookingsParams} depending the feature {@code noBalanceValidation} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByNoBalanceValidation( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the feature {@code quantity} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate quantity( ); /** * Adds a condition for the feature {@code quantity} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code quantity} 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.w3c.cci2.ComparableTypePredicate thereExistsQuantity( ); /** * Adds a condition for the feature {@code quantity} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the values of the feature {@code quantity} 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.w3c.cci2.ComparableTypePredicate forAllQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code AppendBookingsParams} testing whether the value of the feature {@code valueDate} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate valueDate( ); /** * Adds a condition for the feature {@code valueDate} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the value of the feature {@code valueDate} 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.w3c.cci2.ComparableTypePredicate thereExistsValueDate( ); /** * Adds a condition for the feature {@code valueDate} to the predicate for {@code AppendBookingsParams}, which evaluates to {@code false} unless the value of the feature {@code valueDate} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllValueDate( ); /** * Allows to adds a sort instruction for {@code AppendBookingsParams} depending the feature {@code valueDate} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByValueDate( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy