Module jonix.common

Class JonixReligiousTextFeature

java.lang.Object
com.tectonica.jonix.common.struct.JonixReligiousTextFeature
All Implemented Interfaces:
JonixKeyedStruct<ReligiousTextFeatureTypes>, JonixStruct, Serializable

public class JonixReligiousTextFeature extends Object implements JonixKeyedStruct<ReligiousTextFeatureTypes>, Serializable
This class is a JonixStruct that represents both Onix2 <ReligiousTextFeature> and Onix3 <ReligiousTextFeature>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixReligiousTextFeature EMPTY
    • religiousTextFeatureType

      public ReligiousTextFeatureTypes religiousTextFeatureType
      the key of this struct (by which it can be looked up)
    • religiousTextFeatureCode

      public ReligiousTextFeatures religiousTextFeatureCode
    • religiousTextFeatureDescriptions

      public List<String> religiousTextFeatureDescriptions
      Raw Format: Variable length text, suggested maximum 100 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields

      (type: XHTML)

  • Constructor Details

    • JonixReligiousTextFeature

      public JonixReligiousTextFeature()
  • Method Details