Class XmlSignaturePolicyStore
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSPDocSpecification
eu.europa.esig.dss.diagnostic.jaxb.XmlSignaturePolicyStore
- All Implemented Interfaces:
Serializable
Java class for SignaturePolicyStore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePolicyStore"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/diagnostic}SPDocSpecification"> <sequence> <element name="SigPolDocLocalURI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlSPDocSpecification
description, documentationReferences, id
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the digestAlgoAndValue property.Gets the value of the sigPolDocLocalURI property.void
Sets the value of the digestAlgoAndValue property.void
setSigPolDocLocalURI
(String value) Sets the value of the sigPolDocLocalURI property.Methods inherited from class eu.europa.esig.dss.diagnostic.jaxb.XmlSPDocSpecification
getDescription, getDocumentationReferences, getId, setDescription, setDocumentationReferences, setId
-
Field Details
-
sigPolDocLocalURI
-
digestAlgoAndValue
-
-
Constructor Details
-
XmlSignaturePolicyStore
public XmlSignaturePolicyStore()
-
-
Method Details
-
getSigPolDocLocalURI
Gets the value of the sigPolDocLocalURI property.- Returns:
- possible object is
String
-
setSigPolDocLocalURI
Sets the value of the sigPolDocLocalURI property.- Parameters:
value
- allowed object isString
-
getDigestAlgoAndValue
Gets the value of the digestAlgoAndValue property.- Returns:
- possible object is
XmlDigestAlgoAndValue
-
setDigestAlgoAndValue
Sets the value of the digestAlgoAndValue property.- Parameters:
value
- allowed object isXmlDigestAlgoAndValue
-