Class XmlQualifier

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

public class XmlQualifier extends Object implements Serializable

Java class for Qualifier complex type.

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

 <complexType name="Qualifier">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="critical" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </simpleContent>
 </complexType>
 
See Also: