org.opencrx.kernel.home1.jmi1.SearchAdvancedParams Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.jmi1;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:37.916906468Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface SearchAdvancedParams
extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.home1.cci2.SearchAdvancedParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code allWords}.
* @return The possibly null value for structure field {@code allWords}.
*/
public java.lang.String getAllWords(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code atLeastOneOfTheWords}.
* @return The possibly null value for structure field {@code atLeastOneOfTheWords}.
*/
public java.lang.String getAtLeastOneOfTheWords(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code withoutWords}.
* @return The possibly null value for structure field {@code withoutWords}.
*/
public java.lang.String getWithoutWords(
);
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}