Module jonix.onix2

Class FromSAN

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

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

Sender SAN

A US book trade Standard Address Number which identifies the sender of an ONIX message. Optional and non-repeating; but either the <FromCompany> element or a sender identifier using one or more elements from MH.1 to MH.5 must be included.

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 <FromSAN>
Short tag <m173>
Example <m173>978847X</m173>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • FromSAN

      public FromSAN()
    • FromSAN

      public FromSAN(Element element)
  • Method Details