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.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 Details

    • validationObjectId

      protected VOReferenceType validationObjectId
    • revocationTime

      protected Date revocationTime
    • revocationReason

      protected RevocationReason revocationReason
    • revocationObject

      protected VOReferenceType revocationObject
    • otherInformation

      protected AnyType otherInformation
  • Constructor Details

    • RevocationStatusInformationType

      public RevocationStatusInformationType()
  • Method Details

    • getValidationObjectId

      public VOReferenceType getValidationObjectId()
      Gets the value of the validationObjectId property.
      Returns:
      possible object is VOReferenceType
    • setValidationObjectId

      public void setValidationObjectId(VOReferenceType value)
      Sets the value of the validationObjectId property.
      Parameters:
      value - allowed object is VOReferenceType
    • getRevocationTime

      public Date getRevocationTime()
      Gets the value of the revocationTime property.
      Returns:
      possible object is String
    • setRevocationTime

      public void setRevocationTime(Date value)
      Sets the value of the revocationTime property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • getRevocationObject

      public VOReferenceType getRevocationObject()
      Gets the value of the revocationObject property.
      Returns:
      possible object is VOReferenceType
    • setRevocationObject

      public void setRevocationObject(VOReferenceType value)
      Sets the value of the revocationObject property.
      Parameters:
      value - allowed object is VOReferenceType
    • getOtherInformation

      public AnyType getOtherInformation()
      Gets the value of the otherInformation property.
      Returns:
      possible object is AnyType
    • setOtherInformation

      public void setOtherInformation(AnyType value)
      Sets the value of the otherInformation property.
      Parameters:
      value - allowed object is AnyType