org.opencrx.kernel.contract1.cci2.ShippingDetailQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code ShippingDetailQuery} selects a set of instances of class {@code ShippingDetail} 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.710632897Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ShippingDetailQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ShippingDetail} testing whether the value of the feature {@code carrier} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate carrier(
);
/**
* Adds a condition for the feature {@code carrier} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code carrier} 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 thereExistsCarrier(
);
/**
* Adds a condition for the feature {@code carrier} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code carrier} 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 forAllCarrier(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ShippingDetail} testing whether the value of the feature {@code giftMessage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate giftMessage(
);
/**
* Adds a condition for the feature {@code giftMessage} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code giftMessage} 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 thereExistsGiftMessage(
);
/**
* Adds a condition for the feature {@code giftMessage} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code giftMessage} 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 forAllGiftMessage(
);
/**
* Allows to adds a sort instruction for {@code ShippingDetail} depending the feature {@code giftMessage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByGiftMessage(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code isGift} to the predicate. The predicate for {@code ShippingDetail} evaluates {@code true} if its value of feature {@code isGift} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate isGift(
);
/**
* Allows to adds a sort instruction for {@code ShippingDetail} depending the feature {@code isGift}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsGift(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ShippingDetail} testing whether the value of the feature {@code shippingInstructions} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate shippingInstructions(
);
/**
* Adds a condition for the feature {@code shippingInstructions} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code shippingInstructions} 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 thereExistsShippingInstructions(
);
/**
* Adds a condition for the feature {@code shippingInstructions} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code shippingInstructions} 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 forAllShippingInstructions(
);
/**
* Allows to adds a sort instruction for {@code ShippingDetail} depending the feature {@code shippingInstructions}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByShippingInstructions(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code shippingMethod} to the predicate. The predicate for {@code ShippingDetail} evaluates {@code true} if its value of feature {@code shippingMethod} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate shippingMethod(
);
/**
* Allows to adds a sort instruction for {@code ShippingDetail} depending the feature {@code shippingMethod}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByShippingMethod(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ShippingDetail} testing whether the value of the feature {@code shippingTrackingNumber} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate shippingTrackingNumber(
);
/**
* Adds a condition for the feature {@code shippingTrackingNumber} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code shippingTrackingNumber} 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 thereExistsShippingTrackingNumber(
);
/**
* Adds a condition for the feature {@code shippingTrackingNumber} to the predicate for {@code ShippingDetail}, which evaluates to {@code false} unless the value of the feature {@code shippingTrackingNumber} 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 forAllShippingTrackingNumber(
);
/**
* Allows to adds a sort instruction for {@code ShippingDetail} depending the feature {@code shippingTrackingNumber}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByShippingTrackingNumber(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}