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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected XmlProofOfExistence
proofOfExistence
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
Constructors Constructor Description XmlConstraintsConclusionWithProofOfExistence()
-
Method Summary
Modifier and Type Method Description XmlProofOfExistence
getProofOfExistence()
Gets the value of the proofOfExistence property.void
setProofOfExistence(XmlProofOfExistence value)
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
-
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
-