Class XmlRevocation
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlRevocation
- All Implemented Interfaces:
Serializable
Java class for Revocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Revocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="thisUpdate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="revocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="revocationReason" type="{http://dss.esig.europa.eu/validation/simple-certificate-report}RevocationReason" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the revocationDate property.eu.europa.esig.dss.enumerations.RevocationReasonGets the value of the revocationReason property.Gets the value of the thisUpdate property.voidsetRevocationDate(Date value) Sets the value of the revocationDate property.voidsetRevocationReason(eu.europa.esig.dss.enumerations.RevocationReason value) Sets the value of the revocationReason property.voidsetThisUpdate(Date value) Sets the value of the thisUpdate property.
-
Field Details
-
thisUpdate
-
revocationDate
-
revocationReason
protected eu.europa.esig.dss.enumerations.RevocationReason revocationReason
-
-
Constructor Details
-
XmlRevocation
public XmlRevocation()
-
-
Method Details
-
getThisUpdate
Gets the value of the thisUpdate property.- Returns:
- possible object is
String
-
setThisUpdate
Sets the value of the thisUpdate property.- Parameters:
value- allowed object isString
-
getRevocationDate
Gets the value of the revocationDate property.- Returns:
- possible object is
String
-
setRevocationDate
Sets the value of the revocationDate property.- Parameters:
value- allowed object isString
-
getRevocationReason
public eu.europa.esig.dss.enumerations.RevocationReason getRevocationReason()Gets the value of the revocationReason property.- Returns:
- possible object is
String
-
setRevocationReason
public void setRevocationReason(eu.europa.esig.dss.enumerations.RevocationReason value) Sets the value of the revocationReason property.- Parameters:
value- allowed object isString
-