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.
|
getNamespaceUri, getPrefix
public String getComments()
Gets or sets 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
.
value
- The version event.public String getModifier()
Gets or sets the modifier.
public void setModifier(String value)
Gets or sets the modifier.
value
- The modifier.public Date getModifiedDate()
Gets or sets 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.
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