Module jonix.common

Class JonixPriceCoded

java.lang.Object
com.tectonica.jonix.common.struct.JonixPriceCoded
All Implemented Interfaces:
JonixKeyedStruct<PriceCodeTypes>, JonixStruct, Serializable

public class JonixPriceCoded extends Object implements JonixKeyedStruct<PriceCodeTypes>, Serializable
This class is a JonixStruct that represents Onix3 <PriceCoded>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixPriceCoded EMPTY
    • priceCodeType

      public PriceCodeTypes priceCodeType
      the key of this struct (by which it can be looked up)
    • priceCodeTypeName

      public String priceCodeTypeName
      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

    • priceCode

      public String priceCode
      Raw Format: According to the scheme specified in <PriceCodeType>

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixPriceCoded

      public JonixPriceCoded()
  • Method Details