|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jempbox.xmp.XMPSchema
org.apache.jempbox.xmp.XMPSchemaPhotoshop
public class XMPSchemaPhotoshop
Define XMP properties used with Adobe Photoshop documents.
Field Summary | |
---|---|
static String |
NAMESPACE
The namespace for this schema. |
Fields inherited from class org.apache.jempbox.xmp.XMPSchema |
---|
NS_NAMESPACE, prefix, schema |
Constructor Summary | |
---|---|
XMPSchemaPhotoshop(Element element,
String aPrefix)
Constructor for existing XML element. |
|
XMPSchemaPhotoshop(XMPMetadata parent)
Construct a new blank Photoshop schema. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMESPACE
Constructor Detail |
---|
public XMPSchemaPhotoshop(XMPMetadata parent)
parent
- The parent metadata schema that this will be part of.public XMPSchemaPhotoshop(Element element, String aPrefix)
element
- The XML element.aPrefix
- The XML prefix; photoshop.Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |