|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GetPositionAmountsResultQuery
| Method Summary | |
|---|---|
OptionalFeaturePredicate |
amount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the
feature amount is null or not. |
OptionalFeaturePredicate |
baseAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the
feature baseAmount is null or not. |
OptionalFeaturePredicate |
discountAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the
feature discountAmount is null or not. |
ComparableTypePredicate<BigDecimal> |
forAllAmount()
Adds a condition for the feature amount to the predicate
for GetPositionAmountsResult, which evaluates to
false unless the value of the feature amount
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllBaseAmount()
Adds a condition for the feature baseAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
baseAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllDiscountAmount()
Adds a condition for the feature discountAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
discountAmount satisfies the given condition. |
StringTypePredicate |
forAllStatusMessage()
Adds a condition for the feature statusMessage to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
statusMessage satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
forAllTaxAmount()
Adds a condition for the feature taxAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
taxAmount satisfies the given condition. |
SimpleTypeOrder |
orderByAmount()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
amount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByBaseAmount()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
baseAmount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByDiscountAmount()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
discountAmount
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByStatusCode()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
statusCode
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByStatusMessage()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
statusMessage
Note: The order in which orderBy…
instructions are given is relevant! |
SimpleTypeOrder |
orderByTaxAmount()
Allows to adds a sort instruction for GetPositionAmountsResult depending the feature
taxAmount
Note: The order in which orderBy…
instructions are given is relevant! |
ComparableTypePredicate<Short> |
statusCode()
|
OptionalFeaturePredicate |
statusMessage()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the
feature statusMessage is null or not. |
OptionalFeaturePredicate |
taxAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the
feature taxAmount is null or not. |
ComparableTypePredicate<BigDecimal> |
thereExistsAmount()
Adds a condition for the feature amount to the predicate
for GetPositionAmountsResult, which evaluates to
false unless the value of the feature amount
satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsBaseAmount()
Adds a condition for the feature baseAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
baseAmount satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsDiscountAmount()
Adds a condition for the feature discountAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
discountAmount satisfies the given condition. |
StringTypePredicate |
thereExistsStatusMessage()
Adds a condition for the feature statusMessage to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
statusMessage satisfies the given condition. |
ComparableTypePredicate<BigDecimal> |
thereExistsTaxAmount()
Adds a condition for the feature taxAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
taxAmount satisfies the given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate amount()
GetPositionAmountsResult testing whether the value of the
feature amount is null or not.
ComparableTypePredicate<BigDecimal> thereExistsAmount()
amount to the predicate
for GetPositionAmountsResult, which evaluates to
false unless the value of the feature amount
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllAmount()
amount to the predicate
for GetPositionAmountsResult, which evaluates to
false unless the value of the feature amount
satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByAmount()
GetPositionAmountsResult depending the feature
amount
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate baseAmount()
GetPositionAmountsResult testing whether the value of the
feature baseAmount is null or not.
ComparableTypePredicate<BigDecimal> thereExistsBaseAmount()
baseAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
baseAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllBaseAmount()
baseAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
baseAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByBaseAmount()
GetPositionAmountsResult depending the feature
baseAmount
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate discountAmount()
GetPositionAmountsResult testing whether the value of the
feature discountAmount is null or not.
ComparableTypePredicate<BigDecimal> thereExistsDiscountAmount()
discountAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
discountAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllDiscountAmount()
discountAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
discountAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByDiscountAmount()
GetPositionAmountsResult depending the feature
discountAmount
Note: The order in which orderBy…
instructions are given is relevant!
ComparableTypePredicate<Short> statusCode()
SimpleTypeOrder orderByStatusCode()
GetPositionAmountsResult depending the feature
statusCode
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate statusMessage()
GetPositionAmountsResult testing whether the value of the
feature statusMessage is null or not.
StringTypePredicate thereExistsStatusMessage()
statusMessage to the
predicate for GetPositionAmountsResult, 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
StringTypePredicate forAllStatusMessage()
statusMessage to the
predicate for GetPositionAmountsResult, 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
SimpleTypeOrder orderByStatusMessage()
GetPositionAmountsResult depending the feature
statusMessage
Note: The order in which orderBy…
instructions are given is relevant!
OptionalFeaturePredicate taxAmount()
GetPositionAmountsResult testing whether the value of the
feature taxAmount is null or not.
ComparableTypePredicate<BigDecimal> thereExistsTaxAmount()
taxAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
taxAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ComparableTypePredicate<BigDecimal> forAllTaxAmount()
taxAmount to the
predicate for GetPositionAmountsResult, which evaluates to
false unless the value of the feature
taxAmount satisfies the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
SimpleTypeOrder orderByTaxAmount()
GetPositionAmountsResult depending the feature
taxAmount
Note: The order in which orderBy…
instructions are given is relevant!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||