public final class XmpDublinCorePackage extends XmpPackage
Represents the Dublin Core scheme.
Constructor and Description |
---|
XmpDublinCorePackage()
Initializes a new instance of the
XmpDublinCorePackage class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getContributors()
Gets an array of the contributors.
|
String |
getCoverage()
Gets the extent or scope of the resource.
|
String[] |
getCreators()
Gets an array of the creators.
|
Date[] |
getDates()
Gets an array of dates associated with an event in the life cycle of the resource.
|
XmpLangAlt |
getDescriptions()
Gets an array of textual descriptions of the content of the resource, given in various languages.
|
String |
getFormat()
Gets the MIME type of the resource.
|
String |
getIdentifier()
Gets a string value representing an unambiguous reference to the resource within a given context.
|
String[] |
getLanguages()
Gets an array of languages used in the content of the resource.
|
String[] |
getPublishers()
Gets an array of publishers made the resource available.
|
String[] |
getRelations()
Gets an array of the related resources.
|
XmpLangAlt |
getRights()
Gets an array of the informal rights statements, given in various languages.
|
String |
getSource()
Gets the related resource from which the described resource is derived.
|
String[] |
getSubjects()
Gets an array of descriptive phrases or keywords that specify the content of the resource.
|
XmpLangAlt |
getTitles()
Gets the title or name of the resource, given in various languages.
|
String[] |
getTypes()
Gets an array of string values representing the nature or genre of the resource.
|
void |
set(String name,
XmpArray value)
Sets the value inherited from
XmpArray . |
void |
setContributor(String contributor)
Sets a single contributor of the resource.
|
void |
setContributors(String[] value)
Sets an array of the contributors.
|
void |
setCoverage(String value)
Sets the extent or scope of the resource.
|
void |
setCreator(String creator)
Sets a single creator of the resource.
|
void |
setCreators(String[] value)
Sets an array of the creators.
|
void |
setDate(Date date)
Sets a single date associated with the resource.
|
void |
setDates(Date[] value)
Sets an array of dates associated with an event in the life cycle of the resource.
|
void |
setDescription(String description)
Sets the resource description, given in a single laguage.
|
void |
setDescriptions(XmpLangAlt value)
Sets an array of textual descriptions of the content of the resource, given in various languages.
|
void |
setFormat(String value)
Sets the MIME type of the resource.
|
void |
setIdentifier(String value)
Sets a string value representing an unambiguous reference to the resource within a given context.
|
void |
setLanguage(String language)
Sets a single language associated with the resource.
|
void |
setLanguages(String[] value)
Sets an array of languages used in the content of the resource.
|
void |
setPublisher(String publisher)
Sets a single publisher of the resource.
|
void |
setPublishers(String[] value)
Sets an array of publishers made the resource available.
|
void |
setRelation(String relation)
Sets a single related resource.
|
void |
setRelations(String[] value)
Sets an array of the related resources.
|
void |
setRights(String rights)
Sets the resource rights, given in a single laguage.
|
void |
setRights(XmpLangAlt value)
Sets an array of the informal rights statements, given in various languages.
|
void |
setSource(String value)
Sets the related resource from which the described resource is derived.
|
void |
setSubject(String subject)
Sets a single subject of the resource.
|
void |
setSubjects(String[] value)
Sets an array of descriptive phrases or keywords that specify the content of the resource.
|
void |
setTitle(String title)
Sets the resource title, given in a single laguage.
|
void |
setTitles(XmpLangAlt value)
Sets the title or name of the resource, given in various languages.
|
void |
setType(String type)
Sets a single type of the resource.
|
void |
setTypes(String[] value)
Sets an array of string values representing the nature or genre of the resource.
|
clear, getNamespaceUri, getPrefix, getXmlNamespace, getXmpRepresentation, remove, set, set, set, set, set, set, set
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XmpDublinCorePackage()
Initializes a new instance of the XmpDublinCorePackage
class.
public final String[] getContributors()
Gets an array of the contributors.
public final void setContributors(String[] value)
Sets an array of the contributors.
value
- An array of the contributors.public final String getCoverage()
Gets the extent or scope of the resource.
public final void setCoverage(String value)
Sets the extent or scope of the resource.
value
- The extent or scope of the resource.public final String[] getCreators()
Gets an array of the creators.
public final void setCreators(String[] value)
Sets an array of the creators.
value
- An array of the creators.
public final Date[] getDates()
Gets an array of dates associated with an event in the life cycle of the resource.
public final void setDates(Date[] value)
Sets an array of dates associated with an event in the life cycle of the resource.
value
- A point or period of time associated with an event in the life cycle of the resource.public final XmpLangAlt getDescriptions()
Gets an array of textual descriptions of the content of the resource, given in various languages.
public final void setDescriptions(XmpLangAlt value)
Sets an array of textual descriptions of the content of the resource, given in various languages.
value
- An array of textual descriptions of the content of the resource, given in various languages.public final String getFormat()
Gets the MIME type of the resource.
public final void setFormat(String value)
Sets the MIME type of the resource.
value
- The MIME type of the resource.public final String getIdentifier()
Gets a string value representing an unambiguous reference to the resource within a given context.
public final void setIdentifier(String value)
Sets a string value representing an unambiguous reference to the resource within a given context.
value
- A string value representing an unambiguous reference to the resource within a given context.
public final String[] getLanguages()
Gets an array of languages used in the content of the resource.
public final void setLanguages(String[] value)
Sets an array of languages used in the content of the resource.
value
- An array of languages used in the content of the resource.public final String[] getPublishers()
Gets an array of publishers made the resource available.
public final void setPublishers(String[] value)
Sets an array of publishers made the resource available.
value
- An array of publishers made the resource available.
public final String[] getRelations()
Gets an array of the related resources.
public final void setRelations(String[] value)
Sets an array of the related resources.
value
- An array of the related resources.
public final XmpLangAlt getRights()
Gets an array of the informal rights statements, given in various languages.
public final void setRights(XmpLangAlt value)
Sets an array of the informal rights statements, given in various languages.
value
- An array of the informal rights statements, given in various languages.
public final String getSource()
Gets the related resource from which the described resource is derived.
public final void setSource(String value)
Sets the related resource from which the described resource is derived.
value
- The related resource from which the described resource is derived.
public final String[] getSubjects()
Gets an array of descriptive phrases or keywords that specify the content of the resource.
public final void setSubjects(String[] value)
Sets an array of descriptive phrases or keywords that specify the content of the resource.
value
- An array of descriptive phrases or keywords that specify the content of the resource.public final XmpLangAlt getTitles()
Gets the title or name of the resource, given in various languages.
public final void setTitles(XmpLangAlt value)
Sets the title or name of the resource, given in various languages.
value
- The title or name of the resource, given in various languages.public final String[] getTypes()
Gets an array of string values representing the nature or genre of the resource.
public final void setTypes(String[] value)
Sets an array of string values representing the nature or genre of the resource.
value
- An array of string values representing the nature or genre of the resource.public final void setContributor(String contributor)
Sets a single contributor of the resource.
contributor
- The contributor to set.public final void setCreator(String creator)
Sets a single creator of the resource.
creator
- The creator to set.public final void setDate(Date date)
Sets a single date associated with the resource.
date
- The date to set.public final void setDescription(String description)
Sets the resource description, given in a single laguage.
description
- The description to set.public final void setLanguage(String language)
Sets a single language associated with the resource.
language
- The language to set.public final void setPublisher(String publisher)
Sets a single publisher of the resource.
publisher
- The publisher to set.public final void setRelation(String relation)
Sets a single related resource.
relation
- The relation to set.public final void setRights(String rights)
Sets the resource rights, given in a single laguage.
rights
- The rights statements to set.public final void setSubject(String subject)
Sets a single subject of the resource.
subject
- The subject to set.public final void setTitle(String title)
Sets the resource title, given in a single laguage.
title
- The title to set.public final void setType(String type)
Sets a single type of the resource.
type
- The type to set.public void set(String name, XmpArray value)
Sets the value inherited from XmpArray
.
set
in class XmpPackage
name
- XMP metadata property name.value
- XMP metadata property value.