Module jonix.onix3

Class CorporateNameInverted

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

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

Corporate contributor name, inverted

The name of a corporate body which contributed to the creation of the product, presented in inverted order, with the element used for alphabetical sorting placed first. Optional: see Group P.7 introductory text for valid options. Repeatable, to provide parallel names for a single organization in multiple languages (eg ‘Polar Research Foundation, The’ and ‚Polarforschungsinstitut, Das‘).The language attribute is optional for a single instance of <CorporateNameInverted>, but must be included in each instance if <CorporateNameInverted> is repeated.

Format Variable length text, suggested maximum length 200 characters
Reference name <CorporateNameInverted>
Short tag <x443>
Cardinality 0…n
Attributes collationkey, language, textscript
Example <x443>Countryside Commission, The</x443>

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)
    • textscript

      public TextScripts textscript
    • language

      public Languages language
    • value

      public String value
      This is the raw content of CorporateNameInverted. 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 200 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final CorporateNameInverted EMPTY
  • Constructor Details

    • CorporateNameInverted

      public CorporateNameInverted()
    • CorporateNameInverted

      public CorporateNameInverted(Element element)
  • Method Details