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 XmlCryptographicInformation
cryptographicInfo
protected Date
validationTime
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 XmlCryptographicInformation
getCryptographicInfo()
Gets the value of the cryptographicInfo property.Date
getValidationTime()
Gets the value of the validationTime property.void
setCryptographicInfo(XmlCryptographicInformation value)
Sets the value of the cryptographicInfo property.void
setValidationTime(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 Details
-
Constructor Details
-
XmlSAV
public XmlSAV()
-
-
Method Details
-
getCryptographicInfo
Gets the value of the cryptographicInfo property.- Returns:
- possible object is
XmlCryptographicInformation
-
setCryptographicInfo
Sets the value of the cryptographicInfo property.- Parameters:
value
- allowed object isXmlCryptographicInformation
-
getValidationTime
Gets the value of the validationTime property.- Returns:
- possible object is
String
-
setValidationTime
Sets the value of the validationTime property.- Parameters:
value
- allowed object isString
-