|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.ResponseType
be.fgov.ehealth.commons.protocol.v2.StatusResponseType
be.fgov.ehealth.etkra.protocol.v2.CompleteETKRegistrationResponse
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:20:54+02:00", comments="JAXB RI v2.2.11") public class CompleteETKRegistrationResponse
If the ToBeRegistered X509 certificate was correctly generated then the response will contain the Encryption Token that the web service generated based on the encryption certificate.
Java class for CompleteETKRegistrationResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteETKRegistrationResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="ETK" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="ToBeActivated" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
CompleteETKRegistrationResponse()
|
Method Summary | |
---|---|
byte[] |
getETK()
Gets the value of the etk property. |
Boolean |
isToBeActivated()
Gets the value of the toBeActivated property. |
void |
setETK(byte[] value)
Sets the value of the etk property. |
void |
setToBeActivated(Boolean value)
Sets the value of the toBeActivated 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 |
---|
public CompleteETKRegistrationResponse()
Method Detail |
---|
public byte[] getETK()
public void setETK(byte[] value)
value
- allowed object is
byte[]public Boolean isToBeActivated()
Boolean
public void setToBeActivated(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |