Module jonix.onix3

Class AddresseeName

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

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

Addressee name

The name of the addressee organization, which should always be stated in a standard form agreed with the addressee. Optional and non-repeating; but either a <AddresseeName> element or a <AddresseeIdentifier> composite must be included.

Format Variable length text, suggested maximum 50 characters
Reference name <AddresseeName>
Short tag <x300>
Cardinality 0…1
Example <x300>BiblioAggregator Ltd</x300>

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
    • value

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

      (type: dt.NonEmptyString)

    • EMPTY

      public static final AddresseeName EMPTY
  • Constructor Details

    • AddresseeName

      public AddresseeName()
    • AddresseeName

      public AddresseeName(Element element)
  • Method Details