public final class Version extends XmpComplexType
Represents one version of a document.
Constructor and Description |
---|
Version()
Initializes a new instance of the
Version class. |
Modifier and Type | Method and Description |
---|---|
String |
getComments()
Gets comments.
|
Date |
getModifiedDate()
Gets modified date.
|
String |
getModifier()
Gets modifier.
|
ResourceEvent |
getVersionEvent()
Gets
ResourceEvent . |
String |
getVersionText()
Gets version text.
|
String |
getXmpRepresentation()
Gets XMP representation.
|
void |
setComments(String value)
Sets comments.
|
void |
setModifiedDate(Date value)
Sets modified date.
|
void |
setModifier(String value)
Sets modifier.
|
void |
setVersionEvent(ResourceEvent value)
Sets
ResourceEvent . |
void |
setVersionText(String value)
Sets version text.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final String getComments()
Gets comments.
public final void setComments(String value)
Sets comments.
value
- Comments.public final ResourceEvent getVersionEvent()
Gets ResourceEvent
.
public final void setVersionEvent(ResourceEvent value)
Sets ResourceEvent
.
value
- The version event.public final String getModifier()
Gets modifier.
public final void setModifier(String value)
Sets modifier.
value
- The modifier.public final Date getModifiedDate()
Gets modified date.
public final void setModifiedDate(Date value)
Sets modified date.
value
- The modified date.public final String getVersionText()
Gets version text.
public final void setVersionText(String value)
Sets version text.
value
- The version text.public String getXmpRepresentation()
Gets XMP representation.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpComplexType
string
contained XMP representation.Copyright © 2018. All rights reserved.