Class XmlConstraintsConclusionWithProofOfExistence
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusionWithProofOfExistence
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XmlValidationProcessArchivalData
,XmlValidationProcessBasicSignature
,XmlValidationProcessLongTermData
public class XmlConstraintsConclusionWithProofOfExistence
extends XmlConstraintsConclusion
implements Serializable
Java class for ConstraintsConclusionWithProofOfExistence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintsConclusionWithProofOfExistence"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <sequence> <element name="ProofOfExistence" type="{http://dss.esig.europa.eu/validation/detailed-report}ProofOfExistence" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
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 proofOfExistence property.void
Sets the value of the proofOfExistence property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
proofOfExistence
-
-
Constructor Details
-
XmlConstraintsConclusionWithProofOfExistence
public XmlConstraintsConclusionWithProofOfExistence()
-
-
Method Details
-
getProofOfExistence
Gets the value of the proofOfExistence property.- Returns:
- possible object is
XmlProofOfExistence
-
setProofOfExistence
Sets the value of the proofOfExistence property.- Parameters:
value
- allowed object isXmlProofOfExistence
-