Class XMPSchemaPhotoshop

java.lang.Object
org.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.XMPSchemaPhotoshop

public class XMPSchemaPhotoshop extends XMPSchema
Define XMP properties used with Adobe Photoshop documents.
Version:
$Revision: 1.2 $
Author:
$Author: benlitchfield $
  • Field Details

  • Constructor Details

    • XMPSchemaPhotoshop

      public XMPSchemaPhotoshop(XMPMetadata parent)
      Construct a new blank Photoshop schema.
      Parameters:
      parent - The parent metadata schema that this will be part of.
    • XMPSchemaPhotoshop

      public XMPSchemaPhotoshop(Element element, String aPrefix)
      Constructor for existing XML element.
      Parameters:
      element - The XML element.
      aPrefix - The XML prefix; photoshop.
  • Method Details

    • setAuthorsPosition

      public void setAuthorsPosition(String s)
      By-line title.
      Parameters:
      s - The authors position.
    • getAuthorsPosition

      public String getAuthorsPosition()
      By-line title.
      Returns:
      The authors position.
    • setCaptionWriter

      public void setCaptionWriter(String s)
      Writer/editor.
      Parameters:
      s - The caption writer.
    • getCaptionWriter

      public String getCaptionWriter()
      Writer/editor.
      Returns:
      The caption writer.
    • setCategory

      public void setCategory(String s)
      Category; limited to 3 7-bit characters.
      Parameters:
      s - The category.
    • getCategory

      public String getCategory()
      The category.
      Returns:
      The category.
    • setCity

      public void setCity(String s)
      The city.
      Parameters:
      s - The city.
    • getCity

      public String getCity()
      The city.
      Returns:
      The city.
    • setCountry

      public void setCountry(String s)
      The country.
      Parameters:
      s - The country.
    • getCountry

      public String getCountry()
      The country.
      Returns:
      The country.
    • setCredit

      public void setCredit(String s)
      Credit.
      Parameters:
      s - The credit property.
    • getCredit

      public String getCredit()
      The credit property.
      Returns:
      The credit property.
    • setDateCreated

      public void setDateCreated(String s)
      Date created; creation date of the source document which may be earlier than the digital representation.
      Parameters:
      s - The date created.
    • getDateCreated

      public String getDateCreated()
      Creation date.
      Returns:
      The creation date.
    • setHeadline

      public void setHeadline(String s)
      The headline.
      Parameters:
      s - The headline.
    • getHeadline

      public String getHeadline()
      Headline.
      Returns:
      The headline.
    • setInstructions

      public void setInstructions(String s)
      Instructions.
      Parameters:
      s - The instructions.
    • getInstructions

      public String getInstructions()
      The instructions.
      Returns:
      The instructions.
    • setSource

      public void setSource(String s)
      The source.
      Parameters:
      s - The source.
    • getSource

      public String getSource()
      The source.
      Returns:
      The source.
    • setState

      public void setState(String s)
      The state.
      Parameters:
      s - The state.
    • getState

      public String getState()
      The state.
      Returns:
      The state.
    • addSupplementalCategory

      public void addSupplementalCategory(String s)
      Add a new supplemental category.
      Parameters:
      s - The supplemental category.
    • getSupplementalCategories

      public List<String> getSupplementalCategories()
      Get a list of all supplemental categories.
      Returns:
      The supplemental categories.
    • removeSupplementalCategory

      public void removeSupplementalCategory(String s)
      Remove a supplemental category.
      Parameters:
      s - The supplemental category.
    • setTransmissionReference

      public void setTransmissionReference(String s)
      The transmission reference.
      Parameters:
      s - The transmission reference.
    • getTransmissionReference

      public String getTransmissionReference()
      The transmission reference.
      Returns:
      The transmission reference.
    • setUrgency

      public void setUrgency(Integer s)
      The urgency.
      Parameters:
      s - The urgency.
    • getUrgency

      public Integer getUrgency()
      The urgency.
      Returns:
      The urgency.