be.fgov.ehealth.certra.protocol.v2
Class GenerateContractResponse

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
      extended by be.fgov.ehealth.commons.protocol.v2.StatusResponseType
          extended by be.fgov.ehealth.certra.protocol.v2.GenerateContractResponse
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T03:42:02+02:00",
           comments="JAXB RI v2.3.6")
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

Constructor Summary
GenerateContractResponse()
           
 
Method Summary
 ContractType getContract()
          Gets the value of the contract property.
 void setContract(ContractType value)
          Sets the value of the contract property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.ResponseType
getId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateContractResponse

public GenerateContractResponse()
Method Detail

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 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.