Module jonix.onix3

Class ProductClassificationTypeName

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

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

Product classification type name

A name which identifies a proprietary classification scheme (ie a scheme which is not a standard and for which there is no individual scheme type code). Should be included when, and only when, the code in the <ProductClassificationType> element indicates a proprietary scheme, ie the sender’s own category scheme. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <ProductClassificationTypeName>
Short tag <x555>
Cardinality 0…1
Attributes language
Example <x555>PublishipGoodsCode</x555>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.07
See Also:
  • Field Details

  • Constructor Details

    • ProductClassificationTypeName

      public ProductClassificationTypeName()
    • ProductClassificationTypeName

      public ProductClassificationTypeName(Element element)
  • Method Details