addScene
public void addScene(String scene)
The IPTC scene.
addSubjectCode
public void addSubjectCode(String subject)
Add IPTC subject code.
subject - The IPTC subject.
getCiAdrCity
public String getCiAdrCity()
Contact Info Address City.
getCiAdrCtry
public String getCiAdrCtry()
Contact Info country.
getCiAdrExtadr
public String getCiAdrExtadr()
Contact Info Extended Address(company name).
- The extended address info.
getCiAdrPcode
public String getCiAdrPcode()
Postal code.
getCiAdrRegion
public String getCiAdrRegion()
Postal region or state.
getCiEmailWork
public String getCiEmailWork()
Work email.
getCiTelWork
public String getCiTelWork()
Work Telephone.
getCiUrlWork
public String getCiUrlWork()
Work URL.
getCountryCode
public String getCountryCode()
ISO Country Code.
getIntellectualGenre
public String getIntellectualGenre()
Nature of a news object.
getLocation
public String getLocation()
Name of location that the content is focussing on.
getScenes
public List getScenes()
A list of all the scenes.
getSubjectCodes
public List getSubjectCodes()
Get a list of all IPTC subject codes.
setCiAdrCity
public void setCiAdrCity(String city)
Contact Info Address City.
setCiAdrCtry
public void setCiAdrCtry(String country)
Contact Info country.
country - The CI country.
setCiAdrExtadr
public void setCiAdrExtadr(String adr)
Contact Info Extended Address(company name).
setCiAdrPcode
public void setCiAdrPcode(String po)
Postal code.
setCiAdrRegion
public void setCiAdrRegion(String state)
Postal region or state.
state - The postal region
setCiEmailWork
public void setCiEmailWork(String email)
Work email.
setCiTelWork
public void setCiTelWork(String tel)
Work telephone.
tel - The work telephone.
setCiUrlWork
public void setCiUrlWork(String url)
Work URL.
setCountryCode
public void setCountryCode(String code)
ISO Country Code.
setIntellectualGenre
public void setIntellectualGenre(String genre)
Nature of a news object.
setLocation
public void setLocation(String loc)
Name of location that the content is focussing on.