Package org.apache.xmpbox.type
Class VersionType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.VersionType
-
public class VersionType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMMENTS
static java.lang.String
EVENT
static java.lang.String
MODIFIER
static java.lang.String
MODIFY_DATE
static java.lang.String
VERSION
-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description VersionType(XMPMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComments()
ResourceEventType
getEvent()
java.lang.String
getModifier()
java.util.Calendar
getModifyDate()
java.lang.String
getVersion()
void
setComments(java.lang.String value)
void
setEvent(ResourceEventType value)
void
setModifier(java.lang.String value)
void
setModifyDate(java.util.Calendar value)
void
setVersion(java.lang.String value)
-
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
-
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
-
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
-
-
-
Field Detail
-
COMMENTS
public static final java.lang.String COMMENTS
- See Also:
- Constant Field Values
-
EVENT
public static final java.lang.String EVENT
- See Also:
- Constant Field Values
-
MODIFIER
public static final java.lang.String MODIFIER
- See Also:
- Constant Field Values
-
MODIFY_DATE
public static final java.lang.String MODIFY_DATE
- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VersionType
public VersionType(XMPMetadata metadata)
- Parameters:
metadata
- The metadata to attach to this property
-
-
Method Detail
-
getComments
public java.lang.String getComments()
-
setComments
public void setComments(java.lang.String value)
-
getEvent
public ResourceEventType getEvent()
-
setEvent
public void setEvent(ResourceEventType value)
-
getModifyDate
public java.util.Calendar getModifyDate()
-
setModifyDate
public void setModifyDate(java.util.Calendar value)
-
getVersion
public java.lang.String getVersion()
-
setVersion
public void setVersion(java.lang.String value)
-
getModifier
public java.lang.String getModifier()
-
setModifier
public void setModifier(java.lang.String value)
-
-