public class ResourceRefType extends AbstractStructuredType
Modifier and Type | Field and Description |
---|---|
static String |
ALTERNATE_PATHS |
static String |
DOCUMENT_ID |
static String |
FILE_PATH |
static String |
FROM_PART |
static String |
INSTANCE_ID |
static String |
LAST_MODIFY_DATE |
static String |
MANAGE_TO |
static String |
MANAGE_UI |
static String |
MANAGER |
static String |
MANAGER_VARIANT |
static String |
MASK_MARKERS |
static String |
PART_MAPPING |
static String |
RENDITION_CLASS |
static String |
RENDITION_PARAMS |
static String |
TO_PART |
static String |
VERSION_ID |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
ResourceRefType(XMPMetadata metadata) |
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public static final String DOCUMENT_ID
public static final String FILE_PATH
public static final String INSTANCE_ID
public static final String LAST_MODIFY_DATE
public static final String MANAGE_TO
public static final String MANAGE_UI
public static final String MANAGER
public static final String MANAGER_VARIANT
public static final String PART_MAPPING
public static final String RENDITION_PARAMS
public static final String VERSION_ID
public static final String MASK_MARKERS
public static final String RENDITION_CLASS
public static final String FROM_PART
public static final String TO_PART
public static final String ALTERNATE_PATHS
public ResourceRefType(XMPMetadata metadata)
metadata
- The metadata to attach to this propertypublic String getDocumentID()
public void setDocumentID(String value)
public String getFilePath()
public void setFilePath(String value)
public String getInstanceID()
public void setInstanceID(String value)
public Calendar getLastModifyDate()
public void setLastModifyDate(Calendar value)
public String getManageUI()
public void setManageUI(String value)
public String getManageTo()
public void setManageTo(String value)
public String getManager()
public void setManager(String value)
public String getManagerVariant()
public void setManagerVariant(String value)
public String getPartMapping()
public void setPartMapping(String value)
public String getRenditionParams()
public void setRenditionParams(String value)
public String getVersionID()
public void setVersionID(String value)
public String getMaskMarkers()
public void setMaskMarkers(String value)
public String getRenditionClass()
public void setRenditionClass(String value)
public String getFromPart()
public void setFromPart(String value)
public String getToPart()
public void setToPart(String value)
public void addAlternatePath(String value)
public ArrayProperty getAlternatePathsProperty()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.