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.4.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.4.1#}VOReferenceType" minOccurs="0"/>
<element name="OtherInformation" type="{http://uri.etsi.org/19102/v1.4.1#}AnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyTypeprotected VOReferenceTypeprotected eu.europa.esig.dss.enumerations.RevocationReasonprotected Dateprotected VOReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherInformation 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.voidsetOtherInformation(AnyType value) Sets the value of the otherInformation 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
-
otherInformation
-
-
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
-
getOtherInformation
Gets the value of the otherInformation property.- Returns:
- possible object is
AnyType
-
setOtherInformation
Sets the value of the otherInformation property.- Parameters:
value- allowed object isAnyType
-