Class VerifyCertificateResponse.VerificationStatus

java.lang.Object
de.gematik.ws.conn.certificateservice.v6.VerifyCertificateResponse.VerificationStatus
Enclosing class:
VerifyCertificateResponse

public static class VerifyCertificateResponse.VerificationStatus 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">
       <sequence>
         <element name="VerificationResult" type="{http://ws.gematik.de/conn/CertificateService/v6.0}VerificationResultType"/>
         <element ref="{http://ws.gematik.de/tel/error/v2.0}Error" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • VerificationStatus

      public VerificationStatus()
  • Method Details

    • getVerificationResult

      public VerificationResultType getVerificationResult()
      Gets the value of the verificationResult property.
      Returns:
      possible object is VerificationResultType
    • setVerificationResult

      public void setVerificationResult(VerificationResultType value)
      Sets the value of the verificationResult property.
      Parameters:
      value - allowed object is VerificationResultType
    • getError

      public Error getError()
      Beschreibt für den Fall Result == "ERROR" den Fehler für die gesamte Operation.
      Returns:
      possible object is Error
    • setError

      public void setError(Error value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is Error