|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.xmp.XMPSchemaAdapter
org.apache.xmlgraphics.xmp.schemas.XMPBasicAdapter
public class XMPBasicAdapter
Schema adapter implementation for the XMP Basic schema.
Field Summary |
---|
Fields inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter |
---|
meta |
Constructor Summary | |
---|---|
XMPBasicAdapter(Metadata meta,
java.lang.String namespace)
Constructs a new adapter for XMP Basic around the given metadata object. |
Method Summary | |
---|---|
java.util.Date |
getCreateDate()
|
java.lang.String |
getCreatorTool()
|
java.util.Date |
getMetadataDate()
|
java.util.Date |
getModifyDate()
|
void |
setCreateDate(java.util.Date creationDate)
Sets the date and time the resource was originally created. |
void |
setCreatorTool(java.lang.String value)
Sets the first known tool used to create the resource. |
void |
setMetadataDate(java.util.Date metadataDate)
Sets the date and time any metadata for this resource was last changed. |
void |
setModifyDate(java.util.Date modifyDate)
Sets the date and time the resource was last modified. |
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter |
---|
addDateToSeq, addStringToBag, addStringToSeq, formatISO8601Date, formatISO8601Date, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, parseISO8601Date, removeLangAlt, setDateValue, setLangAlt, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMPBasicAdapter(Metadata meta, java.lang.String namespace)
meta
- the underlying metadataMethod Detail |
---|
public void setCreatorTool(java.lang.String value)
value
- the creator toolpublic java.lang.String getCreatorTool()
public void setCreateDate(java.util.Date creationDate)
creationDate
- the creation datepublic java.util.Date getCreateDate()
public void setModifyDate(java.util.Date modifyDate)
modifyDate
- the modification datepublic java.util.Date getModifyDate()
public void setMetadataDate(java.util.Date metadataDate)
metadataDate
- the modification date for the metadatapublic java.util.Date getMetadataDate()
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |