Class XmlSignaturePolicyStore

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlSPDocSpecification
eu.europa.esig.dss.diagnostic.jaxb.XmlSignaturePolicyStore
All Implemented Interfaces:
Serializable

public class XmlSignaturePolicyStore extends XmlSPDocSpecification implements 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 Details

  • Constructor Details

    • XmlSignaturePolicyStore

      public XmlSignaturePolicyStore()
  • Method Details

    • getSigPolDocLocalURI

      public String getSigPolDocLocalURI()
      Gets the value of the sigPolDocLocalURI property.
      Returns:
      possible object is String
    • setSigPolDocLocalURI

      public void setSigPolDocLocalURI(String value)
      Sets the value of the sigPolDocLocalURI property.
      Parameters:
      value - allowed object is String
    • getDigestAlgoAndValue

      public XmlDigestAlgoAndValue getDigestAlgoAndValue()
      Gets the value of the digestAlgoAndValue property.
      Returns:
      possible object is XmlDigestAlgoAndValue
    • setDigestAlgoAndValue

      public void setDigestAlgoAndValue(XmlDigestAlgoAndValue value)
      Sets the value of the digestAlgoAndValue property.
      Parameters:
      value - allowed object is XmlDigestAlgoAndValue