Skip to main content

XmpBasicSchema Class

The basic XMP schema. Contains general metadata properties, such as the creator application, creation and modification dates, document identifiers, labels, and ratings.

Declaration

public class XmpBasicSchema extends JavaObject

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.JavaObject
XmpBasicSchema

Methods

getCreateDate() Method

Returns the document creation date.

Declaration

public XmpDate getCreateDate()

Returns

Type Description
XmpDate

The document creation date.

getCreatorTool() Method

Returns the name of the application that created the document.

Declaration

public XmpString getCreatorTool()

Returns

Type Description
XmpString

The name of the application that created the document.

getIdentifier() Method

Returns the list of document identifiers.

Declaration

public IXmpStringArray getIdentifier()

Returns

Type Description
IXmpStringArray

Document identifiers.

getLabel() Method

Returns the label associated with the document.

Declaration

public XmpString getLabel()

Returns

Type Description
XmpString

The document label.

getMetadataDate() Method

Returns the date when the metadata was last modified.

Declaration

public XmpDate getMetadataDate()

Returns

Type Description
XmpDate

The metadata modification date.

getModifyDate() Method

Returns the date when the document was last modified.

Declaration

public XmpDate getModifyDate()

Returns

Type Description
XmpDate

The last modification date.

getRating() Method

Returns the document rating.

Declaration

public XmpString getRating()

Returns

Type Description
XmpString

The document rating.

setCreateDate(XmpDate value) Method

Sets the document creation date.

Declaration

public void setCreateDate(XmpDate value)

Parameters

Name Type Description
value XmpDate

The document creation date.

setCreatorTool(XmpString value) Method

Sets the name of the application that created the document.

Declaration

public void setCreatorTool(XmpString value)

Parameters

Name Type Description
value XmpString

The name of the application that created the document.

setLabel(XmpString value) Method

Sets the label associated with the document.

Declaration

public void setLabel(XmpString value)

Parameters

Name Type Description
value XmpString

The document label.

setMetadataDate(XmpDate value) Method

Sets the date when the metadata was last modified.

Declaration

public void setMetadataDate(XmpDate value)

Parameters

Name Type Description
value XmpDate

The metadata modification date.

setModifyDate(XmpDate value) Method

Sets the date when the document was last modified.

Declaration

public void setModifyDate(XmpDate value)

Parameters

Name Type Description
value XmpDate

The last modification date.

setRating(XmpString value) Method

Sets the document rating.

Declaration

public void setRating(XmpString value)

Parameters

Name Type Description
value XmpString

The document rating.