Class XmlValidationProcessEvidenceRecord
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithProofOfExistence
eu.europa.esig.dss.detailedreport.jaxb.XmlValidationProcessEvidenceRecord
- All Implemented Interfaces:
Serializable
public class XmlValidationProcessEvidenceRecord
extends XmlConstraintsConclusionWithProofOfExistence
implements Serializable
Java class for ValidationProcessEvidenceRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationProcessEvidenceRecord"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusionWithProofOfExistence"> <sequence> <element name="CryptographicValidation" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicValidation"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithProofOfExistence
proofOfExistence
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cryptographicValidation property.void
Sets the value of the cryptographicValidation property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithProofOfExistence
getProofOfExistence, setProofOfExistence
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
cryptographicValidation
-
-
Constructor Details
-
XmlValidationProcessEvidenceRecord
public XmlValidationProcessEvidenceRecord()
-
-
Method Details
-
getCryptographicValidation
Gets the value of the cryptographicValidation property.- Returns:
- possible object is
XmlCryptographicValidation
-
setCryptographicValidation
Sets the value of the cryptographicValidation property.- Parameters:
value
- allowed object isXmlCryptographicValidation
-