|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.xmp.XmpSchema
com.cete.dynamicpdf.xmp.RightsManagementSchema
public class RightsManagementSchema
Class represents the XMP Rights Management Schema. This schema includes properties related to rights management. These properties specify information regarding the legal restrictions associated with a resource.
Licensing:
This class is a DynamicPDF Generator Enterprise Edition
feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
RightsManagementSchema()
Initializes a new instance of the RightsManagementSchema class. |
Method Summary | |
---|---|
protected void |
draw(XmpWriter xwriter)
Draws the Rights Management Schema to the given XmpWriter object. |
java.net.URL |
getCertificate()
Gets the Online rights management certificate. |
CopyrightStatus |
getMarked2()
Gets the value indicating that this is a rights-managed resource. |
XmpArray |
getOwner()
Sets the legal owner(s) of a resource. |
XmpLangAltList |
getUsageTerms()
Sets the text instructions on how a resource can be legally used. |
java.net.URL |
getWebStatemet()
Sets the location of a web page describing the owner and/or rights statement for this resource. |
void |
setCertificate(java.net.URL certificate)
Sets the Online rights management certificate. |
void |
setMarked2(CopyrightStatus value)
Sets the marked property to indicate that this is a rights-managed resource. |
void |
setWebStatemet(java.net.URL webStatemet)
Sets the location of a web page describing the owner and/or rights statement for this resource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RightsManagementSchema()
RightsManagementSchema
class.
Method Detail |
---|
public java.net.URL getCertificate()
Gets the Online rights management certificate.
public void setCertificate(java.net.URL certificate)
Sets the Online rights management certificate.
certificate
- A URL for online rights management certificate.public CopyrightStatus getMarked2()
Gets the value indicating that this is a rights-managed resource.
public void setMarked2(CopyrightStatus value)
Sets the marked property to indicate that this is a rights-managed resource.
value
- The Copy right status.public XmpArray getOwner()
Sets the legal owner(s) of a resource.
XmpArray
data type to set the owner value.XmpArray
public XmpLangAltList getUsageTerms()
Sets the text instructions on how a resource can be legally used.
XmpLangAlt
data type to set text instructions
on how a resource can be legally used.public java.net.URL getWebStatemet()
Sets the location of a web page describing the owner and/or rights statement for this resource.
public void setWebStatemet(java.net.URL webStatemet)
Sets the location of a web page describing the owner and/or rights statement for this resource.
webStatemet
- A URL describing the owner and/or rights statement
for this resource.protected void draw(XmpWriter xwriter)
Draws the Rights Management Schema to the given XmpWriter
object.
draw
in class XmpSchema
xwriter
- XmpWriter
object to receive the
Rights Management Schema's output.XmpWriter
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |