Module jonix.onix3

Class PriceConditionQuantity

java.lang.Object
com.tectonica.jonix.onix3.PriceConditionQuantity
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixDataComposite<JonixPriceConditionQuantity>, OnixComposite.OnixDataCompositeWithKey<JonixPriceConditionQuantity,PriceConditionQuantityTypes>, OnixTag, Serializable

Price condition quantity composite

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.

Reference name <PriceConditionQuantity>
Short tag <priceconditionquantity>
Cardinality 0…n

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • PriceConditionQuantity

      public PriceConditionQuantity()
    • PriceConditionQuantity

      public PriceConditionQuantity(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 (<PriceConditionQuantity> or <priceconditionquantity>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<PriceConditionQuantity> 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
    • priceConditionQuantityType

      public PriceConditionQuantityType priceConditionQuantityType()

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

      Jonix-Comment: this field is required
    • quantity

      public Quantity quantity()

      A quantity associated with a price condition. Mandatory in each occurrence of the <PriceConditionQuantity> composite, and non-repeating.

      Jonix-Comment: this field is required
    • quantityUnit

      public QuantityUnit quantityUnit()

      An ONIX code value specifying the unit in which a price condition quantity is stated. Mandatory in each occurrence of the <PriceConditionQuantity> composite, and non-repeating.

      Jonix-Comment: this field is required
    • asStruct

      public JonixPriceConditionQuantity asStruct()
      Specified by:
      asStruct in interface OnixComposite.OnixDataComposite<JonixPriceConditionQuantity>
    • structKey

      public PriceConditionQuantityTypes structKey()
      Specified by:
      structKey in interface OnixComposite.OnixDataCompositeWithKey<JonixPriceConditionQuantity,PriceConditionQuantityTypes>