congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
XMPRightsManagementSchema.instanciateSimple
Code IndexAdd Tabnine to your IDE (free)

How to use
instanciateSimple
method
in
org.apache.xmpbox.schema.XMPRightsManagementSchema

Best Java code snippets using org.apache.xmpbox.schema.XMPRightsManagementSchema.instanciateSimple (Showing top 9 results out of 315)

origin: apache/pdfbox

/**
 * Set the WebStatement url
 * 
 * @param url
 *            WebStatemen url value to set
 */
public void setWebStatement(String url)
{
  URLType tt = (URLType) instanciateSimple(WEBSTATEMENT, url);
  setWebStatementProperty(tt);
}
origin: apache/pdfbox

/**
 * Set Marked value
 * 
 * @param marked
 *            value to add
 */
public void setMarked(Boolean marked)
{
  BooleanType tt = (BooleanType) instanciateSimple(MARKED, marked ? BooleanType.TRUE : BooleanType.FALSE);
  setMarkedProperty(tt);
}
origin: apache/pdfbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
origin: com.github.lafa.pdfbox/xmpbox

/**
 * Set the WebStatement url
 * 
 * @param url
 *            WebStatemen url value to set
 */
public void setWebStatement(String url)
{
  URLType tt = (URLType) instanciateSimple(WEBSTATEMENT, url);
  setWebStatementProperty(tt);
}
origin: org.apache.pdfbox/xmpbox

/**
 * Set Marked value
 * 
 * @param marked
 *            value to add
 */
public void setMarked(Boolean marked)
{
  BooleanType tt = (BooleanType) instanciateSimple(MARKED, marked ? BooleanType.TRUE : BooleanType.FALSE);
  setMarkedProperty(tt);
}
origin: com.github.lafa.pdfbox/xmpbox

/**
 * Set Marked value
 * 
 * @param marked
 *            value to add
 */
public void setMarked(Boolean marked)
{
  BooleanType tt = (BooleanType) instanciateSimple(MARKED, marked ? BooleanType.TRUE : BooleanType.FALSE);
  setMarkedProperty(tt);
}
origin: com.github.lafa.pdfbox/xmpbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
origin: org.apache.pdfbox/xmpbox

/**
 * Set the WebStatement url
 * 
 * @param url
 *            WebStatemen url value to set
 */
public void setWebStatement(String url)
{
  URLType tt = (URLType) instanciateSimple(WEBSTATEMENT, url);
  setWebStatementProperty(tt);
}
origin: org.apache.pdfbox/xmpbox

/**
 * Set the Certificate URL.
 * 
 * @param url
 *            certficate url value to set
 */
public void setCertificate(String url)
{
  URLType tt = (URLType) instanciateSimple(CERTIFICATE, url);
  setCertificateProperty(tt);
}
org.apache.xmpbox.schemaXMPRightsManagementSchemainstanciateSimple

Popular methods of XMPRightsManagementSchema

  • <init>
    Constructor of XMPRightsManagement schema with specified prefix
  • addProperty
  • addQualifiedBagValue
  • addUsageTerms
    Add an usageTerms value
  • getMarkedProperty
    Get Marked property
  • getProperty
  • getUnqualifiedBagValueList
  • getUnqualifiedLanguagePropertyLanguagesValue
  • getUnqualifiedLanguagePropertyValue
  • getUsageTerms
    Return a language value for description property
  • removeUnqualifiedBagValue
  • setAboutAsSimple
  • removeUnqualifiedBagValue,
  • setAboutAsSimple,
  • setCertificateProperty,
  • setMarkedProperty,
  • setUnqualifiedLanguagePropertyValue,
  • setWebStatementProperty

Popular in Java

  • Start an intent from android
  • findViewById (Activity)
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • 21 Best IntelliJ Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now