public class PhotoshopSchema extends XMPSchema
Modifier and Type | Field and Description |
---|---|
static String |
ANCESTORID |
static String |
AUTHORS_POSITION |
static String |
CAPTION_WRITER |
static String |
CATEGORY |
static String |
CITY |
static String |
COLOR_MODE |
static String |
COUNTRY |
static String |
CREDIT |
static String |
DATE_CREATED |
static String |
DOCUMENT_ANCESTORS |
static String |
HEADLINE |
static String |
HISTORY |
static String |
ICC_PROFILE |
static String |
INSTRUCTIONS |
static String |
SOURCE |
static String |
STATE |
static String |
SUPPLEMENTAL_CATEGORIES |
static String |
TEXT_LAYERS |
static String |
TRANSMISSION_REFERENCE |
static String |
URGENCY |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
PhotoshopSchema(XMPMetadata metadata) |
PhotoshopSchema(XMPMetadata metadata,
String ownPrefix) |
addBagValue, addBagValueAsSimple, addQualifiedBagValue, addSequenceDateValueAsSimple, addUnqualifiedSequenceDateValue, addUnqualifiedSequenceValue, addUnqualifiedSequenceValue, getAboutAttribute, getAboutValue, getAbstractProperty, getBooleanProperty, getBooleanPropertyValue, getBooleanPropertyValueAsSimple, getDateProperty, getDatePropertyValue, getDatePropertyValueAsSimple, getIntegerProperty, getIntegerPropertyValue, getIntegerPropertyValueAsSimple, getUnqualifiedArrayList, getUnqualifiedBagValueList, getUnqualifiedLanguagePropertyLanguagesValue, getUnqualifiedLanguagePropertyValue, getUnqualifiedSequenceDateValueList, getUnqualifiedSequenceValueList, getUnqualifiedTextProperty, getUnqualifiedTextPropertyValue, instanciateSimple, merge, removeUnqualifiedArrayValue, removeUnqualifiedBagValue, removeUnqualifiedSequenceDateValue, removeUnqualifiedSequenceValue, removeUnqualifiedSequenceValue, reorganizeAltOrder, setAbout, setAboutAsSimple, setBooleanProperty, setBooleanPropertyValue, setBooleanPropertyValueAsSimple, setDateProperty, setDatePropertyValue, setDatePropertyValueAsSimple, setIntegerProperty, setIntegerPropertyValue, setIntegerPropertyValueAsSimple, setTextProperty, setTextPropertyValue, setTextPropertyValueAsSimple, setUnqualifiedLanguagePropertyValue
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
public static final String ANCESTORID
public static final String AUTHORS_POSITION
public static final String CAPTION_WRITER
public static final String CATEGORY
public static final String CITY
public static final String COLOR_MODE
public static final String COUNTRY
public static final String CREDIT
public static final String DATE_CREATED
public static final String DOCUMENT_ANCESTORS
public static final String HEADLINE
public static final String HISTORY
public static final String ICC_PROFILE
public static final String INSTRUCTIONS
public static final String SOURCE
public static final String STATE
public static final String SUPPLEMENTAL_CATEGORIES
public static final String TEXT_LAYERS
public static final String TRANSMISSION_REFERENCE
public static final String URGENCY
public PhotoshopSchema(XMPMetadata metadata)
public PhotoshopSchema(XMPMetadata metadata, String ownPrefix)
public URIType getAncestorIDProperty()
public String getAncestorID()
public void setAncestorID(String text)
public void setAncestorIDProperty(URIType text)
public TextType getAuthorsPositionProperty()
public String getAuthorsPosition()
public void setAuthorsPosition(String text)
public void setAuthorsPositionProperty(TextType text)
public TextType getCaptionWriterProperty()
public String getCaptionWriter()
public void setCaptionWriter(String text)
public void setCaptionWriterProperty(ProperNameType text)
public TextType getCategoryProperty()
public String getCategory()
public void setCategory(String text)
public void setCategoryProperty(TextType text)
public TextType getCityProperty()
public String getCity()
public void setCity(String text)
public void setCityProperty(TextType text)
public IntegerType getColorModeProperty()
public Integer getColorMode()
public void setColorMode(String text)
public void setColorModeProperty(IntegerType text)
public TextType getCountryProperty()
public String getCountry()
public void setCountry(String text)
public void setCountryProperty(TextType text)
public TextType getCreditProperty()
public String getCredit()
public void setCredit(String text)
public void setCreditProperty(TextType text)
public DateType getDateCreatedProperty()
public String getDateCreated()
public void setDateCreated(String text)
public void setDateCreatedProperty(DateType text)
public void addDocumentAncestors(String text)
public ArrayProperty getDocumentAncestorsProperty()
public TextType getHeadlineProperty()
public String getHeadline()
public void setHeadline(String text)
public void setHeadlineProperty(TextType text)
public TextType getHistoryProperty()
public String getHistory()
public void setHistory(String text)
public void setHistoryProperty(TextType text)
public TextType getICCProfileProperty()
public String getICCProfile()
public void setICCProfile(String text)
public void setICCProfileProperty(TextType text)
public TextType getInstructionsProperty()
public String getInstructions()
public void setInstructions(String text)
public void setInstructionsProperty(TextType text)
public TextType getSourceProperty()
public String getSource()
public void setSource(String text)
public void setSourceProperty(TextType text)
public TextType getStateProperty()
public String getState()
public void setState(String text)
public void setStateProperty(TextType text)
public TextType getSupplementalCategoriesProperty()
public String getSupplementalCategories()
public void setSupplementalCategories(String text)
public void setSupplementalCategoriesProperty(TextType text)
public List<LayerType> getTextLayers() throws BadFieldValueException
BadFieldValueException
public TextType getTransmissionReferenceProperty()
public String getTransmissionReference()
public void setTransmissionReference(String text)
public void setTransmissionReferenceProperty(TextType text)
public IntegerType getUrgencyProperty()
public Integer getUrgency()
public void setUrgency(String s)
public void setUrgency(Integer s)
public void setUrgencyProperty(IntegerType text)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.