Home » pdfbox-1.1.0-src » org.apache.jempbox.xmp » [javadoc | source]
org.apache.jempbox.xmp
public class: ResourceRef [javadoc | source]
java.lang.Object
   org.apache.jempbox.xmp.ResourceRef

All Implemented Interfaces:
    Elementable

This class represents a multiple part reference to a resource.
Field Summary
protected  Element parent    The DOM representation of this object. 
Constructor:
 public ResourceRef(Element parentElement) 
    Create a resource reference based on a existing parent property set.
    Parameters:
    parentElement - The parent element that will store the resource properties.
Method from org.apache.jempbox.xmp.ResourceRef Summary:
getDocumentID,   getElement,   getInstanceID,   getManager,   getManagerTo,   getManagerUI,   getManagerVariant,   getRenditionClass,   getRenditionParams,   getVersionID,   setDocumentID,   setInstanceID,   setMangager,   setMangagerTo,   setMangagerUI,   setMangagerVariant,   setRenditionClass,   setRenditionParams,   setVersionID
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.jempbox.xmp.ResourceRef Detail:
 public String getDocumentID() 
    Get the referenced resource's document id.
 public Element getElement() 
    Get the underlying XML element.
 public String getInstanceID() 
    Get the referenced resource's id.
 public String getManager() 
    Get name of the asset management system that manages this resource.
 public String getManagerTo() 
    URI identifying the managed resource.
 public String getManagerUI() 
    URI to info about the managed resource.
 public String getManagerVariant() 
    Get name of the variant of asset management system that manages this resource.
 public String getRenditionClass() 
    Get the rendition class.
 public String getRenditionParams() 
    Get the extra rendition params.
 public String getVersionID() 
    Get the referenced resource's document version id.
 public  void setDocumentID(String id) 
    Set the referenced resource's document id.
 public  void setInstanceID(String id) 
    Set the referenced resource's id.
 public  void setMangager(String manager) 
    Set the name of the system that manages this resource.
 public  void setMangagerTo(String managerTo) 
    Set the URI to the managed resource.
 public  void setMangagerUI(String managerUI) 
    Set the URI to the info about the managed resource.
 public  void setMangagerVariant(String managerVariant) 
    Set the name of the variant of the system that manages this resource.
 public  void setRenditionClass(String renditionClass) 
    Set the rendition class. The rendition class is derived from a defined set of names. The value is series of colon separated tokens and parameters.
    Defined values are:
    Token NameDescription
    defaultSpecifies master document, no additional tokens allowed
    thumbnail A simplied preview. Recommended order is: thumbnailformat:size:colorspace
    screenScreen resolution
    proofA review proof
    draftA review rendition
    low-resA low resolution, full size stand-in
 public  void setRenditionParams(String params) 
    Set addition rendition params.
 public  void setVersionID(String id) 
    Set the referenced resource's version id.