@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:47+02:00", comments="JAXB RI v2.2.11") public class CompleteETKRegistrationResponse extends StatusResponseType implements Serializable
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 and Description |
|---|
CompleteETKRegistrationResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getStatus, setStatusgetId, getInResponseTo, getIssueInstant, setId, setInResponseTo, setIssueInstantpublic byte[] getETK()
public void setETK(byte[] value)
value - allowed object is
byte[]public Boolean isToBeActivated()
Boolean
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.