|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LegalEntityTQuery
| 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 |
|---|
OptionalFeaturePredicate emailAddressBusiness()
LegalEntityT testing whether the value of the feature emailAddressBusiness is null or not.
EmailAddressTQuery thereExistsEmailAddressBusiness()
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
EmailAddressTQuery forAllEmailAddressBusiness()
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
OptionalFeaturePredicate faxNumberBusiness()
LegalEntityT testing whether the value of the feature faxNumberBusiness is null or not.
PhoneNumberTQuery thereExistsFaxNumberBusiness()
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
PhoneNumberTQuery forAllFaxNumberBusiness()
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
StringTypePredicate legalName()
SimpleTypeOrder orderByLegalName()
LegalEntityT depending the feature legalName
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate phoneNumberBusiness()
LegalEntityT testing whether the value of the feature phoneNumberBusiness is null or not.
PhoneNumberTQuery thereExistsPhoneNumberBusiness()
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
PhoneNumberTQuery forAllPhoneNumberBusiness()
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
OptionalFeaturePredicate postalAddressBusiness()
LegalEntityT testing whether the value of the feature postalAddressBusiness is null or not.
PostalAddressTQuery thereExistsPostalAddressBusiness()
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
PostalAddressTQuery forAllPostalAddressBusiness()
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
OptionalFeaturePredicate primaryContactNumber()
LegalEntityT testing whether the value of the feature primaryContactNumber is null or not.
StringTypePredicate thereExistsPrimaryContactNumber()
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
StringTypePredicate forAllPrimaryContactNumber()
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
SimpleTypeOrder orderByPrimaryContactNumber()
LegalEntityT depending the feature primaryContactNumber
Note: The order in which orderBy… instructions are given is relevant!
OptionalFeaturePredicate webAddressBusiness()
LegalEntityT testing whether the value of the feature webAddressBusiness is null or not.
StringTypePredicate thereExistsWebAddressBusiness()
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
StringTypePredicate forAllWebAddressBusiness()
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
SimpleTypeOrder orderByWebAddressBusiness()
LegalEntityT depending the feature webAddressBusiness
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 | |||||||||