Class XmlValAssuredShortTermCertificate

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

public class XmlValAssuredShortTermCertificate extends XmlCertificateExtension implements Serializable

Java class for ValAssuredShortTermCertificate complex type.

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

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

    • present

      protected Boolean present
  • Constructor Details

    • XmlValAssuredShortTermCertificate

      public XmlValAssuredShortTermCertificate()
  • Method Details

    • isPresent

      public Boolean isPresent()
      Gets the value of the present property.
      Returns:
      possible object is Boolean
    • setPresent

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