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⯈TextCaseFlagProduct⯈Title⯈TextCaseFlagProduct⯈ContentItem⯈Title⯈TextCaseFlagProduct⯈Set⯈Title⯈TextCaseFlagSubSeriesRecord⯈Title⯈TextCaseFlagMainSeriesRecord⯈Title⯈TextCaseFlagProduct⯈Series⯈Title⯈TextCaseFlag
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.(type: DateOrDateTime)static final TextCaseFlagDeprecated.Deprecated.static final StringDeprecated.static final StringDeprecated.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.booleanexists()Deprecated.indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<TextCaseFlag> action) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
__vin interfaceOnixElement<TextCaseFlags>
-
exists
public boolean exists()Deprecated.Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
Deprecated. -
codeOrNull
Deprecated. -
descriptionOrNull
Deprecated.
-