Module jonix.onix3

Class FeatureNote

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

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

Resource feature note

If the <ResourceFeatureType> requires free text rather than a code value, or if the code in <FeatureValue> does not adequately describe the feature, a short text note may be added. Optional, and repeatable when parallel notes are provided in multiple languages. The language attribute is optional for a single instance of <FeatureNote>, but must be included in each instance if <FeatureNote> is repeated.

Format Variable length text, suggested maximum length 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields
Reference name <FeatureNote>
Short tag <x440>
Cardinality 0…n
Attributes language, textformat
Example <FeatureNote>Photo by Jerry Bauer</FeatureNote>

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

      public TextFormats textformat
    • value

      public String value
      This is the raw content of FeatureNote. 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 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

    • EMPTY

      public static final FeatureNote EMPTY
  • Constructor Details

    • FeatureNote

      public FeatureNote()
    • FeatureNote

      public FeatureNote(Element element)
  • Method Details