be.fgov.ehealth.certra.protocol.v2
Class GenerateContractResponse
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.certra.protocol.v2.GenerateContractResponse
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T04:56:49+01:00",
comments="JAXB RI v2.2.11")
public class GenerateContractResponse
- extends StatusResponseType
- implements Serializable
Contains the personalized eHealth contract that can be used as input for the generateCertificate operation. Web service clients are required to show the HTML content of the contract to the end user before asking them to digitally sign the contents.
Java class for GenerateContractResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateContractResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence minOccurs="0">
<element name="Contract" type="{urn:be:fgov:ehealth:certra:core:v2}ContractType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
GenerateContractResponse
public GenerateContractResponse()
getContract
public ContractType getContract()
- Gets the value of the contract property.
- Returns:
- possible object is
ContractType
setContract
public void setContract(ContractType value)
- Sets the value of the contract property.
- Parameters:
value
- allowed object is
ContractType
Connector Packaging TECHNICAL 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.