Class XmlValidationPolicy

java.lang.Object
eu.europa.esig.dss.simplereport.jaxb.XmlValidationPolicy
All Implemented Interfaces:
Serializable

public class XmlValidationPolicy extends Object implements Serializable

Java class for ValidationPolicy complex type.

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

 <complexType name="ValidationPolicy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PolicyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PolicyDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: