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