Module jpms_dss_detailed_report
Class XmlRevocationInformation
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlRevocationInformation
- All Implemented Interfaces:
Serializable
Java class for RevocationInformation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationInformation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CertificateId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RevocationId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Reason" type="{http://dss.esig.europa.eu/validation/detailed-report}RevocationReason" minOccurs="0"/>
<element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateId property.eu.europa.esig.dss.enumerations.RevocationReasonGets the value of the reason property.Gets the value of the revocationDate property.Gets the value of the revocationId property.voidsetCertificateId(String value) Sets the value of the certificateId property.voidsetReason(eu.europa.esig.dss.enumerations.RevocationReason value) Sets the value of the reason property.voidsetRevocationDate(Date value) Sets the value of the revocationDate property.voidsetRevocationId(String value) Sets the value of the revocationId property.
-
Field Details
-
certificateId
-
revocationId
-
reason
protected eu.europa.esig.dss.enumerations.RevocationReason reason -
revocationDate
-
-
Constructor Details
-
XmlRevocationInformation
public XmlRevocationInformation()
-
-
Method Details
-
getCertificateId
Gets the value of the certificateId property.- Returns:
- possible object is
String
-
setCertificateId
Sets the value of the certificateId property.- Parameters:
value- allowed object isString
-
getRevocationId
Gets the value of the revocationId property.- Returns:
- possible object is
String
-
setRevocationId
Sets the value of the revocationId property.- Parameters:
value- allowed object isString
-
getReason
public eu.europa.esig.dss.enumerations.RevocationReason getReason()Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
public void setReason(eu.europa.esig.dss.enumerations.RevocationReason value) Sets the value of the reason 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
-