Class XmlPolicy

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

public class XmlPolicy
extends Object
implements Serializable

Java class for Policy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Policy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Notice" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ZeroHash" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}DigestAlgoAndValue" minOccurs="0"/>
         <element name="Asn1Processable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Transformations" type="{http://dss.esig.europa.eu/validation/diagnostic}Transformations" minOccurs="0"/>
         <element name="Identified" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ProcessingError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigestAlgorithmsEqual" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="DocumentationReferences" type="{http://dss.esig.europa.eu/validation/diagnostic}DocumentationReferences" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form
  • Field Details

    • id

      protected String id
    • url

      protected String url
    • description

      protected String description
    • notice

      protected String notice
    • zeroHash

      protected Boolean zeroHash
    • digestAlgoAndValue

      protected XmlDigestAlgoAndValue digestAlgoAndValue
    • asn1Processable

      protected Boolean asn1Processable
    • transformations

      protected List<String> transformations
    • identified

      protected Boolean identified
    • status

      protected Boolean status
    • processingError

      protected String processingError
    • digestAlgorithmsEqual

      protected Boolean digestAlgorithmsEqual
    • documentationReferences

      protected List<String> documentationReferences
  • Constructor Details

    • XmlPolicy

      public XmlPolicy()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId​(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl​(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription​(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getNotice

      public String getNotice()
      Gets the value of the notice property.
      Returns:
      possible object is String
    • setNotice

      public void setNotice​(String value)
      Sets the value of the notice property.
      Parameters:
      value - allowed object is String
    • isZeroHash

      public Boolean isZeroHash()
      Gets the value of the zeroHash property.
      Returns:
      possible object is Boolean
    • setZeroHash

      public void setZeroHash​(Boolean value)
      Sets the value of the zeroHash property.
      Parameters:
      value - allowed object is Boolean
    • 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
    • isAsn1Processable

      public Boolean isAsn1Processable()
      Gets the value of the asn1Processable property.
      Returns:
      possible object is Boolean
    • setAsn1Processable

      public void setAsn1Processable​(Boolean value)
      Sets the value of the asn1Processable property.
      Parameters:
      value - allowed object is Boolean
    • isIdentified

      public Boolean isIdentified()
      Gets the value of the identified property.
      Returns:
      possible object is Boolean
    • setIdentified

      public void setIdentified​(Boolean value)
      Sets the value of the identified property.
      Parameters:
      value - allowed object is Boolean
    • isStatus

      public Boolean isStatus()
      Gets the value of the status property.
      Returns:
      possible object is Boolean
    • setStatus

      public void setStatus​(Boolean value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is Boolean
    • getProcessingError

      public String getProcessingError()
      Gets the value of the processingError property.
      Returns:
      possible object is String
    • setProcessingError

      public void setProcessingError​(String value)
      Sets the value of the processingError property.
      Parameters:
      value - allowed object is String
    • isDigestAlgorithmsEqual

      public Boolean isDigestAlgorithmsEqual()
      Gets the value of the digestAlgorithmsEqual property.
      Returns:
      possible object is Boolean
    • setDigestAlgorithmsEqual

      public void setDigestAlgorithmsEqual​(Boolean value)
      Sets the value of the digestAlgorithmsEqual property.
      Parameters:
      value - allowed object is Boolean
    • getTransformations

      public List<String> getTransformations()
    • setTransformations

      public void setTransformations​(List<String> transformations)
    • getDocumentationReferences

      public List<String> getDocumentationReferences()
    • setDocumentationReferences

      public void setDocumentationReferences​(List<String> documentationReferences)