Class XmlRevocationInformation
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlRevocationInformation
- All Implemented Interfaces:
Serializable
public class XmlRevocationInformation extends Object implements 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:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
certificateId
protected RevocationReason
reason
protected Date
revocationDate
protected String
revocationId
-
Constructor Summary
Constructors Constructor Description XmlRevocationInformation()
-
Method Summary
Modifier and Type Method Description String
getCertificateId()
Gets the value of the certificateId property.RevocationReason
getReason()
Gets the value of the reason property.Date
getRevocationDate()
Gets the value of the revocationDate property.String
getRevocationId()
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
-
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
-