public interface PostalAddressableQuery extends PicturedQuery
| Modifier and Type | Method and Description |
|---|---|
org.w3c.cci2.StringTypePredicate |
forAllPostalAddressLine()
Adds a condition for the feature
postalAddressLine to the predicate for PostalAddressable, which evaluates to false unless the values of the feature postalAddressLine satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalCity()
Adds a condition for the feature
postalCity to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCity satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalCode()
Adds a condition for the feature
postalCode to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCode satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalCounty()
Adds a condition for the feature
postalCounty to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCounty satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllPostalLatitude()
Adds a condition for the feature
postalLatitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLatitude satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
forAllPostalLongitude()
Adds a condition for the feature
postalLongitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLongitude satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalState()
Adds a condition for the feature
postalState to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalState satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalStreet()
Adds a condition for the feature
postalStreet to the predicate for PostalAddressable, which evaluates to false unless the values of the feature postalStreet satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
forAllPostalStreetNumber()
Adds a condition for the feature
postalStreetNumber to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalStreetNumber satisfies the given condition. |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.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! |
org.w3c.cci2.MultivaluedFeaturePredicate |
postalAddressLine()
Adds a constraint to the predicate for
PostalAddressable testing whether the feature postalAddressLine has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
postalCity()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalCity is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
postalCode()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalCode is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
postalCountry() |
org.w3c.cci2.OptionalFeaturePredicate |
postalCounty()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalCounty is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
postalFreightTerms() |
org.w3c.cci2.OptionalFeaturePredicate |
postalLatitude()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalLatitude is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
postalLongitude()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalLongitude is null or not. |
org.w3c.cci2.OptionalFeaturePredicate |
postalState()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalState is null or not. |
org.w3c.cci2.MultivaluedFeaturePredicate |
postalStreet()
Adds a constraint to the predicate for
PostalAddressable testing whether the feature postalStreet has values or not. |
org.w3c.cci2.OptionalFeaturePredicate |
postalStreetNumber()
Adds a constraint to the predicate for
PostalAddressable testing whether the value of the feature postalStreetNumber is null or not. |
org.w3c.cci2.ComparableTypePredicate<Short> |
postalUtcOffset() |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalAddressLine()
Adds a condition for the feature
postalAddressLine to the predicate for PostalAddressable, which evaluates to false unless the values of the feature postalAddressLine satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalCity()
Adds a condition for the feature
postalCity to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCity satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalCode()
Adds a condition for the feature
postalCode to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCode satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalCounty()
Adds a condition for the feature
postalCounty to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCounty satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsPostalLatitude()
Adds a condition for the feature
postalLatitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLatitude satisfies the given condition. |
org.w3c.cci2.ComparableTypePredicate<BigDecimal> |
thereExistsPostalLongitude()
Adds a condition for the feature
postalLongitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLongitude satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalState()
Adds a condition for the feature
postalState to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalState satisfies the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalStreet()
Adds a condition for the feature
postalStreet to the predicate for PostalAddressable, which evaluates to false unless the values of the feature postalStreet satisfy the given condition. |
org.w3c.cci2.StringTypePredicate |
thereExistsPostalStreetNumber()
Adds a condition for the feature
postalStreetNumber to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalStreetNumber satisfies the given condition. |
forAllPicture, forAllPictureContent, forAllPictureContentMimeType, forAllPictureContentName, orderByPictureContent, orderByPictureContentMimeType, orderByPictureContentName, picture, pictureContent, pictureContentMimeType, pictureContentName, thereExistsPicture, thereExistsPictureContent, thereExistsPictureContentMimeType, thereExistsPictureContentNameorg.w3c.cci2.MultivaluedFeaturePredicate postalAddressLine()
PostalAddressable testing whether the feature postalAddressLine has values or not.org.w3c.cci2.StringTypePredicate thereExistsPostalAddressLine()
postalAddressLine to the predicate for PostalAddressable, which evaluates to false unless the values of the feature 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
org.w3c.cci2.StringTypePredicate forAllPostalAddressLine()
postalAddressLine to the predicate for PostalAddressable, which evaluates to false unless the values of the feature 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
org.w3c.cci2.OptionalFeaturePredicate postalCity()
PostalAddressable testing whether the value of the feature postalCity is null or not.org.w3c.cci2.StringTypePredicate thereExistsPostalCity()
postalCity to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPostalCity()
postalCity to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCity satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalCity()
PostalAddressable depending the feature postalCity
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate postalCode()
PostalAddressable testing whether the value of the feature postalCode is null or not.org.w3c.cci2.StringTypePredicate thereExistsPostalCode()
postalCode to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCode satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPostalCode()
postalCode to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCode satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalCode()
PostalAddressable depending the feature postalCode
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> postalCountry()
org.w3c.cci2.SimpleTypeOrder orderByPostalCountry()
PostalAddressable depending the feature postalCountry
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate postalCounty()
PostalAddressable testing whether the value of the feature postalCounty is null or not.org.w3c.cci2.StringTypePredicate thereExistsPostalCounty()
postalCounty to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCounty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPostalCounty()
postalCounty to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalCounty satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalCounty()
PostalAddressable depending the feature postalCounty
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> postalFreightTerms()
org.w3c.cci2.SimpleTypeOrder orderByPostalFreightTerms()
PostalAddressable depending the feature postalFreightTerms
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate postalLatitude()
PostalAddressable testing whether the value of the feature postalLatitude is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsPostalLatitude()
postalLatitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLatitude satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllPostalLatitude()
postalLatitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLatitude satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalLatitude()
PostalAddressable depending the feature postalLatitude
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate postalLongitude()
PostalAddressable testing whether the value of the feature postalLongitude is null or not.org.w3c.cci2.ComparableTypePredicate<BigDecimal> thereExistsPostalLongitude()
postalLongitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLongitude satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.ComparableTypePredicate<BigDecimal> forAllPostalLongitude()
postalLongitude to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalLongitude satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalLongitude()
PostalAddressable depending the feature postalLongitude
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.OptionalFeaturePredicate postalState()
PostalAddressable testing whether the value of the feature postalState is null or not.org.w3c.cci2.StringTypePredicate thereExistsPostalState()
postalState to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalState satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPostalState()
postalState to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalState satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalState()
PostalAddressable depending the feature postalState
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.MultivaluedFeaturePredicate postalStreet()
PostalAddressable testing whether the feature postalStreet has values or not.org.w3c.cci2.StringTypePredicate thereExistsPostalStreet()
postalStreet to the predicate for PostalAddressable, which evaluates to false unless the values of the feature 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
org.w3c.cci2.StringTypePredicate forAllPostalStreet()
postalStreet to the predicate for PostalAddressable, which evaluates to false unless the values of the feature 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
org.w3c.cci2.OptionalFeaturePredicate postalStreetNumber()
PostalAddressable testing whether the value of the feature postalStreetNumber is null or not.org.w3c.cci2.StringTypePredicate thereExistsPostalStreetNumber()
postalStreetNumber to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalStreetNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is not satisfied
org.w3c.cci2.StringTypePredicate forAllPostalStreetNumber()
postalStreetNumber to the predicate for PostalAddressable, which evaluates to false unless the value of the feature postalStreetNumber satisfies the given condition.
Since the attribute is optional its value may be null, in which case the condition is satisfied
org.w3c.cci2.SimpleTypeOrder orderByPostalStreetNumber()
PostalAddressable depending the feature postalStreetNumber
Note: The order in which orderBy… instructions are given is relevant!org.w3c.cci2.ComparableTypePredicate<Short> postalUtcOffset()
org.w3c.cci2.SimpleTypeOrder orderByPostalUtcOffset()
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-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.