java.lang.Object
com.tectonica.jonix.onix3.AudienceCodeValue
- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Audience code value
A code value taken from the scheme specified in <AudienceCodeType>. Either <AudienceCodeValue> or <AudienceHeadingText> or both must be present in each occurrence of the <Audience> composite. Non-repeating.
| Format | Determined by the scheme specified in <AudienceCodeType> |
| Reference name | <AudienceCodeValue> |
| Short tag | <b206> |
| Cardinality | 0…1 |
| Example | <AudienceCodeValue>06</AudienceCodeValue> (Professional and scholarly) |
- <
Audience>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final AudienceCodeValuestatic final Stringstatic final String(type: dt.NonEmptyString)This is the raw content of AudienceCodeValue. -
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<AudienceCodeValue> 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
-
value
This is the raw content of AudienceCodeValue. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Determined by the scheme specified in <AudienceCodeType>
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
AudienceCodeValue
public AudienceCodeValue() -
AudienceCodeValue
-
-
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
-