Module jonix.onix3

Class ResourceFileFeatureValue

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

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

Resource file feature value

A controlled value that specifies a feature of the resource file. Presence or absence of this element depends on the <ResourceFileFeatureType>, since some feature types may not require an accompanying value, while others may require free text in <ResourceFileFeatureDescription> and some may have both code and free text. Non-repeating.

Format Dependent on the scheme specified in <ResourceFileFeatureType>
Reference name <ResourceFileFeatureValue>
Short tag <x569>
Cardinality 0…1
Example <ResourceFileFeatureValue>2134516</ResourceFileFeatureValue> (bytes)

This tag may be included in the following composites:

Possible placements within ONIX message:

Since:
Onix-3.08
See Also:
  • Field Details

  • Constructor Details

    • ResourceFileFeatureValue

      public ResourceFileFeatureValue()
    • ResourceFileFeatureValue

      public ResourceFileFeatureValue(Element element)
  • Method Details