org.opencrx.kernel.address1.cci2.PhoneNumberAddressableQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.address1.cci2;
/**
* A {@code PhoneNumberAddressableQuery} selects a set of instances of class {@code PhoneNumberAddressable} 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.097096166Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PhoneNumberAddressableQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code automaticParsing} to the predicate. The predicate for {@code PhoneNumberAddressable} evaluates {@code true} if its value of feature {@code automaticParsing} satisfies the selected condition.
*/
public org.w3c.cci2.BooleanTypePredicate automaticParsing(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code automaticParsing}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByAutomaticParsing(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PhoneNumberAddressable} testing whether the value of the feature {@code phoneCityArea} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate phoneCityArea(
);
/**
* Adds a condition for the feature {@code phoneCityArea} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneCityArea} 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 thereExistsPhoneCityArea(
);
/**
* Adds a condition for the feature {@code phoneCityArea} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneCityArea} 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 forAllPhoneCityArea(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code phoneCityArea}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPhoneCityArea(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint for the feature {@code phoneCountryPrefix} to the predicate. The predicate for {@code PhoneNumberAddressable} evaluates {@code true} if its value of feature {@code phoneCountryPrefix} satisfies the selected condition.
*/
public org.w3c.cci2.ComparableTypePredicate phoneCountryPrefix(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code phoneCountryPrefix}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByPhoneCountryPrefix(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PhoneNumberAddressable} testing whether the value of the feature {@code phoneExtension} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate phoneExtension(
);
/**
* Adds a condition for the feature {@code phoneExtension} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneExtension} 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 thereExistsPhoneExtension(
);
/**
* Adds a condition for the feature {@code phoneExtension} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneExtension} 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 forAllPhoneExtension(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code phoneExtension}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPhoneExtension(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PhoneNumberAddressable} testing whether the value of the feature {@code phoneLocalNumber} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate phoneLocalNumber(
);
/**
* Adds a condition for the feature {@code phoneLocalNumber} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneLocalNumber} 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 thereExistsPhoneLocalNumber(
);
/**
* Adds a condition for the feature {@code phoneLocalNumber} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneLocalNumber} 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 forAllPhoneLocalNumber(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code phoneLocalNumber}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPhoneLocalNumber(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code PhoneNumberAddressable} testing whether the value of the feature {@code phoneNumberFull} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate phoneNumberFull(
);
/**
* Adds a condition for the feature {@code phoneNumberFull} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneNumberFull} 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 thereExistsPhoneNumberFull(
);
/**
* Adds a condition for the feature {@code phoneNumberFull} to the predicate for {@code PhoneNumberAddressable}, which evaluates to {@code false} unless the value of the feature {@code phoneNumberFull} 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 forAllPhoneNumberFull(
);
/**
* Allows to adds a sort instruction for {@code PhoneNumberAddressable} depending the feature {@code phoneNumberFull}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByPhoneNumberFull(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}