Module jonix.onix3

Class ContactName

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

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

Sender contact name

Free text giving the name, department, etc for a contact person in the sender organization who is responsible for the content of the message. Optional and non-repeating.

Format Variable length text, suggested maximum 300 characters
Reference name <ContactName>
Short tag <x299>
Cardinality 0…1
Example <x299>Jackie Brown</x299>

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 ContactName. 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 300 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ContactName EMPTY
  • Constructor Details

    • ContactName

      public ContactName()
    • ContactName

      public ContactName(Element element)
  • Method Details