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 StringcertificateIdprotected RevocationReasonreasonprotected DaterevocationDateprotected StringrevocationId -
Constructor Summary
Constructors Constructor Description XmlRevocationInformation() -
Method Summary
Modifier and Type Method Description StringgetCertificateId()Gets the value of the certificateId property.RevocationReasongetReason()Gets the value of the reason property.DategetRevocationDate()Gets the value of the revocationDate property.StringgetRevocationId()Gets the value of the revocationId property.voidsetCertificateId(String value)Sets the value of the certificateId property.voidsetReason(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
-
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
-