Class XmlRevocation
- java.lang.Object
-
- eu.europa.esig.dss.simplecertificatereport.jaxb.XmlRevocation
-
- All Implemented Interfaces:
Serializable
public class XmlRevocation extends Object implements 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="productionDate" 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DateproductionDateprotected DaterevocationDateprotected RevocationReasonrevocationReason
-
Constructor Summary
Constructors Constructor Description XmlRevocation()
-
Method Summary
Modifier and Type Method Description DategetProductionDate()Gets the value of the productionDate property.DategetRevocationDate()Gets the value of the revocationDate property.RevocationReasongetRevocationReason()Gets the value of the revocationReason property.voidsetProductionDate(Date value)Sets the value of the productionDate property.voidsetRevocationDate(Date value)Sets the value of the revocationDate property.voidsetRevocationReason(RevocationReason value)Sets the value of the revocationReason property.
-
-
-
Field Detail
-
productionDate
protected Date productionDate
-
revocationDate
protected Date revocationDate
-
revocationReason
protected RevocationReason revocationReason
-
-
Method Detail
-
getProductionDate
public Date getProductionDate()
Gets the value of the productionDate property.- Returns:
- possible object is
String
-
setProductionDate
public void setProductionDate(Date value)
Sets the value of the productionDate property.- Parameters:
value- allowed object isString
-
getRevocationDate
public Date getRevocationDate()
Gets the value of the revocationDate property.- Returns:
- possible object is
String
-
setRevocationDate
public void setRevocationDate(Date value)
Sets the value of the revocationDate property.- Parameters:
value- allowed object isString
-
getRevocationReason
public RevocationReason getRevocationReason()
Gets the value of the revocationReason property.- Returns:
- possible object is
String
-
setRevocationReason
public void setRevocationReason(RevocationReason value)
Sets the value of the revocationReason property.- Parameters:
value- allowed object isString
-
-