org.opencrx.application.shop1.cci2
Interface CreateCustomerAsContactResultQuery

All Superinterfaces:
AnyTypePredicate

public interface CreateCustomerAsContactResultQuery
extends AnyTypePredicate


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

Method Detail

customer

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


thereExistsCustomer

CustomerTQuery thereExistsCustomer()
Adds a condition for the feature customer to the predicate for CreateCustomerAsContactResult, which evaluates to false unless the value of the feature customer satisfies the given condition.

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


forAllCustomer

CustomerTQuery forAllCustomer()
Adds a condition for the feature customer to the predicate for CreateCustomerAsContactResult, which evaluates to false unless the value of the feature customer 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.