Class CertificateStatusType.RevocationEvidence

java.lang.Object
oasis.names.tc.dss_x._1_0.profiles.verificationreport.schema_.CertificateStatusType.RevocationEvidence
Enclosing class:
CertificateStatusType

public static class CertificateStatusType.RevocationEvidence extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="CRLValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}CRLValidityType"/>
         <element name="CRLReference" type="{http://uri.etsi.org/01903/v1.3.2#}CRLIdentifierType"/>
         <element name="OCSPValidity" type="{urn:oasis:names:tc:dss-x:1.0:profiles:verificationreport:schema#}OCSPValidityType"/>
         <element name="OCSPReference" type="{http://uri.etsi.org/01903/v1.3.2#}OCSPIdentifierType"/>
         <element name="Other" type="{urn:oasis:names:tc:dss:1.0:core:schema}AnyType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RevocationEvidence

      public RevocationEvidence()
  • Method Details

    • getCRLValidity

      public CRLValidityType getCRLValidity()
      Gets the value of the crlValidity property.
      Returns:
      possible object is CRLValidityType
    • setCRLValidity

      public void setCRLValidity(CRLValidityType value)
      Sets the value of the crlValidity property.
      Parameters:
      value - allowed object is CRLValidityType
    • getCRLReference

      public CRLIdentifierType getCRLReference()
      Gets the value of the crlReference property.
      Returns:
      possible object is CRLIdentifierType
    • setCRLReference

      public void setCRLReference(CRLIdentifierType value)
      Sets the value of the crlReference property.
      Parameters:
      value - allowed object is CRLIdentifierType
    • getOCSPValidity

      public OCSPValidityType getOCSPValidity()
      Gets the value of the ocspValidity property.
      Returns:
      possible object is OCSPValidityType
    • setOCSPValidity

      public void setOCSPValidity(OCSPValidityType value)
      Sets the value of the ocspValidity property.
      Parameters:
      value - allowed object is OCSPValidityType
    • getOCSPReference

      public OCSPIdentifierType getOCSPReference()
      Gets the value of the ocspReference property.
      Returns:
      possible object is OCSPIdentifierType
    • setOCSPReference

      public void setOCSPReference(OCSPIdentifierType value)
      Sets the value of the ocspReference property.
      Parameters:
      value - allowed object is OCSPIdentifierType
    • getOther

      public AnyType getOther()
      Gets the value of the other property.
      Returns:
      possible object is AnyType
    • setOther

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