org.opencrx.kernel.code1.cci2.ValidateObjectParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.code1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:35.143560665Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface ValidateObjectParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code anchor}.
* @return The possibly null value for structure field {@code anchor}.
*/
public org.openmdx.base.cci2.ContextCapable getAnchor(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code exclude}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getExclude(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code include}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getInclude(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code object}.
* @return The possibly null value for structure field {@code object}.
*/
public org.openmdx.base.cci2.ContextCapable getObject(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code selector}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getSelector(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code validationTime}.
* @return The possibly null value for structure field {@code validationTime}.
*/
public java.util.Date getValidationTime(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
anchor
, exclude
, include
, object
, selector
, validationTime
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}