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,XmlValidationProcessBasicSignatures,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 XmlProofOfExistenceproofOfExistence-
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 XmlProofOfExistencegetProofOfExistence()Gets the value of the proofOfExistence property.voidsetProofOfExistence(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 Detail
-
proofOfExistence
protected XmlProofOfExistence proofOfExistence
-
-
Method Detail
-
getProofOfExistence
public XmlProofOfExistence getProofOfExistence()
Gets the value of the proofOfExistence property.- Returns:
- possible object is
XmlProofOfExistence
-
setProofOfExistence
public void setProofOfExistence(XmlProofOfExistence value)
Sets the value of the proofOfExistence property.- Parameters:
value- allowed object isXmlProofOfExistence
-
-