Module jonix.onix3

Class TelephoneNumber

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

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

Sender telephone number

A telephone number of the contact person in the sender organization, wherever possible including the plus sign and the international dialing code. Optional, and non-repeating.

Format Variable length text, suggested maximum length 20 characters
Reference name <TelephoneNumber>
Short tag <j270>
Cardinality 0…1
Example <j270>+44 20 8843 8607</j270>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
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 TelephoneNumber. 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 20 characters

      (type: dt.NonEmptyString)

    • EMPTY

      public static final TelephoneNumber EMPTY
  • Constructor Details

    • TelephoneNumber

      public TelephoneNumber()
    • TelephoneNumber

      public TelephoneNumber(Element element)
  • Method Details