be.fgov.ehealth.certra.protocol.v2
Class GenerateRevocationContractResponse
java.lang.Object
be.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.certra.protocol.v2.GenerateRevocationContractResponse
- All Implemented Interfaces:
- Serializable
@Generated(value="com.sun.tools.xjc.Driver",
date="2021-04-20T04:20:54+02:00",
comments="JAXB RI v2.2.11")
public class GenerateRevocationContractResponse
- extends StatusResponseType
- implements Serializable
Response containing the revocation contract in XML format. The XML also contains a human-readable HTML contract in french and dutch that must be shown to the end user so that they know what they are signing. The contract contained in this response must be sent as-is in the RevokeRequest.
Java class for GenerateRevocationContractResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateRevocationContractResponseType">
<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}RevocationContractType"/>
</sequence>
</extension>
</complexContent>
</complexType>
- See Also:
- Serialized Form
GenerateRevocationContractResponse
public GenerateRevocationContractResponse()
getContract
public RevocationContractType getContract()
- Gets the value of the contract property.
- Returns:
- possible object is
RevocationContractType
setContract
public void setContract(RevocationContractType value)
- Sets the value of the contract property.
- Parameters:
value
- allowed object is
RevocationContractType
Connector Packaging TECHNICAL 3.21.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.