|
xmlgraphics-commons 2.0.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,
String namespace)
Constructs a new adapter for XMP Basic around the given metadata object. |
Method Summary | |
---|---|
void |
addIdentifier(String value)
Adds an identifier that unambiguously identify the resource within a given context. |
String |
getBaseUrl()
Returns the base URL for relative URLs in the document content. |
Date |
getCreateDate()
|
String |
getCreatorTool()
|
String |
getIdentifier(String qualifier)
Returns an identifier that matches a given qualifier. |
String[] |
getIdentifiers()
Returns an array of all identifiers that unambiguously identify the resource within a given context. |
Date |
getMetadataDate()
|
Date |
getModifyDate()
|
void |
setBaseUrl(String value)
Sets the base URL for relative URLs in the document content. |
void |
setCreateDate(Date creationDate)
Sets the date and time the resource was originally created. |
void |
setCreatorTool(String value)
Sets the first known tool used to create the resource. |
void |
setIdentifier(String value,
String qualifier)
Sets a qualified identifier that unambiguously identify the resource within a given context. |
void |
setMetadataDate(Date metadataDate)
Sets the date and time any metadata for this resource was last changed. |
void |
setModifyDate(Date modifyDate)
Sets the date and time the resource was last modified. |
Methods inherited from class org.apache.xmlgraphics.xmp.XMPSchemaAdapter |
---|
addDateToSeq, addObjectToArray, addStringToBag, addStringToSeq, findQualifiedStructure, findQualifiedValue, formatISO8601Date, formatISO8601Date, getDateArray, getDateValue, getLangAlt, getObjectArray, getQName, getSchema, getStringArray, getValue, removeLangAlt, removeStringFromArray, 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, String namespace)
meta
- the underlying metadataMethod Detail |
---|
public void setBaseUrl(String value)
value
- the base URLpublic String getBaseUrl()
public void setCreateDate(Date creationDate)
creationDate
- the creation datepublic Date getCreateDate()
public void setCreatorTool(String value)
value
- the creator toolpublic String getCreatorTool()
public void addIdentifier(String value)
value
- the identifier valuepublic void setIdentifier(String value, String qualifier)
xmpidq:Scheme
is used.
value
- the identifier valuequalifier
- the qualifier value (for xmpidq:Scheme)public String[] getIdentifiers()
public String getIdentifier(String qualifier)
xmpidq:Scheme
is used.
qualifier
- the qualifier
public void setModifyDate(Date modifyDate)
modifyDate
- the modification datepublic Date getModifyDate()
public void setMetadataDate(Date metadataDate)
metadataDate
- the modification date for the metadatapublic Date getMetadataDate()
|
xmlgraphics-commons 2.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |