| java.lang.Object org.apache.xmlgraphics.xmp.XMPSchemaAdapter org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
XMPBasicAdapter | public class XMPBasicAdapter extends XMPSchemaAdapter (Code) | | Schema adapter implementation for the XMP Basic schema.
|
Constructor Summary | |
public | XMPBasicAdapter(Metadata meta, String namespace) Constructs a new adapter for XMP Basic around the given metadata object. |
XMPBasicAdapter | public XMPBasicAdapter(Metadata meta, String namespace)(Code) | | Constructs a new adapter for XMP Basic around the given metadata object.
Parameters: meta - the underlying metadata |
getCreateDate | public Date getCreateDate()(Code) | | the date and time the resource was originally created |
getCreatorTool | public String getCreatorTool()(Code) | | the first known tool used to create the resource |
getMetadataDate | public Date getMetadataDate()(Code) | | the date and time the resource was originally created |
getModifyDate | public Date getModifyDate()(Code) | | the date and time the resource was last modified |
setCreateDate | public void setCreateDate(Date creationDate)(Code) | | Sets the date and time the resource was originally created.
Parameters: creationDate - the creation date |
setCreatorTool | public void setCreatorTool(String value)(Code) | | Sets the first known tool used to create the resource.
Parameters: value - the creator tool |
setMetadataDate | public void setMetadataDate(Date metadataDate)(Code) | | Sets the date and time any metadata for this resource was last changed.
Parameters: metadataDate - the modification date for the metadata |
setModifyDate | public void setModifyDate(Date modifyDate)(Code) | | Sets the date and time the resource was last modified.
Parameters: modifyDate - the modification date |
|
|