be.fgov.ehealth.certra.protocol.v2
Class GetCertificateInfoForAuthenticationCertificateResponse
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.certra.protocol.v2.GetCertificateInfoForAuthenticationCertificateResponse
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:38:57+02:00",
comments="JAXB RI v2.2.11")
public class GetCertificateInfoForAuthenticationCertificateResponse
- extends StatusResponseType
- implements Serializable
Contains information about the eHealth authentication certificate and encryption token that the user requested in their request.
Java class for GetCertificateInfoForAuthenticationCertificateResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetCertificateInfoForAuthenticationCertificateResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence minOccurs="0">
<element name="CertificateInfo" type="{urn:be:fgov:ehealth:certra:core:v2}CertificateInfoType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
GetCertificateInfoForAuthenticationCertificateResponse
public GetCertificateInfoForAuthenticationCertificateResponse()
getCertificateInfo
public CertificateInfoType getCertificateInfo()
- Gets the value of the certificateInfo property.
- Returns:
- possible object is
CertificateInfoType
setCertificateInfo
public void setCertificateInfo(CertificateInfoType value)
- Sets the value of the certificateInfo property.
- Parameters:
value
- allowed object is
CertificateInfoType
Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.