Module jonix.onix3

Class IDTypeName

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

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

Identifier type name

A name which identifies a proprietary identifier scheme (ie a scheme which is not a standard and for which there is no individual ID type code). Must be included when, and only when, the code in the <SenderIDType> element indicates a proprietary scheme. Optional and non-repeating.

Format Variable length text, suggested maximum 100 characters
Reference name <IDTypeName>
Short tag <b233>
Cardinality 0…1
Attributes language
Example

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

      public Languages language
    • value

      public String value
      This is the raw content of IDTypeName. 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.NonEmptyString)

    • EMPTY

      public static final IDTypeName EMPTY
  • Constructor Details

    • IDTypeName

      public IDTypeName()
    • IDTypeName

      public IDTypeName(Element element)
  • Method Details