public class XMPSchemaIptc4xmpCore extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema
Constructor and Description |
---|
XMPSchemaIptc4xmpCore(Element element,
String aPrefix)
Constructor from an existing element.
|
XMPSchemaIptc4xmpCore(XMPMetadata metadata)
Construct a new blank IPTC schema.
|
Modifier and Type | Method and Description |
---|---|
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.
|
addBagValue, addSequenceDateValue, addSequenceValue, addSequenceValue, getAbout, getBagList, getBooleanProperty, getDateProperty, getElement, getEventSequenceList, getIntegerProperty, getLanguageProperty, getLanguagePropertyLanguages, getSequenceDateList, getSequenceList, getTextProperty, getThumbnailProperty, merge, removeBagValue, removeSequenceDateValue, removeSequenceValue, removeSequenceValue, setAbout, setBooleanProperty, setDateProperty, setIntegerProperty, setLanguageProperty, setTextProperty, setThumbnailProperty
public static final String NAMESPACE
public XMPSchemaIptc4xmpCore(XMPMetadata metadata)
metadata
- The parent metadata schema that this will be part of.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 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()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.