Class TiffSchema


public class TiffSchema extends XMPSchema
  • Field Details

  • Constructor Details

  • Method Details

    • getArtistProperty

      public ProperNameType getArtistProperty()
      Return the artist property
      Returns:
      artist ProperNameType
    • getArtist

      public String getArtist()
      Return the artist property as String
      Returns:
      string
    • setArtist

      public void setArtist(String text)
      Set the name of the artist
      Parameters:
      text -
    • getImageDescriptionProperty

      public ArrayProperty getImageDescriptionProperty()
      Return the image description property object
      Returns:
      the image description property
    • getImageDescriptionLanguages

      public List<String> getImageDescriptionLanguages()
      Return the list of language existing for image description
      Returns:
      a list of languages
    • getImageDescription

      public String getImageDescription(String lang)
      Return the image description value as String in expected language
      Parameters:
      lang - expected language
      Returns:
      image description value
    • getImageDescription

      public String getImageDescription()
      Return the image description as String in default language
      Returns:
      image description value
    • addImageDescription

      public void addImageDescription(String lang, String value)
      Add a image description value for a specified language
      Parameters:
      lang - language of the image description
      value - image description text
    • getCopyRightProperty

      public ArrayProperty getCopyRightProperty()
      Return the copyright property object
      Returns:
      the copyright property
    • getCopyRightLanguages

      public List<String> getCopyRightLanguages()
      Return the list of language existing for copyright
      Returns:
      a list of languages
    • getCopyRight

      public String getCopyRight(String lang)
      Return the copyright value as String in expected language
      Parameters:
      lang - expected language
      Returns:
      copyright value
    • getCopyRight

      public String getCopyRight()
      Return the copyright value as String in default language
      Returns:
      copyright value
    • addCopyright

      public void addCopyright(String lang, String value)
      Add a copyright value for a specified language
      Parameters:
      lang - language of the copyright
      value - copyright text