Class XmlSAV
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlSAV
-
- All Implemented Interfaces:
Serializable
public class XmlSAV extends XmlConstraintsConclusion implements 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="CryptographicInfo" type="{http://dss.esig.europa.eu/validation/detailed-report}CryptographicInformation"/> </sequence> <attribute name="ValidationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected XmlCryptographicInformationcryptographicInfoprotected DatevalidationTime-
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
-
Constructor Summary
Constructors Constructor Description XmlSAV()
-
Method Summary
Modifier and Type Method Description XmlCryptographicInformationgetCryptographicInfo()Gets the value of the cryptographicInfo property.DategetValidationTime()Gets the value of the validationTime property.voidsetCryptographicInfo(XmlCryptographicInformation value)Sets the value of the cryptographicInfo property.voidsetValidationTime(Date value)Sets the value of the validationTime property.-
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
-
-
-
Field Detail
-
cryptographicInfo
protected XmlCryptographicInformation cryptographicInfo
-
validationTime
protected Date validationTime
-
-
Method Detail
-
getCryptographicInfo
public XmlCryptographicInformation getCryptographicInfo()
Gets the value of the cryptographicInfo property.- Returns:
- possible object is
XmlCryptographicInformation
-
setCryptographicInfo
public void setCryptographicInfo(XmlCryptographicInformation value)
Sets the value of the cryptographicInfo property.- Parameters:
value- allowed object isXmlCryptographicInformation
-
getValidationTime
public Date getValidationTime()
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
-