Module jonix.common

Class JonixPriceConstraintLimit

java.lang.Object
com.tectonica.jonix.common.struct.JonixPriceConstraintLimit
All Implemented Interfaces:
JonixStruct, Serializable

public class JonixPriceConstraintLimit extends Object implements JonixStruct, Serializable
This class is a JonixStruct that represents Onix3 <PriceConstraintLimit>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixPriceConstraintLimit EMPTY
    • quantity

      public Double quantity
      Raw Format: Positive real number, with explicit decimal point when required, or zero, as appropriate for the units specified in <EpubUsageUnit>

      (type: dt.PositiveDecimalOrZero)

    • priceConstraintUnit

      public UnitOfUsages priceConstraintUnit
  • Constructor Details

    • JonixPriceConstraintLimit

      public JonixPriceConstraintLimit()