All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.account1.cci2.ContactQuery Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.account1.cci2;

/**
 * A {@code ContactQuery} selects a set of instances of class {@code Contact} based on conditions to be met by their attributes. 
 */
@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.QueryMapper",
  date = "2023-10-28T12:15:35.659163642Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ContactQuery
  extends org.opencrx.kernel.account1.cci2.AccountQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code anniversary} is {@code null} or not.
   */
  public org.w3c.cci2.OptionalFeaturePredicate anniversary(
  );

  /**
   * Adds a condition for the feature {@code anniversary} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code anniversary} satisfies the given condition.
   * 

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsAnniversary( ); /** * Adds a condition for the feature {@code anniversary} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code anniversary} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllAnniversary( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code anniversary} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByAnniversary( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code annualIncomeAmount} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate annualIncomeAmount( ); /** * Adds a condition for the feature {@code annualIncomeAmount} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code annualIncomeAmount} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsAnnualIncomeAmount( ); /** * Adds a condition for the feature {@code annualIncomeAmount} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code annualIncomeAmount} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllAnnualIncomeAmount( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code annualIncomeAmount} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByAnnualIncomeAmount( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code annualIncomeCurrency} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate annualIncomeCurrency( ); /** * Adds a condition for the feature {@code annualIncomeCurrency} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code annualIncomeCurrency} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsAnnualIncomeCurrency( ); /** * Adds a condition for the feature {@code annualIncomeCurrency} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code annualIncomeCurrency} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllAnnualIncomeCurrency( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code annualIncomeCurrency} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByAnnualIncomeCurrency( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code assistant} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate assistant( ); /** * Adds a condition for the feature {@code assistant} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code assistant} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.account1.cci2.AccountQuery thereExistsAssistant( ); /** * Adds a condition for the feature {@code assistant} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code assistant} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.account1.cci2.AccountQuery forAllAssistant( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code birthdate} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate birthdate( ); /** * Adds a condition for the feature {@code birthdate} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code birthdate} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsBirthdate( ); /** * Adds a condition for the feature {@code birthdate} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code birthdate} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllBirthdate( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code birthdate} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByBirthdate( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the feature {@code childrenNames} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate childrenNames( ); /** * Adds a condition for the feature {@code childrenNames} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code childrenNames} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsChildrenNames( ); /** * Adds a condition for the feature {@code childrenNames} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code childrenNames} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllChildrenNames( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the feature {@code citizenship} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate citizenship( ); /** * Adds a condition for the feature {@code citizenship} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code citizenship} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsCitizenship( ); /** * Adds a condition for the feature {@code citizenship} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code citizenship} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllCitizenship( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code closing} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate closing( ); /** * Adds a condition for the feature {@code closing} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code closing} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsClosing( ); /** * Adds a condition for the feature {@code closing} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code closing} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllClosing( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code closing} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByClosing( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code closingCode} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code closingCode} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate closingCode( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code closingCode} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByClosingCode( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the feature {@code contactRelationship} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate contactRelationship( ); /** * Adds a condition for the feature {@code contactRelationship} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code contactRelationship} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.account1.cci2.ContactRelationshipQuery thereExistsContactRelationship( ); /** * Adds a condition for the feature {@code contactRelationship} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code contactRelationship} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.account1.cci2.ContactRelationshipQuery forAllContactRelationship( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code dateOfDeath} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate dateOfDeath( ); /** * Adds a condition for the feature {@code dateOfDeath} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code dateOfDeath} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsDateOfDeath( ); /** * Adds a condition for the feature {@code dateOfDeath} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code dateOfDeath} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllDateOfDeath( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code dateOfDeath} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDateOfDeath( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code department} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate department( ); /** * Adds a condition for the feature {@code department} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code department} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsDepartment( ); /** * Adds a condition for the feature {@code department} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code department} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllDepartment( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code department} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByDepartment( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code deputy} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate deputy( ); /** * Adds a condition for the feature {@code deputy} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code deputy} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.account1.cci2.AccountQuery thereExistsDeputy( ); /** * Adds a condition for the feature {@code deputy} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code deputy} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.account1.cci2.AccountQuery forAllDeputy( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code doNotBulkPostalMail} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate doNotBulkPostalMail( ); /** * Adds a condition for the feature {@code doNotBulkPostalMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotBulkPostalMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.BooleanTypePredicate thereExistsDoNotBulkPostalMail( ); /** * Adds a condition for the feature {@code doNotBulkPostalMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotBulkPostalMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllDoNotBulkPostalMail( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code doNotBulkPostalMail} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDoNotBulkPostalMail( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code doNotEMail} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate doNotEMail( ); /** * Adds a condition for the feature {@code doNotEMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotEMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.BooleanTypePredicate thereExistsDoNotEMail( ); /** * Adds a condition for the feature {@code doNotEMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotEMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllDoNotEMail( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code doNotEMail} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDoNotEMail( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code doNotFax} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate doNotFax( ); /** * Adds a condition for the feature {@code doNotFax} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotFax} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.BooleanTypePredicate thereExistsDoNotFax( ); /** * Adds a condition for the feature {@code doNotFax} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotFax} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllDoNotFax( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code doNotFax} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDoNotFax( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code doNotPhone} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate doNotPhone( ); /** * Adds a condition for the feature {@code doNotPhone} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotPhone} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.BooleanTypePredicate thereExistsDoNotPhone( ); /** * Adds a condition for the feature {@code doNotPhone} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotPhone} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllDoNotPhone( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code doNotPhone} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDoNotPhone( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code doNotPostalMail} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate doNotPostalMail( ); /** * Adds a condition for the feature {@code doNotPostalMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotPostalMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.BooleanTypePredicate thereExistsDoNotPostalMail( ); /** * Adds a condition for the feature {@code doNotPostalMail} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code doNotPostalMail} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.BooleanTypePredicate forAllDoNotPostalMail( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code doNotPostalMail} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByDoNotPostalMail( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code education} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code education} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate education( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code education} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByEducation( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code familyStatus} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code familyStatus} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate familyStatus( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code familyStatus} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByFamilyStatus( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code firstName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate firstName( ); /** * Adds a condition for the feature {@code firstName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code firstName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsFirstName( ); /** * Adds a condition for the feature {@code firstName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code firstName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllFirstName( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code firstName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByFirstName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code gender} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code gender} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate gender( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code gender} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByGender( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code jobRole} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate jobRole( ); /** * Adds a condition for the feature {@code jobRole} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code jobRole} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsJobRole( ); /** * Adds a condition for the feature {@code jobRole} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code jobRole} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllJobRole( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code jobRole} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByJobRole( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code jobTitle} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate jobTitle( ); /** * Adds a condition for the feature {@code jobTitle} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code jobTitle} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsJobTitle( ); /** * Adds a condition for the feature {@code jobTitle} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code jobTitle} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllJobTitle( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code jobTitle} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByJobTitle( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code lastName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate lastName( ); /** * Adds a condition for the feature {@code lastName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code lastName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsLastName( ); /** * Adds a condition for the feature {@code lastName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code lastName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllLastName( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code lastName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByLastName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code middleName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate middleName( ); /** * Adds a condition for the feature {@code middleName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code middleName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsMiddleName( ); /** * Adds a condition for the feature {@code middleName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code middleName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllMiddleName( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code middleName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByMiddleName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code nickName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate nickName( ); /** * Adds a condition for the feature {@code nickName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code nickName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsNickName( ); /** * Adds a condition for the feature {@code nickName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code nickName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllNickName( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code nickName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByNickName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code numberOfChildren} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate numberOfChildren( ); /** * Adds a condition for the feature {@code numberOfChildren} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code numberOfChildren} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsNumberOfChildren( ); /** * Adds a condition for the feature {@code numberOfChildren} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code numberOfChildren} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllNumberOfChildren( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code numberOfChildren} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByNumberOfChildren( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code organization} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate organization( ); /** * Adds a condition for the feature {@code organization} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code organization} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsOrganization( ); /** * Adds a condition for the feature {@code organization} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code organization} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllOrganization( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code organization} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByOrganization( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code originalName} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate originalName( ); /** * Adds a condition for the feature {@code originalName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code originalName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsOriginalName( ); /** * Adds a condition for the feature {@code originalName} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code originalName} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllOriginalName( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code originalName} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByOriginalName( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the feature {@code ouMembership} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate ouMembership( ); /** * Adds a condition for the feature {@code ouMembership} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code ouMembership} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.account1.cci2.ContactMembershipQuery thereExistsOuMembership( ); /** * Adds a condition for the feature {@code ouMembership} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code ouMembership} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.account1.cci2.ContactMembershipQuery forAllOuMembership( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code placeOfBirth} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate placeOfBirth( ); /** * Adds a condition for the feature {@code placeOfBirth} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfBirth} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsPlaceOfBirth( ); /** * Adds a condition for the feature {@code placeOfBirth} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfBirth} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllPlaceOfBirth( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code placeOfBirth} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPlaceOfBirth( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code placeOfDeath} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate placeOfDeath( ); /** * Adds a condition for the feature {@code placeOfDeath} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfDeath} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsPlaceOfDeath( ); /** * Adds a condition for the feature {@code placeOfDeath} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfDeath} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllPlaceOfDeath( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code placeOfDeath} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPlaceOfDeath( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code placeOfOrigin} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate placeOfOrigin( ); /** * Adds a condition for the feature {@code placeOfOrigin} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfOrigin} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsPlaceOfOrigin( ); /** * Adds a condition for the feature {@code placeOfOrigin} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code placeOfOrigin} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllPlaceOfOrigin( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code placeOfOrigin} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPlaceOfOrigin( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code preferredContactMethod} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code preferredContactMethod} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate preferredContactMethod( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code preferredContactMethod} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPreferredContactMethod( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code preferredSpokenLanguage} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code preferredSpokenLanguage} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate preferredSpokenLanguage( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code preferredSpokenLanguage} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPreferredSpokenLanguage( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code preferredWrittenLanguage} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code preferredWrittenLanguage} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate preferredWrittenLanguage( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code preferredWrittenLanguage} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPreferredWrittenLanguage( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the feature {@code religion} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate religion( ); /** * Adds a condition for the feature {@code religion} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code religion} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is not satisfied */ public org.w3c.cci2.ComparableTypePredicate thereExistsReligion( ); /** * Adds a condition for the feature {@code religion} to the predicate for {@code Contact}, which evaluates to {@code false} unless the values of the feature {@code religion} satisfy the given condition. *

Since the multiplicity for this attribute is 0..n, the attribute may have no values. in which case the condition is satisfied */ public org.w3c.cci2.ComparableTypePredicate forAllReligion( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code reportsTo} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate reportsTo( ); /** * Adds a condition for the feature {@code reportsTo} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code reportsTo} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.opencrx.kernel.account1.cci2.ContactQuery thereExistsReportsTo( ); /** * Adds a condition for the feature {@code reportsTo} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code reportsTo} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.opencrx.kernel.account1.cci2.ContactQuery forAllReportsTo( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code salutation} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate salutation( ); /** * Adds a condition for the feature {@code salutation} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code salutation} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsSalutation( ); /** * Adds a condition for the feature {@code salutation} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code salutation} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllSalutation( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code salutation} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderBySalutation( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code salutationCode} to the predicate. The predicate for {@code Contact} evaluates {@code true} if its value of feature {@code salutationCode} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate salutationCode( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code salutationCode} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderBySalutationCode( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code Contact} testing whether the value of the feature {@code suffix} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate suffix( ); /** * Adds a condition for the feature {@code suffix} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code suffix} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is not satisfied */ public org.w3c.cci2.StringTypePredicate thereExistsSuffix( ); /** * Adds a condition for the feature {@code suffix} to the predicate for {@code Contact}, which evaluates to {@code false} unless the value of the feature {@code suffix} satisfies the given condition. *

Since the attribute is optional its value may be {@code null}, in which case the condition is satisfied */ public org.w3c.cci2.StringTypePredicate forAllSuffix( ); /** * Allows to adds a sort instruction for {@code Contact} depending the feature {@code suffix} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderBySuffix( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy