Module jonix.onix3

Class SupplyContactName

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

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

Supply contact name

The name of the supply contact organization, which should always be stated in a standard form. Optional and non-repeating; but either a <SupplyContactName> element or a <SupplyContactIdentifier> composite must be included.

Format Variable length text, suggested maximum 50 characters
Reference name <SupplyContactName>
Short tag <x539>
Cardinality 0…1
Example <SupplyContactName>Marston Book Services</SupplyContactName>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.04
See Also:
  • Field Details

  • Constructor Details

    • SupplyContactName

      public SupplyContactName()
    • SupplyContactName

      public SupplyContactName(Element element)
  • Method Details