Module jonix.onix2

Class SupplierSAN

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

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

Supplier SAN

The book trade Standard Address Number that identifies the supplier with whom trade orders for the product should be placed. Used in the US and UK. Optional, but each occurrence of the <SupplyDetail> composite must carry either at least one supplier identifier, or a <SupplierName>.

Format Fixed-length, seven characters. The first six are numeric digits, and the seventh is a check character which may be a numeric digit or letter X.
Reference name <SupplierSAN>
Short tag <j136>
Example <j136>978847X</j136>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • SupplierSAN

      public SupplierSAN()
    • SupplierSAN

      public SupplierSAN(Element element)
  • Method Details