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

org.opencrx.kernel.contract1.cci2.CreatePositionParams Maven / Gradle / Ivy

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

@javax.annotation.Generated(
  value = "org.openmdx.application.mof.mapping.java.StructureMapper",
  date = "2023-10-28T12:15:36.511146471Z",
  comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface CreatePositionParams
{
// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code ignoreProductConfiguration}.
   * @return The possibly null value for structure field {@code ignoreProductConfiguration}.
   */
  public java.lang.Boolean isIgnoreProductConfiguration(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code name}.
   * @return The possibly null value for structure field {@code name}.
   */
  public java.lang.String getName(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code priceLevel}.
   * @return The possibly null value for structure field {@code priceLevel}.
   */
  public org.opencrx.kernel.product1.cci2.AbstractPriceLevel getPriceLevel(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code priceUom}.
   * @return The possibly null value for structure field {@code priceUom}.
   */
  public org.opencrx.kernel.uom1.cci2.Uom getPriceUom(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code pricingDate}.
   * @return The possibly null value for structure field {@code pricingDate}.
   */
  public java.util.Date getPricingDate(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code pricingRule}.
   * @return The non-null value for structure field {@code pricingRule}.
   */
  public org.opencrx.kernel.product1.cci2.PricingRule getPricingRule(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code product}.
   * @return The non-null value for structure field {@code product}.
   */
  public org.opencrx.kernel.product1.cci2.Product getProduct(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the structure field {@code quantity}.
   * @return The non-null value for structure field {@code quantity}.
   */
  public java.math.BigDecimal getQuantity(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code salesTransactionType}.
   * @return The possibly null value for structure field {@code salesTransactionType}.
   */
  public org.opencrx.kernel.product1.cci2.SalesTransactionType getSalesTransactionType(
  );

// ----------------------------------------------------------------------------
// StructureType/FieldGet0_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the optional structure field {@code uom}.
   * @return The possibly null value for structure field {@code uom}.
   */
  public org.opencrx.kernel.uom1.cci2.Uom getUom(
  );


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

  /**
   * The structure's members
   */
  enum Member {
    ignoreProductConfiguration
  , name
  , priceLevel
  , priceUom
  , pricingDate
  , pricingRule
  , product
  , quantity
  , salesTransactionType
  , uom
  }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy