Module jonix.onix3

Class ProductContactName

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

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

Product contact name

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

Format Variable length text, suggested maximum 50 characters
Reference name <ProductContactName>
Short tag <x484>
Cardinality 0…1
Example <ProductContactName>Little Brown Book Group</ProductContactName>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.01
See Also:
  • Field Details

  • Constructor Details

    • ProductContactName

      public ProductContactName()
    • ProductContactName

      public ProductContactName(Element element)
  • Method Details