Module jonix.onix2

Class Imprint

java.lang.Object
com.tectonica.jonix.onix2.Imprint
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixDataCompositeUncommon, OnixTag, Serializable

public class Imprint extends Object implements OnixComposite.OnixDataCompositeUncommon, Serializable

Imprint or brand composite

A repeatable group of data elements which together identify an imprint or brand under which the product is marketed. The composite must carry either a name code or a name or both.

Reference name <Imprint>
Short tag <imprint>

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • Imprint

      public Imprint()
    • Imprint

      public Imprint(Element element)
  • Method Details

    • _initialize

      public void _initialize()
      Description copied from interface: OnixComposite
      This is an internal API. Since Jonix 8.0, composite objects are being populated lazily. This method initiates the population process, and is invoked internally by the accessor APIs of the composites
      Specified by:
      _initialize in interface OnixComposite
    • exists

      public boolean exists()
      Description copied from interface: OnixTag
      indicates whether this tag exists in the ONIX record
      Specified by:
      exists in interface OnixTag
      Returns:
      whether this tag (<Imprint> or <imprint>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<Imprint> action)
    • getXmlElement

      public Element getXmlElement()
      Description copied from interface: OnixComposite
      For advanced use-cases only.
      Specified by:
      getXmlElement in interface OnixComposite
      Returns:
      native representation of the XML element underlying to this tag
    • nameCodeType

      public NameCodeType nameCodeType()

      An ONIX code which identifies the scheme from which the value in the <NameCodeValue> element is taken. Optional and non-repeating, but mandatory if the <Imprint> composite does not carry an <ImprintName>.

      Jonix-Comment: this field is required
    • nameCodeValue

      public NameCodeValue nameCodeValue()

      A code value taken from the scheme specified in <NameCodeType>. Mandatory if and only if <NameCodeType> is present, and non-repeating.

      Jonix-Comment: this field is required
    • imprintName

      public ImprintName imprintName()

      The name of an imprint or brand under which the product is issued, as it appears on the product. Mandatory if there is no name code in an occurrence of the <Imprint> composite, and optional if a name code is included. Non-repeating.

      Jonix-Comment: this field is optional
    • nameCodeTypeName

      public NameCodeTypeName nameCodeTypeName()

      A name which identifies a proprietary name code when the code in <NameCodeType> indicates a proprietary scheme, eg a bibliographic agency’s own code. Optional and non-repeating.

      Jonix-Comment: this field is optional