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 Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixReligiousTextFeature
Raw Format: Variable length text, suggested maximum 100 characters.the key of this struct (by which it can be looked up) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
religiousTextFeatureType
the key of this struct (by which it can be looked up) -
religiousTextFeatureCode
-
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
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<ReligiousTextFeatureTypes>
-