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:
  • Field Details

    • value

      protected String value
    • critical

      protected Boolean critical
  • Constructor Details

    • XmlQualifier

      public XmlQualifier()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • isCritical

      public Boolean isCritical()
      Gets the value of the critical property.
      Returns:
      possible object is Boolean
    • setCritical

      public void setCritical(Boolean value)
      Sets the value of the critical property.
      Parameters:
      value - allowed object is Boolean