Uses of Enum Class
de.gematik.ws.conn.certificateservicecommon.v2.CertRefEnum
Packages that use CertRefEnum
Package
Description
-
Uses of CertRefEnum in de.gematik.ws.conn.certificateservice.v6
Fields in de.gematik.ws.conn.certificateservice.v6 with type parameters of type CertRefEnumModifier and TypeFieldDescriptionprotected List<CertRefEnum>ReadCardCertificate.CertRefList.certRefMethods in de.gematik.ws.conn.certificateservice.v6 that return types with arguments of type CertRefEnumModifier and TypeMethodDescriptionReadCardCertificate.CertRefList.getCertRef()Gets the value of the certRef property. -
Uses of CertRefEnum in de.gematik.ws.conn.certificateservicecommon.v2
Fields in de.gematik.ws.conn.certificateservicecommon.v2 declared as CertRefEnumMethods in de.gematik.ws.conn.certificateservicecommon.v2 that return CertRefEnumModifier and TypeMethodDescriptionstatic CertRefEnumX509DataInfoListType.X509DataInfo.getCertRef()Gets the value of the certRef property.static CertRefEnumReturns the enum constant of this class with the specified name.static CertRefEnum[]CertRefEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gematik.ws.conn.certificateservicecommon.v2 with parameters of type CertRefEnumModifier and TypeMethodDescriptionvoidX509DataInfoListType.X509DataInfo.setCertRef(CertRefEnum value) Sets the value of the certRef property.