org.opencrx.application.shop1.cci2
Interface GetPriceLevelResultQuery

All Superinterfaces:
AnyTypePredicate

public interface GetPriceLevelResultQuery
extends AnyTypePredicate


Method Summary
 PriceLevelTQuery forAllPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 OptionalFeaturePredicate priceLevel()
          Adds a constraint to the predicate for GetPriceLevelResult testing whether the value of the feature priceLevel is null or not.
 ReturnStatusTQuery status()
           
 PriceLevelTQuery thereExistsPriceLevel()
          Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

priceLevel

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


thereExistsPriceLevel

PriceLevelTQuery thereExistsPriceLevel()
Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.

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


forAllPriceLevel

PriceLevelTQuery forAllPriceLevel()
Adds a condition for the feature priceLevel to the predicate for GetPriceLevelResult, which evaluates to false unless the value of the feature priceLevel satisfies the given condition.

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


status

ReturnStatusTQuery status()


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