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="UserNotice" type="{http://dss.esig.europa.eu/validation/diagnostic}UserNotice" minOccurs="0"/>
         <element name="DocSpecification" type="{http://dss.esig.europa.eu/validation/diagnostic}SPDocSpecification" minOccurs="0"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Identified" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="DocumentationReferences" type="{http://dss.esig.europa.eu/validation/diagnostic}DocumentationReferences" minOccurs="0"/>
         <element name="ProcessingError" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DigestAlgoAndValue" type="{http://dss.esig.europa.eu/validation/diagnostic}PolicyDigestAlgoAndValue" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: