Module jonix.onix3

Class CopyrightOwner

java.lang.Object
com.tectonica.jonix.onix3.CopyrightOwner
All Implemented Interfaces:
OnixComposite, OnixComposite.OnixSuperComposite, OnixTag, Serializable

public class CopyrightOwner extends Object implements OnixComposite.OnixSuperComposite, Serializable

Copyright owner composite

A repeatable group of data elements which together name a copyright owner. Optional, but may be omitted only if <CopyrightYear> is present. Each occurrence of the <CopyrightOwner> composite must carry a single name (personal or corporate), or an identifier, or both.

Reference name <CopyrightOwner>
Short tag <copyrightowner>
Cardinality 0…n

This tag may be included in the following composites:

Possible placements within ONIX message:

See Also:
  • Field Details

  • Constructor Details

    • CopyrightOwner

      public CopyrightOwner()
    • CopyrightOwner

      public CopyrightOwner(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 (<CopyrightOwner> or <copyrightowner>) is explicitly provided in the ONIX XML
    • ifExists

      public void ifExists(Consumer<CopyrightOwner> 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
    • copyrightOwnerIdentifiers

      A group of data elements which together represent a coded identification of a copyright owner. Optional, and repeatable if sending more than one identifier of different types. May be sent either instead of or as well as a name.

      Jonix-Comment: this list is required to contain at least one item
    • personName

      public PersonName personName()

      The name of a person, used here for a personal copyright owner. Optional and non-repeating. Each occurrence of the <CopyrightOwner> composite may carry a single name (personal or corporate), or an identifier, or both a name and an identifier.

      Jonix-Comment: this field is optional
    • corporateName

      public CorporateName corporateName()

      The name of a corporate body, used here for a corporate copyright owner. Optional and non- repeating. Each occurrence of the <CopyrightOwner> composite may carry a single name (personal or corporate), or an identifier, or both a name and an identifier.

      Jonix-Comment: this field is optional