org.opencrx.kernel.address1.query
Interface PostalAddressableQuery

All Superinterfaces:
AnyTypePredicate, PicturedQuery
All Known Subinterfaces:
PostalAddressQuery, PostalAddressQuery, PostalAddressQuery, PostalAddressQuery
All Known Implementing Classes:
PostalAddressableFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl, PostalAddressFilterImpl

public interface PostalAddressableQuery
extends PicturedQuery


Method Summary
 StringTypePredicate forAllPostalAddressLine()
          Adds a constraint for the feature postalAddressLine to the predicate.
 StringTypePredicate forAllPostalCity()
          Adds a constraint for the feature postalCity to the predicate.
 StringTypePredicate forAllPostalCode()
          Adds a constraint for the feature postalCode to the predicate.
 StringTypePredicate forAllPostalCounty()
          Adds a constraint for the feature postalCounty to the predicate.
 ComparableTypePredicate forAllPostalLatitude()
          Adds a constraint for the feature postalLatitude to the predicate.
 ComparableTypePredicate forAllPostalLongitude()
          Adds a constraint for the feature postalLongitude to the predicate.
 StringTypePredicate forAllPostalState()
          Adds a constraint for the feature postalState to the predicate.
 StringTypePredicate forAllPostalStreet()
          Adds a constraint for the feature postalStreet to the predicate.
 StringTypePredicate forAllPostalStreetNumber()
          Adds a constraint for the feature postalStreetNumber to the predicate.
 MultivaluedTypeOrder orderByPostalAddressLine()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalAddressLine Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalCity()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalCity Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalCode()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalCode Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalCountry()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalCountry Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalCounty()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalCounty Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalFreightTerms()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalFreightTerms Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalLatitude()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalLatitude Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalLongitude()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalLongitude Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalState()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalState Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedTypeOrder orderByPostalStreet()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalStreet Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalStreetNumber()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalStreetNumber Note: The order in which orderBy… instructions are given is relevant!
 SimpleTypeOrder orderByPostalUtcOffset()
          Allows to adds a sort instruction for PostalAddressable depending the feature postalUtcOffset Note: The order in which orderBy… instructions are given is relevant!
 MultivaluedFeaturePredicate postalAddressLine()
          Adds a constraint to the predicate for PostalAddressable testing whether the feature postalAddressLine has values or not.
 OptionalFeaturePredicate postalCity()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalCity is null or not.
 OptionalFeaturePredicate postalCode()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalCode is null or not.
 ComparableTypePredicate postalCountry()
           
 OptionalFeaturePredicate postalCounty()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalCounty is null or not.
 ComparableTypePredicate postalFreightTerms()
           
 OptionalFeaturePredicate postalLatitude()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalLatitude is null or not.
 OptionalFeaturePredicate postalLongitude()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalLongitude is null or not.
 OptionalFeaturePredicate postalState()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalState is null or not.
 MultivaluedFeaturePredicate postalStreet()
          Adds a constraint to the predicate for PostalAddressable testing whether the feature postalStreet has values or not.
 OptionalFeaturePredicate postalStreetNumber()
          Adds a constraint to the predicate for PostalAddressable testing whether the value of the feature postalStreetNumber is null or not.
 ComparableTypePredicate postalUtcOffset()
           
 StringTypePredicate thereExistsPostalAddressLine()
          Adds a constraint for the feature postalAddressLine to the predicate.
 StringTypePredicate thereExistsPostalCity()
          Adds a constraint for the feature postalCity to the predicate.
 StringTypePredicate thereExistsPostalCode()
          Adds a constraint for the feature postalCode to the predicate.
 StringTypePredicate thereExistsPostalCounty()
          Adds a constraint for the feature postalCounty to the predicate.
 ComparableTypePredicate thereExistsPostalLatitude()
          Adds a constraint for the feature postalLatitude to the predicate.
 ComparableTypePredicate thereExistsPostalLongitude()
          Adds a constraint for the feature postalLongitude to the predicate.
 StringTypePredicate thereExistsPostalState()
          Adds a constraint for the feature postalState to the predicate.
 StringTypePredicate thereExistsPostalStreet()
          Adds a constraint for the feature postalStreet to the predicate.
 StringTypePredicate thereExistsPostalStreetNumber()
          Adds a constraint for the feature postalStreetNumber to the predicate.
 
Methods inherited from interface org.opencrx.kernel.generic.query.PicturedQuery
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentName
 
Methods inherited from interface org.w3c.cci2.AnyTypePredicate
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

postalAddressLine

MultivaluedFeaturePredicate postalAddressLine()
Adds a constraint to the predicate for PostalAddressable testing whether the feature postalAddressLine has values or not.


thereExistsPostalAddressLine

StringTypePredicate thereExistsPostalAddressLine()
Adds a constraint for the feature postalAddressLine to the predicate. The predicate for PostalAddressable evaluates true if at least one of its values of feature postalAddressLine satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllPostalAddressLine

StringTypePredicate forAllPostalAddressLine()
Adds a constraint for the feature postalAddressLine to the predicate. The predicate for PostalAddressable evaluates true if all of its values of feature postalAddressLine satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByPostalAddressLine

MultivaluedTypeOrder orderByPostalAddressLine()
Allows to adds a sort instruction for PostalAddressable depending the feature postalAddressLine Note: The order in which orderBy… instructions are given is relevant!


postalCity

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


thereExistsPostalCity

StringTypePredicate thereExistsPostalCity()
Adds a constraint for the feature postalCity to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCity satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalCity

StringTypePredicate forAllPostalCity()
Adds a constraint for the feature postalCity to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCity satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalCity

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


postalCode

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


thereExistsPostalCode

StringTypePredicate thereExistsPostalCode()
Adds a constraint for the feature postalCode to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCode satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalCode

StringTypePredicate forAllPostalCode()
Adds a constraint for the feature postalCode to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCode satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalCode

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


postalCountry

ComparableTypePredicate postalCountry()

orderByPostalCountry

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


postalCounty

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


thereExistsPostalCounty

StringTypePredicate thereExistsPostalCounty()
Adds a constraint for the feature postalCounty to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCounty satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalCounty

StringTypePredicate forAllPostalCounty()
Adds a constraint for the feature postalCounty to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalCounty satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalCounty

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


postalFreightTerms

ComparableTypePredicate postalFreightTerms()

orderByPostalFreightTerms

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


postalLatitude

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


thereExistsPostalLatitude

ComparableTypePredicate thereExistsPostalLatitude()
Adds a constraint for the feature postalLatitude to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalLatitude satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalLatitude

ComparableTypePredicate forAllPostalLatitude()
Adds a constraint for the feature postalLatitude to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalLatitude satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalLatitude

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


postalLongitude

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


thereExistsPostalLongitude

ComparableTypePredicate thereExistsPostalLongitude()
Adds a constraint for the feature postalLongitude to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalLongitude satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalLongitude

ComparableTypePredicate forAllPostalLongitude()
Adds a constraint for the feature postalLongitude to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalLongitude satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalLongitude

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


postalState

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


thereExistsPostalState

StringTypePredicate thereExistsPostalState()
Adds a constraint for the feature postalState to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalState satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalState

StringTypePredicate forAllPostalState()
Adds a constraint for the feature postalState to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalState satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalState

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


postalStreet

MultivaluedFeaturePredicate postalStreet()
Adds a constraint to the predicate for PostalAddressable testing whether the feature postalStreet has values or not.


thereExistsPostalStreet

StringTypePredicate thereExistsPostalStreet()
Adds a constraint for the feature postalStreet to the predicate. The predicate for PostalAddressable evaluates true if at least one of its values of feature postalStreet satisfies the given condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to false!


forAllPostalStreet

StringTypePredicate forAllPostalStreet()
Adds a constraint for the feature postalStreet to the predicate. The predicate for PostalAddressable evaluates true if all of its values of feature postalStreet satisfy the selected condition.

Since the multiplicity for this attribute is 0..n, the attribute can have no values in which case the predicate evaluates to true!


orderByPostalStreet

MultivaluedTypeOrder orderByPostalStreet()
Allows to adds a sort instruction for PostalAddressable depending the feature postalStreet Note: The order in which orderBy… instructions are given is relevant!


postalStreetNumber

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


thereExistsPostalStreetNumber

StringTypePredicate thereExistsPostalStreetNumber()
Adds a constraint for the feature postalStreetNumber to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalStreetNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to false!


forAllPostalStreetNumber

StringTypePredicate forAllPostalStreetNumber()
Adds a constraint for the feature postalStreetNumber to the predicate. The predicate for PostalAddressable evaluates true if its value of feature postalStreetNumber satisfies the selected condition.

Since the multiplicity for this attribute is 0..1, the attribute can have no value in which case the predicate evaluates to true!


orderByPostalStreetNumber

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


postalUtcOffset

ComparableTypePredicate postalUtcOffset()

orderByPostalUtcOffset

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



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