Module jonix.common

Class JonixProductClassification

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

public class JonixProductClassification extends Object implements JonixKeyedStruct<ProductClassificationTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <ProductClassification> and Onix3 <ProductClassification>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixProductClassification EMPTY
    • productClassificationType

      public ProductClassificationTypes productClassificationType
      the key of this struct (by which it can be looked up)
    • percent

      public Double percent
      Raw Format: Real number between zero and 100 (inclusive), with explicit decimal point when required, suggested maximum length 7 characters

      (type: dt.PercentDecimal)

    • productClassificationCode

      public String productClassificationCode
      Raw Format: According to the identifier type specified in <ProductClassificationType>

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixProductClassification

      public JonixProductClassification()
  • Method Details