Module jpms_dss_diagnostic_data
Class XmlArchiveTimestampHashIndex
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation
eu.europa.esig.dss.diagnostic.jaxb.XmlArchiveTimestampHashIndex
- All Implemented Interfaces:
Serializable
Java class for ArchiveTimestampHashIndex complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArchiveTimestampHashIndex">
<complexContent>
<extension base="{http://dss.esig.europa.eu/validation/diagnostic}StructuralValidation">
<attribute name="version" type="{http://dss.esig.europa.eu/validation/diagnostic}ArchiveTimestampHashIndexVersion" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersionFields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation
messages, valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersionGets the value of the version property.voidsetVersion(eu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersion value) Sets the value of the version property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlStructuralValidation
getMessages, isValid, setValid
-
Field Details
-
version
protected eu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersion version
-
-
Constructor Details
-
XmlArchiveTimestampHashIndex
public XmlArchiveTimestampHashIndex()
-
-
Method Details
-
getVersion
public eu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersion getVersion()Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(eu.europa.esig.dss.enumerations.ArchiveTimestampHashIndexVersion value) Sets the value of the version property.- Parameters:
value- allowed object isString
-