org.opencrx.application.shop1.cci2
Interface LegalEntityTQuery

All Superinterfaces:
AnyTypePredicate

public interface LegalEntityTQuery
extends AnyTypePredicate


Method Summary
 OptionalFeaturePredicate emailAddressBusiness()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature emailAddressBusiness is null or not.
 OptionalFeaturePredicate faxNumberBusiness()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature faxNumberBusiness is null or not.
 EmailAddressTQuery forAllEmailAddressBusiness()
          Adds a condition for the feature emailAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.
 PhoneNumberTQuery forAllFaxNumberBusiness()
          Adds a condition for the feature faxNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature faxNumberBusiness satisfies the given condition.
 PhoneNumberTQuery forAllPhoneNumberBusiness()
          Adds a condition for the feature phoneNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature phoneNumberBusiness satisfies the given condition.
 PostalAddressTQuery forAllPostalAddressBusiness()
          Adds a condition for the feature postalAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature postalAddressBusiness satisfies the given condition.
 StringTypePredicate forAllPrimaryContactNumber()
          Adds a condition for the feature primaryContactNumber to the predicate for LegalEntityT, which evaluates to false unless the value of the feature primaryContactNumber satisfies the given condition.
 StringTypePredicate forAllWebAddressBusiness()
          Adds a condition for the feature webAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature webAddressBusiness satisfies the given condition.
 StringTypePredicate legalName()
           
 SimpleTypeOrder orderByLegalName()
          Allows to adds a sort instruction for LegalEntityT depending the feature legalName Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPrimaryContactNumber()
          Allows to adds a sort instruction for LegalEntityT depending the feature primaryContactNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByWebAddressBusiness()
          Allows to adds a sort instruction for LegalEntityT depending the feature webAddressBusiness Note: The order in which orderBy… instructions are given is relevant!
 OptionalFeaturePredicate phoneNumberBusiness()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature phoneNumberBusiness is null or not.
 OptionalFeaturePredicate postalAddressBusiness()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature postalAddressBusiness is null or not.
 OptionalFeaturePredicate primaryContactNumber()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature primaryContactNumber is null or not.
 EmailAddressTQuery thereExistsEmailAddressBusiness()
          Adds a condition for the feature emailAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.
 PhoneNumberTQuery thereExistsFaxNumberBusiness()
          Adds a condition for the feature faxNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature faxNumberBusiness satisfies the given condition.
 PhoneNumberTQuery thereExistsPhoneNumberBusiness()
          Adds a condition for the feature phoneNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature phoneNumberBusiness satisfies the given condition.
 PostalAddressTQuery thereExistsPostalAddressBusiness()
          Adds a condition for the feature postalAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature postalAddressBusiness satisfies the given condition.
 StringTypePredicate thereExistsPrimaryContactNumber()
          Adds a condition for the feature primaryContactNumber to the predicate for LegalEntityT, which evaluates to false unless the value of the feature primaryContactNumber satisfies the given condition.
 StringTypePredicate thereExistsWebAddressBusiness()
          Adds a condition for the feature webAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature webAddressBusiness satisfies the given condition.
 OptionalFeaturePredicate webAddressBusiness()
          Adds a constraint to the predicate for LegalEntityT testing whether the value of the feature webAddressBusiness is null or not.
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

emailAddressBusiness

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


thereExistsEmailAddressBusiness

EmailAddressTQuery thereExistsEmailAddressBusiness()
Adds a condition for the feature emailAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.

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


forAllEmailAddressBusiness

EmailAddressTQuery forAllEmailAddressBusiness()
Adds a condition for the feature emailAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature emailAddressBusiness satisfies the given condition.

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


faxNumberBusiness

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


thereExistsFaxNumberBusiness

PhoneNumberTQuery thereExistsFaxNumberBusiness()
Adds a condition for the feature faxNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature faxNumberBusiness satisfies the given condition.

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


forAllFaxNumberBusiness

PhoneNumberTQuery forAllFaxNumberBusiness()
Adds a condition for the feature faxNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature faxNumberBusiness satisfies the given condition.

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


legalName

StringTypePredicate legalName()

orderByLegalName

SimpleTypeOrder orderByLegalName()
Allows to adds a sort instruction for LegalEntityT depending the feature legalName Note: The order in which orderBy… instructions are given is relevant!


phoneNumberBusiness

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


thereExistsPhoneNumberBusiness

PhoneNumberTQuery thereExistsPhoneNumberBusiness()
Adds a condition for the feature phoneNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature phoneNumberBusiness satisfies the given condition.

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


forAllPhoneNumberBusiness

PhoneNumberTQuery forAllPhoneNumberBusiness()
Adds a condition for the feature phoneNumberBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature phoneNumberBusiness satisfies the given condition.

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


postalAddressBusiness

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


thereExistsPostalAddressBusiness

PostalAddressTQuery thereExistsPostalAddressBusiness()
Adds a condition for the feature postalAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature postalAddressBusiness satisfies the given condition.

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


forAllPostalAddressBusiness

PostalAddressTQuery forAllPostalAddressBusiness()
Adds a condition for the feature postalAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature postalAddressBusiness satisfies the given condition.

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


primaryContactNumber

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


thereExistsPrimaryContactNumber

StringTypePredicate thereExistsPrimaryContactNumber()
Adds a condition for the feature primaryContactNumber to the predicate for LegalEntityT, which evaluates to false unless the value of the feature primaryContactNumber satisfies the given condition.

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


forAllPrimaryContactNumber

StringTypePredicate forAllPrimaryContactNumber()
Adds a condition for the feature primaryContactNumber to the predicate for LegalEntityT, which evaluates to false unless the value of the feature primaryContactNumber satisfies the given condition.

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


orderByPrimaryContactNumber

SimpleTypeOrder orderByPrimaryContactNumber()
Allows to adds a sort instruction for LegalEntityT depending the feature primaryContactNumber Note: The order in which orderBy… instructions are given is relevant!


webAddressBusiness

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


thereExistsWebAddressBusiness

StringTypePredicate thereExistsWebAddressBusiness()
Adds a condition for the feature webAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature webAddressBusiness satisfies the given condition.

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


forAllWebAddressBusiness

StringTypePredicate forAllWebAddressBusiness()
Adds a condition for the feature webAddressBusiness to the predicate for LegalEntityT, which evaluates to false unless the value of the feature webAddressBusiness satisfies the given condition.

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


orderByWebAddressBusiness

SimpleTypeOrder orderByWebAddressBusiness()
Allows to adds a sort instruction for LegalEntityT depending the feature webAddressBusiness Note: The order in which orderBy… instructions are given is relevant!



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