Module jonix.onix3

Class SpecificationFeatureValue

java.lang.Object
com.tectonica.jonix.onix3.SpecificationFeatureValue
All Implemented Interfaces:
OnixElement<String>, OnixTag, Serializable

public class SpecificationFeatureValue extends Object implements OnixElement<String>, Serializable

Specification feature value

A controlled value that specifies a feature of the body of the product. Presence or absence of this element depends on the <SpecificationFeatureType>, since some feature types may not require an accompanying value, while others may require free text in <SpecificationFeatureDescription> and some may have both controlled value and free text. Non-repeating.

Format Dependent on the scheme specified in <SpecificationFeatureType>
Reference name <SpecificationFeatureValue>
Short tag <x562>
Cardinality 0…1
Example <SpecificationFeatureValue>CRE</SpecificationFeatureValue> (Cream, from List 257)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • SpecificationFeatureValue

      public SpecificationFeatureValue()
    • SpecificationFeatureValue

      public SpecificationFeatureValue(Element element)
  • Method Details