org.opencrx.kernel.activity1.cci2.CalcTotalQuantityResult Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.activity1.cci2;
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.StructureMapper",
date = "2023-10-28T12:15:34.986913448Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CalcTotalQuantityResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code quantityUom}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getQuantityUom(
);
// ----------------------------------------------------------------------------
// StructureType/FieldGetList
// ----------------------------------------------------------------------------
/**
* Retrieves a list containing all the elements for the structure field {@code totalQuantity}.
* @return A list containing all elements for this structure field.
*/
public java.util.List getTotalQuantity(
);
// ----------------------------------------------------------------------------
// StructureType/Member
// ----------------------------------------------------------------------------
/**
* The structure's members
*/
enum Member {
quantityUom
, totalQuantity
}
// ----------------------------------------------------------------------------
// StructureType/End
// ----------------------------------------------------------------------------
}