java.lang.Object
com.tectonica.jonix.onix2.TextCaseFlag
- All Implemented Interfaces:
OnixElement<TextCaseFlags>
,OnixTag
,Serializable
@Deprecated
public class TextCaseFlag
extends Object
implements OnixElement<TextCaseFlags>, Serializable
Deprecated.
Text case flag
An ONIX code indicating the case in which the title elements are sent. The default is “unspecified”. Optional and non-repeating. Text case can now be indicated by an XML attribute on any text element, and this method is preferred. See ONIX for Books – Product Information Message – XML Message Specification, Section 4.
Format | Fixed-length, two numeric digits |
Codelist | List 14 |
Reference name | <TextCaseFlag> |
Short tag | <b027> |
Example | <TextCaseFlag>01</TextCaseFlag> |
Product
⯈TextCaseFlag
Product
⯈Title
⯈TextCaseFlag
Product
⯈ContentItem
⯈Title
⯈TextCaseFlag
Product
⯈Set
⯈Title
⯈TextCaseFlag
SubSeriesRecord
⯈Title
⯈TextCaseFlag
MainSeriesRecord
⯈Title
⯈TextCaseFlag
Product
⯈Series
⯈Title
⯈TextCaseFlag
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.(type: DateOrDateTime)static final TextCaseFlag
Deprecated.Deprecated.static final String
Deprecated.static final String
Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field insteadDeprecated.Deprecated.boolean
exists()
Deprecated.indicates whether this tag exists in the ONIX recordvoid
ifExists
(Consumer<TextCaseFlag> action) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tectonica.jonix.common.OnixElement
equal, is, isNull, value
-
Field Details
-
refname
Deprecated.- See Also:
-
shortname
Deprecated.- See Also:
-
textformat
Deprecated. -
textcase
Deprecated. -
language
Deprecated. -
transliteration
Deprecated. -
datestamp
Deprecated.(type: DateOrDateTime) -
sourcetype
Deprecated. -
sourcename
Deprecated. -
value
Deprecated. -
EMPTY
Deprecated.
-
-
Constructor Details
-
TextCaseFlag
public TextCaseFlag()Deprecated. -
TextCaseFlag
Deprecated.
-
-
Method Details
-
__v
Deprecated.Internal API, use theOnixElement.value()
method or theOnixElement.value()
field instead- Specified by:
__v
in interfaceOnixElement<TextCaseFlags>
-
exists
public boolean exists()Deprecated.Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
Deprecated. -
codeOrNull
Deprecated. -
descriptionOrNull
Deprecated.
-