java.lang.Object
com.tectonica.jonix.onix3.SubjectSchemeName
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Proprietary subject scheme name
A name identifying a proprietary subject scheme (ie a scheme which is not a standard and for which there is no individual identifier code) when <SubjectSchemeIdentifier> is coded ‘24’. Optional and non-repeating.
| Format | Variable length text, suggested maximum length 100 characters |
| Reference name | <SubjectSchemeName> |
| Short tag | <b171> |
| Cardinality | 0…1 |
| Attributes | language |
| Example | <b121>RetailCo ShelfScheme</b121> |
- <
Subject>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final SubjectSchemeNamestatic final Stringstatic final String(type: dt.NonEmptyString)This is the raw content of SubjectSchemeName. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__v()Internal API, use theOnixElement.value()method or theOnixElement.value()field insteadbooleanexists()indicates whether this tag exists in the ONIX recordvoidifExists(Consumer<SubjectSchemeName> action) 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
- See Also:
-
shortname
- See Also:
-
datestamp
(type: dt.DateOrDateTime) -
sourcename
(type: dt.NonEmptyString) -
sourcetype
-
language
-
value
This is the raw content of SubjectSchemeName. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable length text, suggested maximum length 100 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
SubjectSchemeName
public SubjectSchemeName() -
SubjectSchemeName
-
-
Method Details
-
__v
Internal API, use theOnixElement.value()method or theOnixElement.value()field instead- Specified by:
__vin interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTagindicates whether this tag exists in the ONIX record -
ifExists
-