- 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
⯈ResourceFileContentDescription
Product
⯈ProductionDetail
⯈ProductionManifest
⯈CoverManifest
⯈CoverResource
⯈ResourceFileContentDescription
Product
⯈ProductionDetail
⯈ProductionManifest
⯈SupplementManifest
⯈BodyManifest
⯈BodyResource
⯈ResourceFileContentDescription
Product
⯈ProductionDetail
⯈ProductionManifest
⯈BodyManifest
⯈BodyResource
⯈ResourceFileContentDescription
Product
⯈ProductionDetail
⯈ProductionManifest
⯈SupplementManifest
⯈InsertManifest
⯈InsertResource
⯈ResourceFileContentDescription
Product
⯈ProductionDetail
⯈ProductionManifest
⯈InsertManifest
⯈InsertResource
⯈ResourceFileContentDescription
- Since:
- Onix-3.08
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription(type: dt.DateOrDateTime)static final ResourceFileContentDescription
static final String
static 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 insteadboolean
exists()
indicates whether this tag exists in the ONIX recordvoid
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
- 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:
__v
in interfaceOnixElement<String>
-
exists
public boolean exists()Description copied from interface:OnixTag
indicates whether this tag exists in the ONIX record -
ifExists
-