Class VerifyCertificateResponse.VerificationStatus
java.lang.Object
de.gematik.ws.conn.certificateservice.v6.VerifyCertificateResponse.VerificationStatus
- Enclosing class:
- VerifyCertificateResponse
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()Beschreibt für den Fall Result == "ERROR" den Fehler für die gesamte Operation.Gets the value of the verificationResult property.voidSets the value of the error property.voidSets the value of the verificationResult property.
-
Field Details
-
verificationResult
-
error
-
-
Constructor Details
-
VerificationStatus
public VerificationStatus()
-
-
Method Details
-
getVerificationResult
Gets the value of the verificationResult property.- Returns:
- possible object is
VerificationResultType
-
setVerificationResult
Sets the value of the verificationResult property.- Parameters:
value- allowed object isVerificationResultType
-
getError
Beschreibt für den Fall Result == "ERROR" den Fehler für die gesamte Operation.- Returns:
- possible object is
Error
-
setError
Sets the value of the error property.- Parameters:
value- allowed object isError
-