Module jonix.onix3

Class SupplierCodeTypeName

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

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

Supplier code type name

A name which identifies the proprietary coding scheme used. Optional and non-repeating.

Format Variable length text, suggested maximum length 50 characters
Reference name <SupplierCodeTypeName>
Short tag <x513>
Cardinality 0…1
Attributes language
Example <x513>AppleFBC</x513>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.02
See Also:
  • Field Details

  • Constructor Details

    • SupplierCodeTypeName

      public SupplierCodeTypeName()
    • SupplierCodeTypeName

      public SupplierCodeTypeName(Element element)
  • Method Details