org.opencrx.kernel.contract1.cci2
Interface GetPositionAmountsResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetPositionAmountsResultQuery
extends AnyTypePredicate


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

amount

OptionalFeaturePredicate amount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the feature amount is null or not.


thereExistsAmount

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllAmount

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByAmount

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!


baseAmount

OptionalFeaturePredicate baseAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the feature baseAmount is null or not.


thereExistsBaseAmount

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllBaseAmount

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByBaseAmount

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!


discountAmount

OptionalFeaturePredicate discountAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the feature discountAmount is null or not.


thereExistsDiscountAmount

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllDiscountAmount

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByDiscountAmount

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!


statusCode

ComparableTypePredicate<Short> statusCode()

orderByStatusCode

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!


statusMessage

OptionalFeaturePredicate statusMessage()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the feature statusMessage is null or not.


thereExistsStatusMessage

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllStatusMessage

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByStatusMessage

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!


taxAmount

OptionalFeaturePredicate taxAmount()
Adds a constraint to the predicate for GetPositionAmountsResult testing whether the value of the feature taxAmount is null or not.


thereExistsTaxAmount

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllTaxAmount

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


orderByTaxAmount

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!



This software is published under the BSD license. Copyright © 2003-2008, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.