Uses of Enum Class
de.gematik.ws.conn.certificateservice.v6.VerificationResultType
Packages that use VerificationResultType
-
Uses of VerificationResultType in de.gematik.ws.conn.certificateservice.v6
Fields in de.gematik.ws.conn.certificateservice.v6 declared as VerificationResultTypeModifier and TypeFieldDescriptionprotected VerificationResultTypeVerifyCertificateResponse.VerificationStatus.verificationResultMethods in de.gematik.ws.conn.certificateservice.v6 that return VerificationResultTypeModifier and TypeMethodDescriptionstatic VerificationResultTypeVerifyCertificateResponse.VerificationStatus.getVerificationResult()Gets the value of the verificationResult property.static VerificationResultTypeReturns the enum constant of this class with the specified name.static VerificationResultType[]VerificationResultType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.ws.conn.certificateservice.v6 with parameters of type VerificationResultTypeModifier and TypeMethodDescriptionvoidVerifyCertificateResponse.VerificationStatus.setVerificationResult(VerificationResultType value) Sets the value of the verificationResult property.