- All Implemented Interfaces:
OnixElement<String>,OnixTag,Serializable
Resource file content description
The content contained in the resource may be described, for manual confirmation – for example ‘Foil block overlay’ or ‘CMYK separations of rear cover’.
Note that individual resources do not need to be aligned with the physical organization of the book (eg with the folded signatures of a print-on-demand product), nor with the logical organization (eg with the chapters in the work).
The field is optional but may only be used when <ResourceFileLink> is present, and is repeatable to provide parallel descriptions in multiple languages. The language attribute is optional for a single instance of <ResourceFileContentDescription>, but must be included in each instance if <ResourceFileContentDescription> is repeated to provide parallel descriptions in multiple languages.
| Format | Variable length text, suggested maximum length 500 characters |
| Reference name | <ResourceFileContentDescription> |
| Short tag | <x576> |
| Cardinality | 0…n |
| Attributes | language |
| Example | <ResourceFileContentDescription>Chapters 2 and 3</ResourceFileContentDescription> |
Product⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈CoverManifest⯈CoverResource⯈ResourceFileContentDescriptionProduct⯈ProductionDetail⯈ProductionManifest⯈CoverManifest⯈CoverResource⯈ResourceFileContentDescriptionProduct⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈BodyManifest⯈BodyResource⯈ResourceFileContentDescriptionProduct⯈ProductionDetail⯈ProductionManifest⯈BodyManifest⯈BodyResource⯈ResourceFileContentDescriptionProduct⯈ProductionDetail⯈ProductionManifest⯈SupplementManifest⯈InsertManifest⯈InsertResource⯈ResourceFileContentDescriptionProduct⯈ProductionDetail⯈ProductionManifest⯈InsertManifest⯈InsertResource⯈ResourceFileContentDescription
- Since:
- Onix-3.08
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final ResourceFileContentDescriptionstatic final Stringstatic final String(type: dt.NonEmptyString)This is the raw content of ResourceFileContentDescription. -
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 recordvoidMethods 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 ResourceFileContentDescription. Could be null ifexists() == false. UseOnixElement.value()instead if you want to get this as anOptional.Raw Format: Variable length text, suggested maximum length 500 characters
(type: dt.NonEmptyString)
-
EMPTY
-
-
Constructor Details
-
ResourceFileContentDescription
public ResourceFileContentDescription() -
ResourceFileContentDescription
-
-
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
-