|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.XMPSchemaIptc4xmpCore
public class XMPSchemaIptc4xmpCore
Define XMP properties used with IPTC specification.
| Field Summary | |
|---|---|
static String |
NAMESPACE
The namespace for this schema. |
| Fields inherited from class org.apache.jempbox.xmp.XMPSchema |
|---|
NS_NAMESPACE, prefix, schema |
| Constructor Summary | |
|---|---|
XMPSchemaIptc4xmpCore(Element element,
String aPrefix)
Constructor from an existing element. |
|
XMPSchemaIptc4xmpCore(XMPMetadata metadata)
Construct a new blank IPTC schema. |
|
| Method Summary | |
|---|---|
void |
addScene(String scene)
The IPTC scene. |
void |
addSubjectCode(String subject)
Add IPTC subject code. |
String |
getCiAdrCity()
Contact Info Address City. |
String |
getCiAdrCtry()
Contact Info country. |
String |
getCiAdrExtadr()
Contact Info Extended Address(company name). |
String |
getCiAdrPcode()
Postal code. |
String |
getCiAdrRegion()
Postal region or state. |
String |
getCiEmailWork()
Work email. |
String |
getCiTelWork()
Work Telephone. |
String |
getCiUrlWork()
Work URL. |
String |
getCountryCode()
ISO Country Code. |
String |
getIntellectualGenre()
Nature of a news object. |
String |
getLocation()
Name of location that the content is focussing on. |
List<String> |
getScenes()
A list of all the scenes. |
List<String> |
getSubjectCodes()
Get a list of all IPTC subject codes. |
void |
setCiAdrCity(String city)
Contact Info Address City. |
void |
setCiAdrCtry(String country)
Contact Info country. |
void |
setCiAdrExtadr(String adr)
Contact Info Extended Address(company name). |
void |
setCiAdrPcode(String po)
Postal code. |
void |
setCiAdrRegion(String state)
Postal region or state. |
void |
setCiEmailWork(String email)
Work email. |
void |
setCiTelWork(String tel)
Work telephone. |
void |
setCiUrlWork(String url)
Work URL. |
void |
setCountryCode(String code)
ISO Country Code. |
void |
setIntellectualGenre(String genre)
Nature of a news object. |
void |
setLocation(String loc)
Name of location that the content is focussing on. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMESPACE
| Constructor Detail |
|---|
public XMPSchemaIptc4xmpCore(XMPMetadata metadata)
metadata - The parent metadata schema that this will be part of.
public XMPSchemaIptc4xmpCore(Element element,
String aPrefix)
element - The XML element.aPrefix - The XML prefix; Iptc4xmpCore.| Method Detail |
|---|
public void setCiAdrCity(String city)
city - The city name.public String getCiAdrCity()
public void setCiAdrCtry(String country)
country - The CI country.public String getCiAdrCtry()
public void setCiAdrExtadr(String adr)
adr - Address info.public String getCiAdrExtadr()
public void setCiAdrPcode(String po)
po - The postal code.public String getCiAdrPcode()
public void setCiAdrRegion(String state)
state - The postal regionpublic String getCiAdrRegion()
public void setCiEmailWork(String email)
email - The work email.public String getCiEmailWork()
public void setCiTelWork(String tel)
tel - The work telephone.public String getCiTelWork()
public void setCiUrlWork(String url)
url - The work URL.public String getCiUrlWork()
public void setLocation(String loc)
loc - The location.public String getLocation()
public void addScene(String scene)
scene - The IPTC scene.public List<String> getScenes()
public void addSubjectCode(String subject)
subject - The IPTC subject.public List<String> getSubjectCodes()
public void setIntellectualGenre(String genre)
genre - The news genre.public String getIntellectualGenre()
public void setCountryCode(String code)
code - The country code.public String getCountryCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||