Class RevocationStatusInformationType
java.lang.Object
eu.europa.esig.validationreport.jaxb.RevocationStatusInformationType
- All Implemented Interfaces:
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"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Objectprotected VOReferenceTypeprotected eu.europa.esig.dss.enumerations.RevocationReasonprotected Dateprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()Gets the value of the any property.Gets the value of the revocationObject property.eu.europa.esig.dss.enumerations.RevocationReasonGets the value of the revocationReason property.Gets the value of the revocationTime property.Gets the value of the validationObjectId property.voidSets the value of the any property.voidSets 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.voidSets the value of the validationObjectId property.
-
Field Details
-
validationObjectId
-
revocationTime
-
revocationReason
protected eu.europa.esig.dss.enumerations.RevocationReason revocationReason -
revocationObject
-
any
-
-
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
-
getAny
Gets the value of the any property. -
setAny
Sets the value of the any property.
-