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

org.opencrx.kernel.contract1.cci2.DeliveryInformationQuery Maven / Gradle / Ivy

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

/**
 * A {@code DeliveryInformationQuery} selects a set of instances of class {@code DeliveryInformation} 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.532395574Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface DeliveryInformationQuery
  extends org.opencrx.kernel.depot1.cci2.BookingOriginQuery,
    org.opencrx.kernel.generic.cci2.CrxObjectQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code activity} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate activity(
  );

  /**
   * Adds a condition for the feature {@code activity} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code activity} 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.activity1.cci2.ActivityQuery thereExistsActivity( ); /** * Adds a condition for the feature {@code activity} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code activity} 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.activity1.cci2.ActivityQuery forAllActivity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code actualDeliveryOn} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate actualDeliveryOn( ); /** * Adds a condition for the feature {@code actualDeliveryOn} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualDeliveryOn} 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 thereExistsActualDeliveryOn( ); /** * Adds a condition for the feature {@code actualDeliveryOn} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualDeliveryOn} 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 forAllActualDeliveryOn( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code actualDeliveryOn} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByActualDeliveryOn( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code actualEndAt} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate actualEndAt( ); /** * Adds a condition for the feature {@code actualEndAt} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualEndAt} 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 thereExistsActualEndAt( ); /** * Adds a condition for the feature {@code actualEndAt} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualEndAt} 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 forAllActualEndAt( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code actualEndAt} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByActualEndAt( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code actualStartAt} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate actualStartAt( ); /** * Adds a condition for the feature {@code actualStartAt} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualStartAt} 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 thereExistsActualStartAt( ); /** * Adds a condition for the feature {@code actualStartAt} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code actualStartAt} 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 forAllActualStartAt( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code actualStartAt} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByActualStartAt( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code deliveryTempCelcius} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate deliveryTempCelcius( ); /** * Adds a condition for the feature {@code deliveryTempCelcius} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code deliveryTempCelcius} 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 thereExistsDeliveryTempCelcius( ); /** * Adds a condition for the feature {@code deliveryTempCelcius} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code deliveryTempCelcius} 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 forAllDeliveryTempCelcius( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code deliveryTempCelcius} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDeliveryTempCelcius( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code description} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate description( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code description} 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.StringTypePredicate thereExistsDescription( ); /** * Adds a condition for the feature {@code description} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code description} 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.StringTypePredicate forAllDescription( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code description} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code feedback} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate feedback( ); /** * Adds a condition for the feature {@code feedback} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code feedback} 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.StringTypePredicate thereExistsFeedback( ); /** * Adds a condition for the feature {@code feedback} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code feedback} 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.StringTypePredicate forAllFeedback( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code feedback} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFeedback( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code name} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate name( ); /** * Adds a condition for the feature {@code name} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code name} 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.StringTypePredicate thereExistsName( ); /** * Adds a condition for the feature {@code name} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code name} 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.StringTypePredicate forAllName( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code name} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code quantityBeforeDelivery} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate quantityBeforeDelivery( ); /** * Adds a condition for the feature {@code quantityBeforeDelivery} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityBeforeDelivery} 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 thereExistsQuantityBeforeDelivery( ); /** * Adds a condition for the feature {@code quantityBeforeDelivery} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityBeforeDelivery} 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 forAllQuantityBeforeDelivery( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code quantityBeforeDelivery} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantityBeforeDelivery( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code quantityShipped} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate quantityShipped( ); /** * Adds a condition for the feature {@code quantityShipped} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityShipped} 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 thereExistsQuantityShipped( ); /** * Adds a condition for the feature {@code quantityShipped} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityShipped} 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 forAllQuantityShipped( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code quantityShipped} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantityShipped( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code quantityShipped2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate quantityShipped2( ); /** * Adds a condition for the feature {@code quantityShipped2} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityShipped2} 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 thereExistsQuantityShipped2( ); /** * Adds a condition for the feature {@code quantityShipped2} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code quantityShipped2} 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 forAllQuantityShipped2( ); /** * Allows to adds a sort instruction for {@code DeliveryInformation} depending the feature {@code quantityShipped2} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantityShipped2( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code uomQuantityBeforeDelivery} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uomQuantityBeforeDelivery( ); /** * Adds a condition for the feature {@code uomQuantityBeforeDelivery} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityBeforeDelivery} 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.uom1.cci2.UomQuery thereExistsUomQuantityBeforeDelivery( ); /** * Adds a condition for the feature {@code uomQuantityBeforeDelivery} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityBeforeDelivery} 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.uom1.cci2.UomQuery forAllUomQuantityBeforeDelivery( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code uomQuantityShipped} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uomQuantityShipped( ); /** * Adds a condition for the feature {@code uomQuantityShipped} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityShipped} 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.uom1.cci2.UomQuery thereExistsUomQuantityShipped( ); /** * Adds a condition for the feature {@code uomQuantityShipped} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityShipped} 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.uom1.cci2.UomQuery forAllUomQuantityShipped( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code DeliveryInformation} testing whether the value of the feature {@code uomQuantityShipped2} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uomQuantityShipped2( ); /** * Adds a condition for the feature {@code uomQuantityShipped2} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityShipped2} 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.uom1.cci2.UomQuery thereExistsUomQuantityShipped2( ); /** * Adds a condition for the feature {@code uomQuantityShipped2} to the predicate for {@code DeliveryInformation}, which evaluates to {@code false} unless the value of the feature {@code uomQuantityShipped2} 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.uom1.cci2.UomQuery forAllUomQuantityShipped2( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy