Class XmlSAV
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlSAV
- All Implemented Interfaces:
Serializable
Java class for SAV complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SAV"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <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.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.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
cryptographicValidation
-
-
Constructor Details
-
XmlSAV
public XmlSAV()
-
-
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
-