public interface GetContractAmountsResultQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllStatusMessage()
Adds a condition for the feature
statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalAmount()
Adds a condition for the feature
totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalAmountIncludingTax()
Adds a condition for the feature
totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalBaseAmount()
Adds a condition for the feature
totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalDiscountAmount()
Adds a condition for the feature
totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalSalesCommission()
Adds a condition for the feature
totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllTotalTaxAmount()
Adds a condition for the feature
totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition. |
org.w3c.cci2.SimpleTypeOrder |
orderByStatusCode()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature statusCode
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByStatusMessage()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature statusMessage
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalAmount()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalAmount
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalAmountIncludingTax()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalAmountIncludingTax
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalBaseAmount()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalBaseAmount
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalDiscountAmount()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalDiscountAmount
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalSalesCommission()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalSalesCommission
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.SimpleTypeOrder |
orderByTotalTaxAmount()
Allows to adds a sort instruction for
GetContractAmountsResult depending the feature totalTaxAmount
Note: The order in which orderBy… instructions are given is relevant! |
org.w3c.cci2.ComparableTypePredicate<Short> |
statusCode() |
org.w3c.cci2.OptionalFeaturePredicate |
statusMessage()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature statusMessage is null or not. |
org.w3c.cci2.StringTypePredicate |
thereExistsStatusMessage()
Adds a condition for the feature
statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalAmount()
Adds a condition for the feature
totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalAmountIncludingTax()
Adds a condition for the feature
totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalBaseAmount()
Adds a condition for the feature
totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalDiscountAmount()
Adds a condition for the feature
totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalSalesCommission()
Adds a condition for the feature
totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsTotalTaxAmount()
Adds a condition for the feature
totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition. |
org.w3c.cci2.OptionalFeaturePredicate |
totalAmount()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalAmount is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
totalAmountIncludingTax()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalAmountIncludingTax is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
totalBaseAmount()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalBaseAmount is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
totalDiscountAmount()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalDiscountAmount is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
totalSalesCommission()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalSalesCommission is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
totalTaxAmount()
Adds a constraint to the predicate for
GetContractAmountsResult testing whether the value of the feature totalTaxAmount is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> statusCode()
org.w3c.cci2.SimpleTypeOrder orderByStatusCode()
GetContractAmountsResult depending the feature statusCode
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate statusMessage()
GetContractAmountsResult testing whether the value of the feature statusMessage is null or not.org.w3c.cci2.StringTypePredicate thereExistsStatusMessage()
statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllStatusMessage()
statusMessage to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature statusMessage satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByStatusMessage()
GetContractAmountsResult depending the feature statusMessage
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalAmount()
GetContractAmountsResult testing whether the value of the feature totalAmount is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalAmount()
totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalAmount()
totalAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalAmount()
GetContractAmountsResult depending the feature totalAmount
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalAmountIncludingTax()
GetContractAmountsResult testing whether the value of the feature totalAmountIncludingTax is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalAmountIncludingTax()
totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalAmountIncludingTax()
totalAmountIncludingTax to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalAmountIncludingTax satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalAmountIncludingTax()
GetContractAmountsResult depending the feature totalAmountIncludingTax
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalBaseAmount()
GetContractAmountsResult testing whether the value of the feature totalBaseAmount is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalBaseAmount()
totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalBaseAmount()
totalBaseAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalBaseAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalBaseAmount()
GetContractAmountsResult depending the feature totalBaseAmount
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalDiscountAmount()
GetContractAmountsResult testing whether the value of the feature totalDiscountAmount is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalDiscountAmount()
totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalDiscountAmount()
totalDiscountAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalDiscountAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalDiscountAmount()
GetContractAmountsResult depending the feature totalDiscountAmount
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalSalesCommission()
GetContractAmountsResult testing whether the value of the feature totalSalesCommission is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalSalesCommission()
totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalSalesCommission()
totalSalesCommission to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalSalesCommission satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalSalesCommission()
GetContractAmountsResult depending the feature totalSalesCommission
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate totalTaxAmount()
GetContractAmountsResult testing whether the value of the feature totalTaxAmount is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsTotalTaxAmount()
totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllTotalTaxAmount()
totalTaxAmount to the predicate for GetContractAmountsResult, which evaluates to false unless the value of the feature totalTaxAmount satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByTotalTaxAmount()
GetContractAmountsResult depending the feature totalTaxAmount
Note: The order in which orderBy… instructions are given is relevant!This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.