Class XmlNoRevAvail
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateExtension
eu.europa.esig.dss.diagnostic.jaxb.XmlNoRevAvail
- All Implemented Interfaces:
Serializable
Java class for NoRevAvail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoRevAvail">
<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 Summary
FieldsFields inherited from class XmlCertificateExtension
critical, description, octets, oid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the present property.voidsetPresent(Boolean value) Sets the value of the present property.Methods inherited from class XmlCertificateExtension
getDescription, getOctets, getOID, isCritical, setCritical, setDescription, setOctets, setOID
-
Field Details
-
present
-
-
Constructor Details
-
XmlNoRevAvail
public XmlNoRevAvail()
-
-
Method Details
-
isPresent
-
setPresent
-