org.opencrx.kernel.depot1.cci2.CreateReportResult 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.294205092Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreateReportResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code report}.
* @return The possibly null value for structure field {@code report}.
*/
public org.opencrx.kernel.depot1.cci2.DepotReport getReport(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the structure field {@code status}.
* @return The non-null value for structure field {@code status}.
*/
public short getStatus(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the value for the optional structure field {@code statusMessage}.
* @return The possibly null value for structure field {@code statusMessage}.
*/
public java.lang.String getStatusMessage(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
report
, status
, statusMessage
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}