Module jonix.onix3

Class PriceCondition

java.lang.Object
com.tectonica.jonix.onix3.PriceCondition
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixSuperComposite, OnixTag, Serializable

public class PriceCondition extends Object implements OnixComposite.OnixSuperComposite, Serializable

Price condition composite

An optional group of data elements which together specify a condition relating to a price, repeatable in order to specify multiple conditions.

Reference name <PriceCondition>
Short tag <pricecondition>
Cardinality 0…n

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PriceCondition

      public PriceCondition()
    • PriceCondition

      public PriceCondition(Element element)
  • Method Details

    • _initialize

      public void _initialize()
      Description copied from interface: OnixComposite
      This is an internal API. Since Jonix 8.0, composite objects are being populated lazily. This method initiates the population process, and is invoked internally by the accessor APIs of the composites
      Specified by:
      _initialize in interface OnixComposite
    • exists

      public boolean exists()
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<PriceCondition> or <pricecondition>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<PriceCondition> action)
    • getXmlElement

      public Element getXmlElement()
      Description copied from interface: OnixComposite
      For advanced use-cases only.
      Specified by:
      getXmlElement in interface OnixComposite
      Returns:
      native representation of the XML element underlying to this tag
    • priceConditionType

      public PriceConditionType priceConditionType()

      An ONIX code identifying a type of price condition. Mandatory in each occurrence of the <PriceCondition> composite, and non-repeating.

      Jonix-Comment: this field is required
    • priceConditionQuantitys

      An optional and repeatable group of data elements which together specify a price condition quantity, for example a minimum number of copies, or a period of time for which updates are supplied or must be purchased.

      Jonix-Comment: this list may be empty
    • productIdentifiers

      A group of data elements which together define an identifier of a product in accordance with a specified scheme. Optional, and used here if and only if <PriceConditionType> has a value that requires specification of a linked product upon which the price is dependent. Repeatable with different identifiers for the same product.

      Jonix-Comment: this list may be empty