org.opencrx.kernel.code1.cci2.ValidateObjectResultQuery Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// Query/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
/**
* A {@code ValidateObjectResultQuery} selects a set of instances of class {@code ValidateObjectResult} 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.150535524Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValidateObjectResultQuery
extends org.w3c.cci2.AnyTypePredicate
{
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectResult} testing whether the value of the feature {@code isValid} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate isValid(
);
/**
* Adds a condition for the feature {@code isValid} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code isValid} 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 thereExistsIsValid(
);
/**
* Adds a condition for the feature {@code isValid} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code isValid} 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 forAllIsValid(
);
/**
* Allows to adds a sort instruction for {@code ValidateObjectResult} depending the feature {@code isValid}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByIsValid(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectResult} testing whether the value of the feature {@code statusCode} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusCode(
);
/**
* Adds a condition for the feature {@code statusCode} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code statusCode} 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 thereExistsStatusCode(
);
/**
* Adds a condition for the feature {@code statusCode} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code statusCode} 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 forAllStatusCode(
);
/**
* Allows to adds a sort instruction for {@code ValidateObjectResult} depending the feature {@code statusCode}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.SimpleTypeOrder orderByStatusCode(
);
// ----------------------------------------------------------------------------
// Query/Feature
// ----------------------------------------------------------------------------
/**
* Adds a constraint to the predicate for {@code ValidateObjectResult} testing whether the value of the feature {@code statusMessage} is {@code null} or not.
*/
public org.w3c.cci2.OptionalFeaturePredicate statusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 thereExistsStatusMessage(
);
/**
* Adds a condition for the feature {@code statusMessage} to the predicate for {@code ValidateObjectResult}, which evaluates to {@code false} unless the value of the feature {@code statusMessage} 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 forAllStatusMessage(
);
/**
* Allows to adds a sort instruction for {@code ValidateObjectResult} depending the feature {@code statusMessage}
* Note: The order in which {@code orderBy…} instructions are given is relevant!
*/
public org.w3c.cci2.StringTypeOrder orderByStatusMessage(
);
// ----------------------------------------------------------------------------
// Query/End
// ----------------------------------------------------------------------------
}