org.opencrx.kernel.contract1.cci2.GetContractAmountsResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.cci2;
/**
* A {@code GetContractAmountsResultQuery} selects a set of instances of class {@code GetContractAmountsResult} 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.558046663Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface GetContractAmountsResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code statusCode} to the predicate. The predicate for {@code GetContractAmountsResult} evaluates {@code true} if its value of feature {@code statusCode} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate statusCode(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code statusCode}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStatusCode(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code statusMessage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 thereExistsStatusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 forAllStatusMessage(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code statusMessage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStatusMessage(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalAmount(
);
/**
* Adds a condition for the feature {@code totalAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalAmount} 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 thereExistsTotalAmount(
);
/**
* Adds a condition for the feature {@code totalAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalAmount} 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 forAllTotalAmount(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalAmount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalAmountIncludingTax} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalAmountIncludingTax(
);
/**
* Adds a condition for the feature {@code totalAmountIncludingTax} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalAmountIncludingTax} 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 thereExistsTotalAmountIncludingTax(
);
/**
* Adds a condition for the feature {@code totalAmountIncludingTax} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalAmountIncludingTax} 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 forAllTotalAmountIncludingTax(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalAmountIncludingTax}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalAmountIncludingTax(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalBaseAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalBaseAmount(
);
/**
* Adds a condition for the feature {@code totalBaseAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalBaseAmount} 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 thereExistsTotalBaseAmount(
);
/**
* Adds a condition for the feature {@code totalBaseAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalBaseAmount} 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 forAllTotalBaseAmount(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalBaseAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalBaseAmount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalDiscountAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalDiscountAmount(
);
/**
* Adds a condition for the feature {@code totalDiscountAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalDiscountAmount} 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 thereExistsTotalDiscountAmount(
);
/**
* Adds a condition for the feature {@code totalDiscountAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalDiscountAmount} 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 forAllTotalDiscountAmount(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalDiscountAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalDiscountAmount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalSalesCommission} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalSalesCommission(
);
/**
* Adds a condition for the feature {@code totalSalesCommission} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalSalesCommission} 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 thereExistsTotalSalesCommission(
);
/**
* Adds a condition for the feature {@code totalSalesCommission} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalSalesCommission} 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 forAllTotalSalesCommission(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalSalesCommission}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalSalesCommission(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code GetContractAmountsResult} testing whether the value of the feature {@code totalTaxAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate totalTaxAmount(
);
/**
* Adds a condition for the feature {@code totalTaxAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalTaxAmount} 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 thereExistsTotalTaxAmount(
);
/**
* Adds a condition for the feature {@code totalTaxAmount} to the predicate for {@code GetContractAmountsResult}, which evaluates to {@code false} unless the value of the feature {@code totalTaxAmount} 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 forAllTotalTaxAmount(
);
/**
* Allows to adds a sort instruction for {@code GetContractAmountsResult} depending the feature {@code totalTaxAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByTotalTaxAmount(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}