Package org.apache.xmpbox.type
Class ResourceRefType
java.lang.Object
org.apache.xmpbox.type.AbstractField
org.apache.xmpbox.type.AbstractComplexProperty
org.apache.xmpbox.type.AbstractStructuredType
org.apache.xmpbox.type.ResourceRefType
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAlternatePath
(String value) Get List of Versions valuesGet Versions propertyvoid
setDocumentID
(String value) void
setFilePath
(String value) void
setFromPart
(String value) void
setInstanceID
(String value) void
setLastModifyDate
(Calendar value) void
setManager
(String value) void
setManagerVariant
(String value) void
setManageTo
(String value) void
setManageUI
(String value) void
setMaskMarkers
(String value) void
setPartMapping
(String value) void
setRenditionClass
(String value) void
setRenditionParams
(String value) void
void
setVersionID
(String value) Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
Field Details
-
DOCUMENT_ID
- See Also:
-
FILE_PATH
- See Also:
-
INSTANCE_ID
- See Also:
-
LAST_MODIFY_DATE
- See Also:
-
MANAGE_TO
- See Also:
-
MANAGE_UI
- See Also:
-
MANAGER
- See Also:
-
MANAGER_VARIANT
- See Also:
-
PART_MAPPING
- See Also:
-
RENDITION_PARAMS
- See Also:
-
VERSION_ID
- See Also:
-
MASK_MARKERS
- See Also:
-
RENDITION_CLASS
- See Also:
-
FROM_PART
- See Also:
-
TO_PART
- See Also:
-
ALTERNATE_PATHS
- See Also:
-
-
Constructor Details
-
ResourceRefType
- Parameters:
metadata
- The metadata to attach to this property
-
-
Method Details
-
getDocumentID
-
setDocumentID
-
getFilePath
-
setFilePath
-
getInstanceID
-
setInstanceID
-
getLastModifyDate
-
setLastModifyDate
-
getManageUI
-
setManageUI
-
getManageTo
-
setManageTo
-
getManager
-
setManager
-
getManagerVariant
-
setManagerVariant
-
getPartMapping
-
setPartMapping
-
getRenditionParams
-
setRenditionParams
-
getVersionID
-
setVersionID
-
getMaskMarkers
-
setMaskMarkers
-
getRenditionClass
-
setRenditionClass
-
getFromPart
-
setFromPart
-
getToPart
-
setToPart
-
addAlternatePath
-
getAlternatePathsProperty
Get Versions property- Returns:
- version property to set
-
getAlternatePaths
Get List of Versions values- Returns:
- List of Versions values
-