public interface Contains extends AknObject
The attribute contains is used in the root of document types to indicate whether the document is original or modified wrt the orignal version.
<xsd:attributeGroup name="contains">
<xsd:attribute name="contains" type="versionType" default="originalVersion"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
VersionType |
getContains() |
void |
setContains(VersionType versionType) |
attributes, compare, name, nestedCompareread, writeVersionType getContains()
void setContains(VersionType versionType)
Copyright © 2017. All rights reserved.