All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opencrx.kernel.depot1.cci2.AssertReportsParams Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.depot1.cci2;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:36.128965866Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface AssertReportsParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code bookingStatusThreshold}.
   * @return The non-null value for structure field {@code bookingStatusThreshold}.
   */
  public short getBookingStatusThreshold(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code excludePosition0}.
   * @return The possibly null value for structure field {@code excludePosition0}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getExcludePosition0(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code excludePosition1}.
   * @return The possibly null value for structure field {@code excludePosition1}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getExcludePosition1(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code excludePosition2}.
   * @return The possibly null value for structure field {@code excludePosition2}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getExcludePosition2(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code includePosition0}.
   * @return The possibly null value for structure field {@code includePosition0}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getIncludePosition0(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code includePosition1}.
   * @return The possibly null value for structure field {@code includePosition1}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getIncludePosition1(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code includePosition2}.
   * @return The possibly null value for structure field {@code includePosition2}.
   */
  public org.opencrx.kernel.depot1.cci2.DepotPosition getIncludePosition2(
  );


// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------

  /**
   * The structure's members
   */
  enum Member {
    bookingStatusThreshold
  , excludePosition0
  , excludePosition1
  , excludePosition2
  , includePosition0
  , includePosition1
  , includePosition2
  }

// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy