XmpVersion
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpComplexType
public final class XmpVersion extends XmpComplexType
Represents a version of a document.
| Constructor | Description |
|---|---|
| XmpVersion() | Initializes a new instance of the XmpVersion class. |
| Method | Description |
|---|---|
| getComments() | Gets the comments concerning what was changed. |
| setComments(String value) | Sets the comments concerning what was changed. |
| getEvent() | Gets the high-level, formal description of what operation the user performed. |
| setEvent(XmpResourceEvent value) | Sets the high-level, formal description of what operation the user performed. |
| getModifier() | Gets the person who modified this version. |
| setModifier(String value) | Sets the person who modified this version. |
| getModifyDate() | Gets the date on which this version was checked in. |
| setModifyDate(Date value) | Sets the date on which this version was checked in. |
| getVersionNumber() | Gets the new version number. |
| setVersionNumber(String value) | Sets the new version number. |
public XmpVersion()
Initializes a new instance of the XmpVersion class.
public final String getComments()
Gets the comments concerning what was changed.
Returns: java.lang.String - The comments concerning what was changed.
public final void setComments(String value)
Sets the comments concerning what was changed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The comments concerning what was changed. |
public final XmpResourceEvent getEvent()
Gets the high-level, formal description of what operation the user performed.
Returns: XmpResourceEvent - The high-level, formal description of what operation the user performed.
public final void setEvent(XmpResourceEvent value)
Sets the high-level, formal description of what operation the user performed.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | XmpResourceEvent | The high-level, formal description of what operation the user performed. |
public final String getModifier()
Gets the person who modified this version.
Returns: java.lang.String - The person who modified this version.
public final void setModifier(String value)
Sets the person who modified this version.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The person who modified this version. |
public final Date getModifyDate()
Gets the date on which this version was checked in.
Returns: java.util.Date - The date on which this version was checked in.
public final void setModifyDate(Date value)
Sets the date on which this version was checked in.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.util.Date | The date on which this version was checked in. |
public final String getVersionNumber()
Gets the new version number.
Returns: java.lang.String - The new version number.
public final void setVersionNumber(String value)
Sets the new version number.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The new version number. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.