Class XMPSchemaIptc4xmpCore

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

public class XMPSchemaIptc4xmpCore extends XMPSchema
Define XMP properties used with IPTC specification.
Version:
$Revision: 1.3 $
Author:
$Author: benlitchfield $
  • Field Details

  • Constructor Details

    • XMPSchemaIptc4xmpCore

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

      public XMPSchemaIptc4xmpCore(Element element, String aPrefix)
      Constructor from an existing element.
      Parameters:
      element - The XML element.
      aPrefix - The XML prefix; Iptc4xmpCore.
  • Method Details

    • setCiAdrCity

      public void setCiAdrCity(String city)
      Contact Info Address City.
      Parameters:
      city - The city name.
    • getCiAdrCity

      public String getCiAdrCity()
      Contact Info Address City.
      Returns:
      The city.
    • setCiAdrCtry

      public void setCiAdrCtry(String country)
      Contact Info country.
      Parameters:
      country - The CI country.
    • getCiAdrCtry

      public String getCiAdrCtry()
      Contact Info country.
      Returns:
      The CI country.
    • setCiAdrExtadr

      public void setCiAdrExtadr(String adr)
      Contact Info Extended Address(company name).
      Parameters:
      adr - Address info.
    • getCiAdrExtadr

      public String getCiAdrExtadr()
      Contact Info Extended Address(company name).
      Returns:
      The extended address info.
    • setCiAdrPcode

      public void setCiAdrPcode(String po)
      Postal code.
      Parameters:
      po - The postal code.
    • getCiAdrPcode

      public String getCiAdrPcode()
      Postal code.
      Returns:
      The postal code.
    • setCiAdrRegion

      public void setCiAdrRegion(String state)
      Postal region or state.
      Parameters:
      state - The postal region
    • getCiAdrRegion

      public String getCiAdrRegion()
      Postal region or state.
      Returns:
      The postal state.
    • setCiEmailWork

      public void setCiEmailWork(String email)
      Work email.
      Parameters:
      email - The work email.
    • getCiEmailWork

      public String getCiEmailWork()
      Work email.
      Returns:
      The work email.
    • setCiTelWork

      public void setCiTelWork(String tel)
      Work telephone.
      Parameters:
      tel - The work telephone.
    • getCiTelWork

      public String getCiTelWork()
      Work Telephone.
      Returns:
      The work telephone.
    • setCiUrlWork

      public void setCiUrlWork(String url)
      Work URL.
      Parameters:
      url - The work URL.
    • getCiUrlWork

      public String getCiUrlWork()
      Work URL.
      Returns:
      work URL.
    • setLocation

      public void setLocation(String loc)
      Name of location that the content is focussing on.
      Parameters:
      loc - The location.
    • getLocation

      public String getLocation()
      Name of location that the content is focussing on.
      Returns:
      The location.
    • addScene

      public void addScene(String scene)
      The IPTC scene.
      Parameters:
      scene - The IPTC scene.
    • getScenes

      public List<String> getScenes()
      A list of all the scenes.
      Returns:
      The list of scenes.
    • addSubjectCode

      public void addSubjectCode(String subject)
      Add IPTC subject code.
      Parameters:
      subject - The IPTC subject.
    • getSubjectCodes

      public List<String> getSubjectCodes()
      Get a list of all IPTC subject codes.
      Returns:
      All IPTC subject codes.
    • setIntellectualGenre

      public void setIntellectualGenre(String genre)
      Nature of a news object.
      Parameters:
      genre - The news genre.
    • getIntellectualGenre

      public String getIntellectualGenre()
      Nature of a news object.
      Returns:
      The news genre.
    • setCountryCode

      public void setCountryCode(String code)
      ISO Country Code.
      Parameters:
      code - The country code.
    • getCountryCode

      public String getCountryCode()
      ISO Country Code.
      Returns:
      The country code.