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

org.opencrx.kernel.address1.cci2.PostalAddressableQuery Maven / Gradle / Ivy

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

/**
 * A {@code PostalAddressableQuery} selects a set of instances of class {@code PostalAddressable} 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.116272858Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface PostalAddressableQuery
  extends org.opencrx.kernel.generic.cci2.PicturedQuery
{

// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
  /**
   * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the feature {@code postalAddressLine} has values or not.
   */
  public org.w3c.cci2.MultivaluedFeaturePredicate postalAddressLine(
  );

  /**
   * Adds a condition for the feature {@code postalAddressLine} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the values of the feature {@code postalAddressLine} 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 thereExistsPostalAddressLine( ); /** * Adds a condition for the feature {@code postalAddressLine} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the values of the feature {@code postalAddressLine} 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 forAllPostalAddressLine( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalCity} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalCity( ); /** * Adds a condition for the feature {@code postalCity} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCity} 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 thereExistsPostalCity( ); /** * Adds a condition for the feature {@code postalCity} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCity} 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 forAllPostalCity( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCity} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalCity( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalCode} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalCode( ); /** * Adds a condition for the feature {@code postalCode} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCode} 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 thereExistsPostalCode( ); /** * Adds a condition for the feature {@code postalCode} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCode} 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 forAllPostalCode( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCode} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalCode( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalCodeAddOn} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalCodeAddOn( ); /** * Adds a condition for the feature {@code postalCodeAddOn} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCodeAddOn} 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 thereExistsPostalCodeAddOn( ); /** * Adds a condition for the feature {@code postalCodeAddOn} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCodeAddOn} 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 forAllPostalCodeAddOn( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCodeAddOn} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalCodeAddOn( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalCodeId} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalCodeId( ); /** * Adds a condition for the feature {@code postalCodeId} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCodeId} 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 thereExistsPostalCodeId( ); /** * Adds a condition for the feature {@code postalCodeId} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCodeId} 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 forAllPostalCodeId( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCodeId} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalCodeId( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code postalCountry} to the predicate. The predicate for {@code PostalAddressable} evaluates {@code true} if its value of feature {@code postalCountry} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate postalCountry( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCountry} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPostalCountry( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalCounty} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalCounty( ); /** * Adds a condition for the feature {@code postalCounty} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCounty} 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 thereExistsPostalCounty( ); /** * Adds a condition for the feature {@code postalCounty} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalCounty} 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 forAllPostalCounty( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalCounty} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalCounty( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code postalFreightTerms} to the predicate. The predicate for {@code PostalAddressable} evaluates {@code true} if its value of feature {@code postalFreightTerms} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate postalFreightTerms( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalFreightTerms} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPostalFreightTerms( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalLatitude} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalLatitude( ); /** * Adds a condition for the feature {@code postalLatitude} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalLatitude} 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 thereExistsPostalLatitude( ); /** * Adds a condition for the feature {@code postalLatitude} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalLatitude} 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 forAllPostalLatitude( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalLatitude} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPostalLatitude( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalLongitude} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalLongitude( ); /** * Adds a condition for the feature {@code postalLongitude} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalLongitude} 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 thereExistsPostalLongitude( ); /** * Adds a condition for the feature {@code postalLongitude} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalLongitude} 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 forAllPostalLongitude( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalLongitude} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPostalLongitude( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalState} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalState( ); /** * Adds a condition for the feature {@code postalState} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalState} 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 thereExistsPostalState( ); /** * Adds a condition for the feature {@code postalState} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalState} 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 forAllPostalState( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalState} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalState( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the feature {@code postalStreet} has values or not. */ public org.w3c.cci2.MultivaluedFeaturePredicate postalStreet( ); /** * Adds a condition for the feature {@code postalStreet} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the values of the feature {@code postalStreet} 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 thereExistsPostalStreet( ); /** * Adds a condition for the feature {@code postalStreet} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the values of the feature {@code postalStreet} 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 forAllPostalStreet( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint to the predicate for {@code PostalAddressable} testing whether the value of the feature {@code postalStreetNumber} is {@code null} or not. */ public org.w3c.cci2.OptionalFeaturePredicate postalStreetNumber( ); /** * Adds a condition for the feature {@code postalStreetNumber} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalStreetNumber} 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 thereExistsPostalStreetNumber( ); /** * Adds a condition for the feature {@code postalStreetNumber} to the predicate for {@code PostalAddressable}, which evaluates to {@code false} unless the value of the feature {@code postalStreetNumber} 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 forAllPostalStreetNumber( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalStreetNumber} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.StringTypeOrder orderByPostalStreetNumber( ); // ---------------------------------------------------------------------------- // Query/Feature // ---------------------------------------------------------------------------- /** * Adds a constraint for the feature {@code postalUtcOffset} to the predicate. The predicate for {@code PostalAddressable} evaluates {@code true} if its value of feature {@code postalUtcOffset} satisfies the selected condition. */ public org.w3c.cci2.ComparableTypePredicate postalUtcOffset( ); /** * Allows to adds a sort instruction for {@code PostalAddressable} depending the feature {@code postalUtcOffset} * Note: The order in which {@code orderBy…} instructions are given is relevant! */ public org.w3c.cci2.SimpleTypeOrder orderByPostalUtcOffset( ); // ---------------------------------------------------------------------------- // Query/End // ---------------------------------------------------------------------------- }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy