Module jonix.onix3

Class EmailAddress

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

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

Sender contact e‑mail address

A text field giving the e‑mail address 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 100 characters
Reference name <EmailAddress>
Short tag <j272>
Cardinality 0…1
Example <j272>jackie.brown@bigpublisher.co.uk</j272>

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 EmailAddress. 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 100 characters

      (type: dt.EmailString)

    • EMPTY

      public static final EmailAddress EMPTY
  • Constructor Details

    • EmailAddress

      public EmailAddress()
    • EmailAddress

      public EmailAddress(Element element)
  • Method Details