Class XmlQualifier
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlQualifier
- All Implemented Interfaces:
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:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()
Gets the value of the value property.Gets the value of the critical property.void
setCritical
(Boolean value) Sets the value of the critical property.void
Sets the value of the value property.
-
Field Details
-
value
-
critical
-
-
Constructor Details
-
XmlQualifier
public XmlQualifier()
-
-
Method Details
-
getValue
-
setValue
-
isCritical
-
setCritical
-