Package eu.europa.esig.dss.pki.jaxb
Class XmlRevocationType
java.lang.Object
eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
eu.europa.esig.dss.pki.jaxb.XmlRevocationType
- All Implemented Interfaces:
Serializable
Contains revocation status information for a revoked certificate.
Java class for RevocationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationType">
<complexContent>
<extension base="{http://pki-factory.nowina.lu/pki-factory}DateDefinitionType">
<attribute name="reason" type="{http://pki-factory.nowina.lu/pki-factory}RevocationReason" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsFields inherited from class eu.europa.esig.dss.pki.jaxb.XmlDateDefinitionType
day, month, year -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the reason property.voidsetReason(RevocationReason value) Sets the value of the reason property.