org.opencrx.kernel.account1.cci2.CreditLimitQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;
/**
* A {@code CreditLimitQuery} selects a set of instances of class {@code CreditLimit} 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:35.715578881Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreditLimitQuery
extends org.opencrx.kernel.generic.cci2.CrxObjectQuery
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code creditCurrency} to the predicate. The predicate for {@code CreditLimit} evaluates {@code true} if its value of feature {@code creditCurrency} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate creditCurrency(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code creditCurrency}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCreditCurrency(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code creditLimitAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate creditLimitAmount(
);
/**
* Adds a condition for the feature {@code creditLimitAmount} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code creditLimitAmount} 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 thereExistsCreditLimitAmount(
);
/**
* Adds a condition for the feature {@code creditLimitAmount} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code creditLimitAmount} 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 forAllCreditLimitAmount(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code creditLimitAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCreditLimitAmount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code currentCreditUsageAmount} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate currentCreditUsageAmount(
);
/**
* Adds a condition for the feature {@code currentCreditUsageAmount} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code currentCreditUsageAmount} 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 thereExistsCurrentCreditUsageAmount(
);
/**
* Adds a condition for the feature {@code currentCreditUsageAmount} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code currentCreditUsageAmount} 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 forAllCurrentCreditUsageAmount(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code currentCreditUsageAmount}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByCurrentCreditUsageAmount(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code expectedCreditUsageAmount1} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate expectedCreditUsageAmount1(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount1} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount1} 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 thereExistsExpectedCreditUsageAmount1(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount1} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount1} 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 forAllExpectedCreditUsageAmount1(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code expectedCreditUsageAmount1}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByExpectedCreditUsageAmount1(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code expectedCreditUsageAmount2} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate expectedCreditUsageAmount2(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount2} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount2} 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 thereExistsExpectedCreditUsageAmount2(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount2} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount2} 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 forAllExpectedCreditUsageAmount2(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code expectedCreditUsageAmount2}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByExpectedCreditUsageAmount2(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code expectedCreditUsageAmount3} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate expectedCreditUsageAmount3(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount3} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount3} 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 thereExistsExpectedCreditUsageAmount3(
);
/**
* Adds a condition for the feature {@code expectedCreditUsageAmount3} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code expectedCreditUsageAmount3} 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 forAllExpectedCreditUsageAmount3(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code expectedCreditUsageAmount3}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByExpectedCreditUsageAmount3(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code CreditLimit} testing whether the value of the feature {@code isCreditOnHold} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate isCreditOnHold(
);
/**
* Adds a condition for the feature {@code isCreditOnHold} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code isCreditOnHold} 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 thereExistsIsCreditOnHold(
);
/**
* Adds a condition for the feature {@code isCreditOnHold} to the predicate for {@code CreditLimit}, which evaluates to {@code false} unless the value of the feature {@code isCreditOnHold} 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 forAllIsCreditOnHold(
);
/**
* Allows to adds a sort instruction for {@code CreditLimit} depending the feature {@code isCreditOnHold}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsCreditOnHold(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}