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
Modifier and TypeFieldDescriptionprotected String
protected RevocationReason
protected Date
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the certificateId property.Gets the value of the reason property.Gets the value of the revocationDate property.Gets the value of the revocationId property.void
setCertificateId
(String value) Sets the value of the certificateId property.void
setReason
(RevocationReason value) Sets the value of the reason property.void
setRevocationDate
(Date value) Sets the value of the revocationDate property.void
setRevocationId
(String value) Sets the value of the revocationId property.
-
Field Details
-
certificateId
-
revocationId
-
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
Gets the value of the reason property.- Returns:
- possible object is
String
-
setReason
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
-