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

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

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

/**
 * A {@code SalesContractPositionQuery} selects a set of instances of class {@code SalesContractPosition} 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.684789045Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SalesContractPositionQuery
  extends org.opencrx.kernel.contract1.cci2.AddressContainerQuery,
    org.opencrx.kernel.contract1.cci2.DeliveryRequestContainerQuery,
    org.opencrx.kernel.contract1.cci2.SalesContractPositionOriginQuery,
    org.opencrx.kernel.contract1.cci2.ShippingDetailQuery,
    org.opencrx.kernel.depot1.cci2.BookingOriginQuery,
    org.opencrx.kernel.depot1.cci2.DepotReferenceHolderQuery,
    org.opencrx.kernel.forecast1.cci2.SalesVolumeBudgetContributionSourceQuery,
    org.opencrx.kernel.generic.cci2.ExtendedQuery
{

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

  /**
   * Adds a condition for the feature {@code amount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code amount} 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 thereExistsAmount( ); /** * Adds a condition for the feature {@code amount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code amount} 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 forAllAmount( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code amount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByAmount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code baseAmount} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate baseAmount( ); /** * Adds a condition for the feature {@code baseAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code baseAmount} 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 thereExistsBaseAmount( ); /** * Adds a condition for the feature {@code baseAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code baseAmount} 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 forAllBaseAmount( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code baseAmount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByBaseAmount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code calcRule} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate calcRule( ); /** * Adds a condition for the feature {@code calcRule} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code calcRule} 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.contract1.cci2.CalculationRuleQuery thereExistsCalcRule( ); /** * Adds a condition for the feature {@code calcRule} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code calcRule} 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.contract1.cci2.CalculationRuleQuery forAllCalcRule( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the feature {@code contact} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate contact( ); /** * Adds a condition for the feature {@code contact} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code contact} 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.account1.cci2.AccountQuery thereExistsContact( ); /** * Adds a condition for the feature {@code contact} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code contact} 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.account1.cci2.AccountQuery forAllContact( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code contractPositionState} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code contractPositionState} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate contractPositionState( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code contractPositionState} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByContractPositionState( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the feature {@code deliveryInformation} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate deliveryInformation( ); /** * Adds a condition for the feature {@code deliveryInformation} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code deliveryInformation} 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.contract1.cci2.DeliveryInformationQuery thereExistsDeliveryInformation( ); /** * Adds a condition for the feature {@code deliveryInformation} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code deliveryInformation} 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.contract1.cci2.DeliveryInformationQuery forAllDeliveryInformation( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} 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 SalesContractPosition}, 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 SalesContractPosition}, 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 SalesContractPosition} 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 SalesContractPosition} testing whether the value of the feature {@code discount} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discount( ); /** * Adds a condition for the feature {@code discount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discount} 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 thereExistsDiscount( ); /** * Adds a condition for the feature {@code discount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discount} 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 forAllDiscount( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code discount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDiscount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code discountAmount} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discountAmount( ); /** * Adds a condition for the feature {@code discountAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountAmount} 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 thereExistsDiscountAmount( ); /** * Adds a condition for the feature {@code discountAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountAmount} 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 forAllDiscountAmount( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code discountAmount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDiscountAmount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code discountCalculationType} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discountCalculationType( ); /** * Adds a condition for the feature {@code discountCalculationType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountCalculationType} 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 thereExistsDiscountCalculationType( ); /** * Adds a condition for the feature {@code discountCalculationType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountCalculationType} 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 forAllDiscountCalculationType( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code discountCalculationType} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDiscountCalculationType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code discountDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discountDescription( ); /** * Adds a condition for the feature {@code discountDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountDescription} 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 thereExistsDiscountDescription( ); /** * Adds a condition for the feature {@code discountDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountDescription} 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 forAllDiscountDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code discountDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDiscountDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code discountIsPercentage} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discountIsPercentage( ); /** * Adds a condition for the feature {@code discountIsPercentage} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountIsPercentage} 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 thereExistsDiscountIsPercentage( ); /** * Adds a condition for the feature {@code discountIsPercentage} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountIsPercentage} 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 forAllDiscountIsPercentage( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code discountIsPercentage} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDiscountIsPercentage( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code discountOrigin} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate discountOrigin( ); /** * Adds a condition for the feature {@code discountOrigin} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountOrigin} 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.product1.cci2.DiscountOriginQuery thereExistsDiscountOrigin( ); /** * Adds a condition for the feature {@code discountOrigin} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code discountOrigin} 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.product1.cci2.DiscountOriginQuery forAllDiscountOrigin( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code estimatedCloseDate} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate estimatedCloseDate( ); /** * Adds a condition for the feature {@code estimatedCloseDate} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code estimatedCloseDate} 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 thereExistsEstimatedCloseDate( ); /** * Adds a condition for the feature {@code estimatedCloseDate} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code estimatedCloseDate} 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 forAllEstimatedCloseDate( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code estimatedCloseDate} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByEstimatedCloseDate( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code lineItemNumber} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code lineItemNumber} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate lineItemNumber( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code lineItemNumber} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByLineItemNumber( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code listPrice} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate listPrice( ); /** * Adds a condition for the feature {@code listPrice} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code listPrice} 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.product1.cci2.ProductBasePriceQuery thereExistsListPrice( ); /** * Adds a condition for the feature {@code listPrice} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code listPrice} 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.product1.cci2.ProductBasePriceQuery forAllListPrice( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code manualPricing} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate manualPricing( ); /** * Adds a condition for the feature {@code manualPricing} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code manualPricing} 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 thereExistsManualPricing( ); /** * Adds a condition for the feature {@code manualPricing} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code manualPricing} 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 forAllManualPricing( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code manualPricing} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByManualPricing( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code maxQuantity} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate maxQuantity( ); /** * Adds a condition for the feature {@code maxQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code maxQuantity} 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 thereExistsMaxQuantity( ); /** * Adds a condition for the feature {@code maxQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code maxQuantity} 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 forAllMaxQuantity( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code maxQuantity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByMaxQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code minMaxQuantityHandling} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code minMaxQuantityHandling} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate minMaxQuantityHandling( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code minMaxQuantityHandling} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByMinMaxQuantityHandling( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code minQuantity} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate minQuantity( ); /** * Adds a condition for the feature {@code minQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code minQuantity} 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 thereExistsMinQuantity( ); /** * Adds a condition for the feature {@code minQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code minQuantity} 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 forAllMinQuantity( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code minQuantity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByMinQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code name} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code name} satisfies the selected condition. */ public org.w3c.cci2.StringTypePredicate name( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} 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 SalesContractPosition} testing whether the value of the feature {@code offsetQuantity} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate offsetQuantity( ); /** * Adds a condition for the feature {@code offsetQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code offsetQuantity} 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 thereExistsOffsetQuantity( ); /** * Adds a condition for the feature {@code offsetQuantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code offsetQuantity} 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 forAllOffsetQuantity( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code offsetQuantity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByOffsetQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the feature {@code positionModification} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate positionModification( ); /** * Adds a condition for the feature {@code positionModification} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code positionModification} 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.contract1.cci2.PositionModificationQuery thereExistsPositionModification( ); /** * Adds a condition for the feature {@code positionModification} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code positionModification} 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.contract1.cci2.PositionModificationQuery forAllPositionModification( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code positionNumber} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code positionNumber} satisfies the selected condition. */ public org.w3c.cci2.StringTypePredicate positionNumber( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code positionNumber} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPositionNumber( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code priceLevel} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate priceLevel( ); /** * Adds a condition for the feature {@code priceLevel} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceLevel} 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.product1.cci2.AbstractPriceLevelQuery thereExistsPriceLevel( ); /** * Adds a condition for the feature {@code priceLevel} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceLevel} 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.product1.cci2.AbstractPriceLevelQuery forAllPriceLevel( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code pricePerUnit} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate pricePerUnit( ); /** * Adds a condition for the feature {@code pricePerUnit} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricePerUnit} 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 thereExistsPricePerUnit( ); /** * Adds a condition for the feature {@code pricePerUnit} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricePerUnit} 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 forAllPricePerUnit( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code pricePerUnit} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPricePerUnit( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code priceUom} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate priceUom( ); /** * Adds a condition for the feature {@code priceUom} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUom} 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 thereExistsPriceUom( ); /** * Adds a condition for the feature {@code priceUom} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUom} 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 forAllPriceUom( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code priceUomDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate priceUomDescription( ); /** * Adds a condition for the feature {@code priceUomDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUomDescription} 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 thereExistsPriceUomDescription( ); /** * Adds a condition for the feature {@code priceUomDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUomDescription} 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 forAllPriceUomDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code priceUomDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPriceUomDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code priceUomDetailedDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate priceUomDetailedDescription( ); /** * Adds a condition for the feature {@code priceUomDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUomDetailedDescription} 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 thereExistsPriceUomDetailedDescription( ); /** * Adds a condition for the feature {@code priceUomDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code priceUomDetailedDescription} 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 forAllPriceUomDetailedDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code priceUomDetailedDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPriceUomDetailedDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code pricingDate} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate pricingDate( ); /** * Adds a condition for the feature {@code pricingDate} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricingDate} 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 thereExistsPricingDate( ); /** * Adds a condition for the feature {@code pricingDate} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricingDate} 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 forAllPricingDate( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code pricingDate} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPricingDate( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code pricingRule} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate pricingRule( ); /** * Adds a condition for the feature {@code pricingRule} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricingRule} 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.product1.cci2.PricingRuleQuery thereExistsPricingRule( ); /** * Adds a condition for the feature {@code pricingRule} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code pricingRule} 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.product1.cci2.PricingRuleQuery forAllPricingRule( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code pricingState} to the predicate. The predicate for {@code SalesContractPosition} evaluates {@code true} if its value of feature {@code pricingState} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate pricingState( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code pricingState} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPricingState( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the feature {@code productApplication} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate productApplication( ); /** * Adds a condition for the feature {@code productApplication} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productApplication} 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.contract1.cci2.ProductApplicationQuery thereExistsProductApplication( ); /** * Adds a condition for the feature {@code productApplication} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productApplication} 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.contract1.cci2.ProductApplicationQuery forAllProductApplication( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code productDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate productDescription( ); /** * Adds a condition for the feature {@code productDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productDescription} 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 thereExistsProductDescription( ); /** * Adds a condition for the feature {@code productDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productDescription} 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 forAllProductDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code productDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByProductDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code productDetailedDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate productDetailedDescription( ); /** * Adds a condition for the feature {@code productDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productDetailedDescription} 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 thereExistsProductDetailedDescription( ); /** * Adds a condition for the feature {@code productDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code productDetailedDescription} 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 forAllProductDetailedDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code productDetailedDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByProductDetailedDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code quantity} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate quantity( ); /** * Adds a condition for the feature {@code quantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code quantity} 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 thereExistsQuantity( ); /** * Adds a condition for the feature {@code quantity} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code quantity} 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 forAllQuantity( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code quantity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code quantityBackOrdered} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate quantityBackOrdered( ); /** * Adds a condition for the feature {@code quantityBackOrdered} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code quantityBackOrdered} 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 thereExistsQuantityBackOrdered( ); /** * Adds a condition for the feature {@code quantityBackOrdered} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code quantityBackOrdered} 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 forAllQuantityBackOrdered( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code quantityBackOrdered} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByQuantityBackOrdered( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} 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 SalesContractPosition}, 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 SalesContractPosition}, 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 SalesContractPosition} 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 SalesContractPosition} testing whether the value of the feature {@code salesCommission} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesCommission( ); /** * Adds a condition for the feature {@code salesCommission} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesCommission} 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 thereExistsSalesCommission( ); /** * Adds a condition for the feature {@code salesCommission} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesCommission} 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 forAllSalesCommission( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code salesCommission} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySalesCommission( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code salesCommissionIsPercentage} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesCommissionIsPercentage( ); /** * Adds a condition for the feature {@code salesCommissionIsPercentage} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesCommissionIsPercentage} 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 thereExistsSalesCommissionIsPercentage( ); /** * Adds a condition for the feature {@code salesCommissionIsPercentage} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesCommissionIsPercentage} 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 forAllSalesCommissionIsPercentage( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code salesCommissionIsPercentage} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySalesCommissionIsPercentage( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code salesTaxType} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesTaxType( ); /** * Adds a condition for the feature {@code salesTaxType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxType} 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.product1.cci2.SalesTaxTypeQuery thereExistsSalesTaxType( ); /** * Adds a condition for the feature {@code salesTaxType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxType} 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.product1.cci2.SalesTaxTypeQuery forAllSalesTaxType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code salesTaxTypeDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesTaxTypeDescription( ); /** * Adds a condition for the feature {@code salesTaxTypeDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeDescription} 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 thereExistsSalesTaxTypeDescription( ); /** * Adds a condition for the feature {@code salesTaxTypeDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeDescription} 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 forAllSalesTaxTypeDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code salesTaxTypeDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderBySalesTaxTypeDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code salesTaxTypeDetailedDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesTaxTypeDetailedDescription( ); /** * Adds a condition for the feature {@code salesTaxTypeDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeDetailedDescription} 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 thereExistsSalesTaxTypeDetailedDescription( ); /** * Adds a condition for the feature {@code salesTaxTypeDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTaxTypeDetailedDescription} 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 forAllSalesTaxTypeDetailedDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code salesTaxTypeDetailedDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderBySalesTaxTypeDetailedDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code salesTransactionType} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salesTransactionType( ); /** * Adds a condition for the feature {@code salesTransactionType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTransactionType} 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.product1.cci2.SalesTransactionTypeQuery thereExistsSalesTransactionType( ); /** * Adds a condition for the feature {@code salesTransactionType} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesTransactionType} 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.product1.cci2.SalesTransactionTypeQuery forAllSalesTransactionType( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the feature {@code salesVolContract} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate salesVolContract( ); /** * Adds a condition for the feature {@code salesVolContract} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesVolContract} 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.contract1.cci2.SalesVolumeContractQuery thereExistsSalesVolContract( ); /** * Adds a condition for the feature {@code salesVolContract} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code salesVolContract} 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.contract1.cci2.SalesVolumeContractQuery forAllSalesVolContract( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code taxAmount} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate taxAmount( ); /** * Adds a condition for the feature {@code taxAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code taxAmount} 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 thereExistsTaxAmount( ); /** * Adds a condition for the feature {@code taxAmount} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code taxAmount} 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 forAllTaxAmount( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code taxAmount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByTaxAmount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code uom} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uom( ); /** * Adds a condition for the feature {@code uom} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uom} 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 thereExistsUom( ); /** * Adds a condition for the feature {@code uom} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uom} 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 forAllUom( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code uomDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uomDescription( ); /** * Adds a condition for the feature {@code uomDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uomDescription} 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 thereExistsUomDescription( ); /** * Adds a condition for the feature {@code uomDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uomDescription} 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 forAllUomDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code uomDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUomDescription( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code SalesContractPosition} testing whether the value of the feature {@code uomDetailedDescription} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate uomDetailedDescription( ); /** * Adds a condition for the feature {@code uomDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uomDetailedDescription} 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 thereExistsUomDetailedDescription( ); /** * Adds a condition for the feature {@code uomDetailedDescription} to the predicate for {@code SalesContractPosition}, which evaluates to {@code false} unless the value of the feature {@code uomDetailedDescription} 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 forAllUomDetailedDescription( ); /** * Allows to adds a sort instruction for {@code SalesContractPosition} depending the feature {@code uomDetailedDescription} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByUomDetailedDescription( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy