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

org.opencrx.kernel.contract1.jmi1.GetContractAmountsResult Maven / Gradle / Ivy

The newest version!
// ----------------------------------------------------------------------------
// StructureType/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.contract1.jmi1;

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:38.965145076Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface GetContractAmountsResult
  extends org.openmdx.base.accessor.jmi.cci.RefStruct_1_0, org.opencrx.kernel.contract1.cci2.GetContractAmountsResult
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code statusCode}.
   * @return The non-null value for structure field {@code statusCode}.
   */
  public short getStatusCode(
  );

// ----------------------------------------------------------------------------
// 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/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalAmount}.
   * @return The possibly null value for structure field {@code totalAmount}.
   */
  public java.math.BigDecimal getTotalAmount(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalAmountIncludingTax}.
   * @return The possibly null value for structure field {@code totalAmountIncludingTax}.
   */
  public java.math.BigDecimal getTotalAmountIncludingTax(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalBaseAmount}.
   * @return The possibly null value for structure field {@code totalBaseAmount}.
   */
  public java.math.BigDecimal getTotalBaseAmount(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalDiscountAmount}.
   * @return The possibly null value for structure field {@code totalDiscountAmount}.
   */
  public java.math.BigDecimal getTotalDiscountAmount(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalSalesCommission}.
   * @return The possibly null value for structure field {@code totalSalesCommission}.
   */
  public java.math.BigDecimal getTotalSalesCommission(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code totalTaxAmount}.
   * @return The possibly null value for structure field {@code totalTaxAmount}.
   */
  public java.math.BigDecimal getTotalTaxAmount(
  );


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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy