org.apache.jempbox.xmp
public class XMPSchemaIptc4xmpCore extends XMPSchema
Version: $Revision: 1.3 $
Field Summary | |
---|---|
static String | NAMESPACE
The namespace for this schema. |
Constructor Summary | |
---|---|
XMPSchemaIptc4xmpCore(XMPMetadata metadata)
Construct a new blank IPTC schema.
| |
XMPSchemaIptc4xmpCore(Element element, String aPrefix)
Constructor from an existing element.
|
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.
|
Parameters: metadata The parent metadata schema that this will be part of.
Parameters: element The XML element. aPrefix The XML prefix; Iptc4xmpCore.
Parameters: scene The IPTC scene.
Parameters: subject The IPTC subject.
Returns: The city.
Returns: The CI country.
Returns: The extended address info.
Returns: The postal code.
Returns: The postal state.
Returns: The work email.
Returns: The work telephone.
Returns: work URL.
Returns: The country code.
Returns: The news genre.
Returns: The location.
Returns: The list of scenes.
Returns: All IPTC subject codes.
Parameters: city The city name.
Parameters: country The CI country.
Parameters: adr Address info.
Parameters: po The postal code.
Parameters: state The postal region
Parameters: email The work email.
Parameters: tel The work telephone.
Parameters: url The work URL.
Parameters: code The country code.
Parameters: genre The news genre.
Parameters: loc The location.