Initializes a new instance of the XmpRightsManagementPackage class.
getCertificate()
public final String getCertificate()
Gets the Web URL for a rights management certificate.
Returns:
java.lang.String - The Web URL for a rights management certificate.
setCertificate(String value)
public final void setCertificate(String value)
Sets the Web URL for a rights management certificate.
Parameters:
Parameter
Type
Description
value
java.lang.String
The Web URL for a rights management certificate.
getMarked()
public final Boolean getMarked()
Gets a value indicating whether this is a rights-managed resource.
Returns:
java.lang.Boolean - true if the resource is rights-managed; otherwise false . When false, indicates that this is a public-domain resource. Omit if the state is unknown.
setMarked(Boolean value)
public final void setMarked(Boolean value)
Sets a value indicating whether this is a rights-managed resource.
Parameters:
Parameter
Type
Description
value
java.lang.Boolean
true if the resource is rights-managed; otherwise false . When false, indicates that this is a public-domain resource. Omit if the state is unknown.
getOwners()
public final String[] getOwners()
Gets the legal owners.
Returns:
java.lang.String[] - The legal owners.
setOwners(String[] value)
public final void setOwners(String[] value)
Sets the legal owners.
Parameters:
Parameter
Type
Description
value
java.lang.String[]
The legal owners.
getUsageTerms()
public final XmpLangAlt getUsageTerms()
Gets the instructions on how the resource can be legally used, given in a variety of languages.
Returns:XmpLangAlt - The instructions on how the resource can be legally used, given in a variety of languages.
setUsageTerms(XmpLangAlt value)
public final void setUsageTerms(XmpLangAlt value)
Sets the instructions on how the resource can be legally used, given in a variety of languages.