Module jonix.onix3

Class ComplexityCode

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

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

Complexity code

A code specifying the level of complexity of a text. Mandatory in each occurrence of the <Complexity> composite, and non-repeating.

Format Variable length alphanumeric, suggested maximum length 20 characters, according to the code type specified in the <ComplexitySchemeIdentifier> element
Reference name <ComplexityCode>
Short tag <b078>
Cardinality 1
Example <ComplexityCode>880L</ComplexityCode>

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 ComplexityCode. Could be null if exists() == false. Use OnixElement.value() instead if you want to get this as an Optional.

      Raw Format: Variable length alphanumeric, suggested maximum length 20 characters, according to the code type specified in the <ComplexitySchemeIdentifier> element

      (type: dt.NonEmptyString)

    • EMPTY

      public static final ComplexityCode EMPTY
  • Constructor Details

    • ComplexityCode

      public ComplexityCode()
    • ComplexityCode

      public ComplexityCode(Element element)
  • Method Details