Module jpms_dss_diagnostic_data
Class XmlCertificateRevocation
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificateRevocation
- All Implemented Interfaces:
Serializable
Java class for CertificateRevocation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CertificateRevocation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Status" type="{http://dss.esig.europa.eu/validation/diagnostic}CertificateStatus"/>
<element name="Reason" type="{http://dss.esig.europa.eu/validation/diagnostic}RevocationReason" minOccurs="0"/>
<element name="RevocationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
<attribute name="Revocation" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected eu.europa.esig.dss.enumerations.RevocationReasonprotected XmlRevocationprotected Dateprotected eu.europa.esig.dss.enumerations.CertificateStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneu.europa.esig.dss.enumerations.RevocationReasonGets the value of the reason property.Gets the value of the revocation property.Gets the value of the revocationDate property.eu.europa.esig.dss.enumerations.CertificateStatusGets the value of the status property.voidsetReason(eu.europa.esig.dss.enumerations.RevocationReason value) Sets the value of the reason property.voidsetRevocation(XmlRevocation value) Sets the value of the revocation property.voidsetRevocationDate(Date value) Sets the value of the revocationDate property.voidsetStatus(eu.europa.esig.dss.enumerations.CertificateStatus value) Sets the value of the status property.
-
Field Details
-
status
protected eu.europa.esig.dss.enumerations.CertificateStatus status -
reason
protected eu.europa.esig.dss.enumerations.RevocationReason reason -
revocationDate
-
revocation
-
-
Constructor Details
-
XmlCertificateRevocation
public XmlCertificateRevocation()
-
-
Method Details
-
getStatus
public eu.europa.esig.dss.enumerations.CertificateStatus getStatus()Gets the value of the status property.- Returns:
- possible object is
String
-
setStatus
public void setStatus(eu.europa.esig.dss.enumerations.CertificateStatus value) Sets the value of the status 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
-
getRevocation
Gets the value of the revocation property.- Returns:
- possible object is
Object
-
setRevocation
Sets the value of the revocation property.- Parameters:
value- allowed object isObject
-