Module jonix.onix3

Class SupplierName

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

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

Supplier name

The name of a supply source from which the product may be ordered by a trade customer. Optional and non-repeating; required if no supplier identifier is sent.

Format Variable length text, suggested maximum length 100 characters
Reference name <SupplierName>
Short tag <j137>
Cardinality 0…1
Attributes language, collationkey
Example <j137>Littlehampton Book Services</j137>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

    • refname

      public static final String refname
      See Also:
    • shortname

      public static final String shortname
      See Also:
    • datestamp

      public String datestamp
      (type: dt.DateOrDateTime)
    • sourcename

      public String sourcename
      (type: dt.NonEmptyString)
    • sourcetype

      public RecordSourceTypes sourcetype
    • collationkey

      public String collationkey
      (type: dt.NonEmptyString)
    • language

      public Languages language
    • value

      public String value
      This is the raw content of SupplierName. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length text, suggested maximum length 100 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final SupplierName EMPTY
  • Constructor Details

    • SupplierName

      public SupplierName()
    • SupplierName

      public SupplierName(Element element)
  • Method Details