public class XMPSchemaPhotoshop extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
NAMESPACE
The namespace for this schema.
|
NS_NAMESPACE, prefix, schema
Constructor and Description |
---|
XMPSchemaPhotoshop(Element element,
String aPrefix)
Constructor for existing XML element.
|
XMPSchemaPhotoshop(XMPMetadata parent)
Construct a new blank Photoshop schema.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 XMPSchemaPhotoshop(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public void setAuthorsPosition(String s)
s
- The authors position.public String getAuthorsPosition()
public void setCaptionWriter(String s)
s
- The caption writer.public String getCaptionWriter()
public void setCategory(String s)
s
- The category.public String getCategory()
public void setCity(String s)
s
- The city.public String getCity()
public void setCountry(String s)
s
- The country.public String getCountry()
public void setCredit(String s)
s
- The credit property.public String getCredit()
public void setDateCreated(String s)
s
- The date created.public String getDateCreated()
public void setHeadline(String s)
s
- The headline.public String getHeadline()
public void setInstructions(String s)
s
- The instructions.public String getInstructions()
public void setSource(String s)
s
- The source.public String getSource()
public void setState(String s)
s
- The state.public String getState()
public void addSupplementalCategory(String s)
s
- The supplemental category.public List<String> getSupplementalCategories()
public void removeSupplementalCategory(String s)
s
- The supplemental category.public void setTransmissionReference(String s)
s
- The transmission reference.public String getTransmissionReference()
public void setUrgency(Integer s)
s
- The urgency.public Integer getUrgency()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.