Class RevocationStatusInformationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.RevocationStatusInformationType
- All Implemented Interfaces:
Serializable
public class RevocationStatusInformationType extends Object implements Serializable
Java class for RevocationStatusInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RevocationStatusInformationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ValidationObjectId" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType"/>
<element name="RevocationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="RevocationReason" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="RevocationObject" type="{http://uri.etsi.org/19102/v1.2.1#}VOReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected VOReferenceTyperevocationObjectprotected eu.europa.esig.dss.enumerations.RevocationReasonrevocationReasonprotected DaterevocationTimeprotected VOReferenceTypevalidationObjectId -
Constructor Summary
Constructors Constructor Description RevocationStatusInformationType() -
Method Summary
Modifier and Type Method Description VOReferenceTypegetRevocationObject()Gets the value of the revocationObject property.eu.europa.esig.dss.enumerations.RevocationReasongetRevocationReason()Gets the value of the revocationReason property.DategetRevocationTime()Gets the value of the revocationTime property.VOReferenceTypegetValidationObjectId()Gets the value of the validationObjectId property.voidsetRevocationObject(VOReferenceType value)Sets the value of the revocationObject property.voidsetRevocationReason(eu.europa.esig.dss.enumerations.RevocationReason value)Sets the value of the revocationReason property.voidsetRevocationTime(Date value)Sets the value of the revocationTime property.voidsetValidationObjectId(VOReferenceType value)Sets the value of the validationObjectId property.
-
Field Details
-
validationObjectId
-
revocationTime
-
revocationReason
protected eu.europa.esig.dss.enumerations.RevocationReason revocationReason -
revocationObject
-
-
Constructor Details
-
RevocationStatusInformationType
public RevocationStatusInformationType()
-
-
Method Details
-
getValidationObjectId
Gets the value of the validationObjectId property.- Returns:
- possible object is
VOReferenceType
-
setValidationObjectId
Sets the value of the validationObjectId property.- Parameters:
value- allowed object isVOReferenceType
-
getRevocationTime
Gets the value of the revocationTime property.- Returns:
- possible object is
String
-
setRevocationTime
Sets the value of the revocationTime property.- Parameters:
value- allowed object isString
-
getRevocationReason
public eu.europa.esig.dss.enumerations.RevocationReason getRevocationReason()Gets the value of the revocationReason property.- Returns:
- possible object is
String
-
setRevocationReason
public void setRevocationReason(eu.europa.esig.dss.enumerations.RevocationReason value)Sets the value of the revocationReason property.- Parameters:
value- allowed object isString
-
getRevocationObject
Gets the value of the revocationObject property.- Returns:
- possible object is
VOReferenceType
-
setRevocationObject
Sets the value of the revocationObject property.- Parameters:
value- allowed object isVOReferenceType
-