Class XmpBasicSchema

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

class XmpBasicSchema extends XmpSchema
An implementation of an XmpSchema.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • DEFAULT_XPATH_ID

      private static final String DEFAULT_XPATH_ID
      default namespace identifier
      See Also:
    • DEFAULT_XPATH_URI

      private static final String DEFAULT_XPATH_URI
      default namespace uri
      See Also:
    • CREATEDATE

      private static final String CREATEDATE
      The date and time the resource was originally created.
      See Also:
    • CREATORTOOL

      private static final String CREATORTOOL
      The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History's softwareAgent property.
      See Also:
    • IDENTIFIER

      private static final String IDENTIFIER
      An unordered array of text strings that unambiguously identify the resource within a given context.
      See Also:
    • METADATADATE

      private static final String METADATADATE
      The date and time that any metadata for this resource was last changed.
      See Also:
    • MODIFYDATE

      private static final String MODIFYDATE
      The date and time the resource was last modified.
      See Also:
    • NICKNAME

      private static final String NICKNAME
      A short informal name for the resource.
      See Also:
  • Constructor Details

    • XmpBasicSchema

      public XmpBasicSchema()
  • Method Details

    • addCreatorTool

      void addCreatorTool(String creator)
      Adds the creatortool.
      Parameters:
      creator -
    • addCreateDate

      void addCreateDate(String date)
      Adds the creation date.
      Parameters:
      date -
    • addModDate

      void addModDate(String date)
      Adds the modification date.
      Parameters:
      date -