Module jonix.onix3

Class FaxNumber

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

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

Product contact fax number

A fax number for the contact person in the product contact organization who is responsible for the product, wherever possible including the plus sign and the international dialing code. Optional, and repeatable to provide multiple numbers for the same contact.

Format Variable length text, suggested maximum length 20 characters
Reference name <FaxNumber>
Short tag <j271>
Cardinality 0…n
Example <FaxNumber>+44 20 7946 0921</FaxNumber>

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.10
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 FaxNumber. 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 FaxNumber EMPTY
  • Constructor Details

    • FaxNumber

      public FaxNumber()
    • FaxNumber

      public FaxNumber(Element element)
  • Method Details