Module jonix.onix3

Class ProductClassificationCode

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

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

Product classification code

A classification code from the scheme specified in <ProductClassificationType>. Mandatory in each occurrence of the <ProductClassification> composite, and non-repeating.

Format According to the identifier type specified in <ProductClassificationType>
Reference name <ProductClassificationCode>
Short tag <b275>
Cardinality 1
Example <b275>55101514</b275> (Sheet music in UNSPSC classification scheme)

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • ProductClassificationCode

      public ProductClassificationCode()
    • ProductClassificationCode

      public ProductClassificationCode(Element element)
  • Method Details