public class ResourceEventType extends AbstractStructuredType
Modifier and Type | Field and Description |
---|---|
static String |
ACTION |
static String |
CHANGED |
static String |
INSTANCE_ID |
static String |
PARAMETERS |
static String |
SOFTWARE_AGENT |
static String |
WHEN |
STRUCTURE_ARRAY_NAME
Constructor and Description |
---|
ResourceEventType(XMPMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
String |
getChanged() |
String |
getInstanceID() |
String |
getParameters() |
String |
getSoftwareAgent() |
Calendar |
getWhen() |
void |
setAction(String value) |
void |
setChanged(String value) |
void |
setInstanceID(String value) |
void |
setParameters(String value) |
void |
setSoftwareAgent(String value) |
void |
setWhen(Calendar value) |
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 ACTION
public static final String CHANGED
public static final String INSTANCE_ID
public static final String PARAMETERS
public static final String SOFTWARE_AGENT
public static final String WHEN
public ResourceEventType(XMPMetadata metadata)
metadata
- The metadata to attach to this propertypublic String getInstanceID()
public void setInstanceID(String value)
public String getSoftwareAgent()
public void setSoftwareAgent(String value)
public Calendar getWhen()
public void setWhen(Calendar value)
public String getAction()
public void setAction(String value)
public String getChanged()
public void setChanged(String value)
public String getParameters()
public void setParameters(String value)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.