org.apache.jempbox.xmp
public class XMPSchemaPhotoshop extends XMPSchema
Version: $Revision: 1.2 $
Field Summary | |
---|---|
static String | NAMESPACE
The namespace for this schema. |
Constructor Summary | |
---|---|
XMPSchemaPhotoshop(XMPMetadata parent)
Construct a new blank Photoshop schema.
| |
XMPSchemaPhotoshop(Element element, String aPrefix)
Constructor for existing XML element.
|
Method Summary | |
---|---|
void | addSupplementalCategory(String s)
Add a new supplemental category.
|
String | getAuthorsPosition()
By-line title.
|
String | getCaptionWriter()
Writer/editor.
|
String | getCategory()
The category.
|
String | getCity()
The city.
|
String | getCountry()
The country.
|
String | getCredit()
The credit property.
|
String | getDateCreated()
Creation date.
|
String | getHeadline()
Headline.
|
String | getInstructions()
The instructions.
|
String | getSource()
The source.
|
String | getState()
The state.
|
List<String> | getSupplementalCategories()
Get a list of all supplemental categories.
|
String | getTransmissionReference()
The transmission reference.
|
Integer | getUrgency()
The urgency.
|
void | removeSupplementalCategory(String s)
Remove a supplemental category.
|
void | setAuthorsPosition(String s)
By-line title.
|
void | setCaptionWriter(String s)
Writer/editor.
|
void | setCategory(String s)
Category; limited to 3 7-bit characters. |
void | setCity(String s)
The city.
|
void | setCountry(String s)
The country.
|
void | setCredit(String s)
Credit.
|
void | setDateCreated(String s)
Date created; creation date of the source document which may be
earlier than the digital representation.
|
void | setHeadline(String s)
The headline.
|
void | setInstructions(String s)
Instructions.
|
void | setSource(String s)
The source.
|
void | setState(String s)
The state.
|
void | setTransmissionReference(String s)
The transmission reference.
|
void | setUrgency(Integer s)
The urgency.
|
Parameters: parent The parent metadata schema that this will be part of.
Parameters: element The XML element. aPrefix The XML prefix; photoshop.
Parameters: s The supplemental category.
Returns: The authors position.
Returns: The caption writer.
Returns: The category.
Returns: The city.
Returns: The country.
Returns: The credit property.
Returns: The creation date.
Returns: The headline.
Returns: The instructions.
Returns: The source.
Returns: The state.
Returns: The supplemental categories.
Returns: The transmission reference.
Returns: The urgency.
Parameters: s The supplemental category.
Parameters: s The authors position.
Parameters: s The caption writer.
Parameters: s The category.
Parameters: s The city.
Parameters: s The country.
Parameters: s The credit property.
Parameters: s The date created.
Parameters: s The headline.
Parameters: s The instructions.
Parameters: s The source.
Parameters: s The state.
Parameters: s The transmission reference.
Parameters: s The urgency.