Class XmlInhibitAnyPolicy

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

public class XmlInhibitAnyPolicy extends XmlCertificateExtension implements Serializable

Java class for InhibitAnyPolicy complex type.

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

 <complexType name="InhibitAnyPolicy">
   <complexContent>
     <extension base="{http://dss.esig.europa.eu/validation/diagnostic}CertificateExtension">
       <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}int" />
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • XmlInhibitAnyPolicy

      public XmlInhibitAnyPolicy()
  • Method Details

    • getValue

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

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