Module jonix.onix3

Class FeatureValue

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

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

Resource feature value

A controlled value that describes a resource feature. Presence or absence of this element depends on the <ResourceFeatureType>, since some features may not require an accompanying value, while others may require free text in <FeatureNote>; and others may have both code and free text. Non-repeating.

Format Dependent on the scheme specified in <ResourceFeatureType>
Codelist Dependent on the scheme specified in <ResourceFeatureType>
Reference name <FeatureValue>
Short tag <x439>
Cardinality 0…1
Example <FeatureValue>4</FeatureValue>

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

      Raw Format: Dependent on the scheme specified in <ResourceFeatureType>

      (type: dt.NonEmptyString)

    • EMPTY

      public static final FeatureValue EMPTY
  • Constructor Details

    • FeatureValue

      public FeatureValue()
    • FeatureValue

      public FeatureValue(Element element)
  • Method Details