use of org.apache.xmpbox.type.URIType in project pdfbox by apache.
the class XMPMediaManagementSchema method setManageUI.
/**
* Set ManageUI value
*
* @param value
* ManageUI value to set
*/
public void setManageUI(String value) {
URIType tt = (URIType) instanciateSimple(MANAGEUI, value);
setManageUIProperty(tt);
}