Module jonix.common

Class JonixProductFormFeature

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

public class JonixProductFormFeature extends Object implements JonixKeyedStruct<ProductFormFeatureTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <ProductFormFeature> and Onix3 <ProductFormFeature>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixProductFormFeature EMPTY
    • productFormFeatureType

      public ProductFormFeatureTypes productFormFeatureType
      the key of this struct (by which it can be looked up)
    • productFormFeatureDescriptions

      public List<String> productFormFeatureDescriptions
      Raw Format: Variable length text, suggested maximum length 500 characters

      (type: dt.NonEmptyString)

    • productFormFeatureValue

      public String productFormFeatureValue
      Raw Format: Dependent on the scheme specified in <ProductFormFeatureType>

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixProductFormFeature

      public JonixProductFormFeature()
  • Method Details