public final class Version extends ComplexTypeBase
Describes 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 or sets the comments.
|
Date |
getModifiedDate()
Gets or sets the modified date.
|
String |
getModifier()
Gets or sets the modifier.
|
ResourceEvent |
getVersionEvent()
Gets or sets the
ResourceEvent . |
String |
getVersionText()
Gets or sets the version text.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setComments(String value)
Gets or sets the comments.
|
void |
setModifiedDate(Date value)
Gets or sets the modified date.
|
void |
setModifier(String value)
Gets or sets the modifier.
|
void |
setVersionEvent(ResourceEvent value)
Gets or sets the
ResourceEvent . |
void |
setVersionText(String value)
Gets or sets the version text.
|
add_internalized, getNamespaceUri, getPrefix
public String getComments()
Gets or sets the comments.
Value: The comments.public void setComments(String value)
Gets or sets the comments.
Value: The comments.public ResourceEvent getVersionEvent()
Gets or sets the ResourceEvent
.
public void setVersionEvent(ResourceEvent value)
Gets or sets the ResourceEvent
.
public String getModifier()
Gets or sets the modifier.
Value: The modifier.public void setModifier(String value)
Gets or sets the modifier.
Value: The modifier.public Date getModifiedDate()
Gets or sets the modified date.
Value: The modified date.public void setModifiedDate(Date value)
Gets or sets the modified date.
Value: The modified date.public String getVersionText()
Gets or sets the version text.
Value: The version text.public void setVersionText(String value)
Gets or sets the version text.
Value: The version text.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class ComplexTypeBase
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.