Initializes a new instance of the XmpDublinCorePackage class.
getContributors()
public final String[] getContributors()
Gets an array of the contributors.
Returns:
java.lang.String[] - An array of the contributors.
These contributors should not include those listed in dc:creator.
setContributors(String[] value)
public final void setContributors(String[] value)
Sets an array of the contributors.
Parameters:
Parameter
Type
Description
value
java.lang.String[]
An array of the contributors.
These contributors should not include those listed in dc:creator. |
getCoverage()
public final String getCoverage()
Gets the extent or scope of the resource.
Returns:
java.lang.String - The extent or scope of the resource.
setCoverage(String value)
public final void setCoverage(String value)
Sets the extent or scope of the resource.
Parameters:
Parameter
Type
Description
value
java.lang.String
The extent or scope of the resource.
getCreators()
public final String[] getCreators()
Gets an array of the creators.
Returns:
java.lang.String[] - An array of the creators.
Entities should be listed in order of decreasing precedence, if such order is significant. Examples of a creator include a person, an organization, or a service. Typically, the name of a creator should be used to indicate the entity.
setCreators(String[] value)
public final void setCreators(String[] value)
Sets an array of the creators.
Parameters:
Parameter
Type
Description
value
java.lang.String[]
An array of the creators.
Entities should be listed in order of decreasing precedence, if such order is significant. Examples of a creator include a person, an organization, or a service. Typically, the name of a creator should be used to indicate the entity. |
getDates()
public final Date[] getDates()
Gets an array of dates associated with an event in the life cycle of the resource.
Returns:
java.util.Date[] - A point or period of time associated with an event in the life cycle of the resource.
setDates(Date[] value)
public final void setDates(Date[] value)
Sets an array of dates associated with an event in the life cycle of the resource.
Parameters:
Parameter
Type
Description
value
java.util.Date[]
A point or period of time associated with an event in the life cycle of the resource.
getDescriptions()
public final XmpLangAlt getDescriptions()
Gets an array of textual descriptions of the content of the resource, given in various languages.
Returns:XmpLangAlt - An array of textual descriptions of the content of the resource, given in various languages.
setDescriptions(XmpLangAlt value)
public final void setDescriptions(XmpLangAlt value)
Sets an array of textual descriptions of the content of the resource, given in various languages.
An array of the informal rights statements, given in various languages.
Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights. |
getSource()
public final String getSource()
Gets the related resource from which the described resource is derived.
Returns:
java.lang.String - The related resource from which the described resource is derived.
The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.
setSource(String value)
public final void setSource(String value)
Sets the related resource from which the described resource is derived.
Parameters:
Parameter
Type
Description
value
java.lang.String
The related resource from which the described resource is derived.
The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. |
getSubjects()
public final String[] getSubjects()
Gets an array of descriptive phrases or keywords that specify the content of the resource.
Returns:
java.lang.String[] - An array of descriptive phrases or keywords that specify the content of the resource.
setSubjects(String[] value)
public final void setSubjects(String[] value)
Sets an array of descriptive phrases or keywords that specify the content of the resource.
Parameters:
Parameter
Type
Description
value
java.lang.String[]
An array of descriptive phrases or keywords that specify the content of the resource.
getTitles()
public final XmpLangAlt getTitles()
Gets the title or name of the resource, given in various languages.
Returns:XmpLangAlt - The title or name of the resource, given in various languages.
setTitles(XmpLangAlt value)
public final void setTitles(XmpLangAlt value)
Sets the title or name of the resource, given in various languages.