@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:28+02:00", comments="JAXB RI v2.2.11") public class CompleteETKRegistrationRequest extends RequestType implements Serializable
Java class for CompleteETKRegistrationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompleteETKRegistrationRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence minOccurs="0">
<element name="ToBeRegistered" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CompleteETKRegistrationRequest() |
| Modifier and Type | Method and Description |
|---|---|
Signature |
getSignature()
An enveloped XML signature that signs the entire request element.
|
byte[] |
getToBeRegistered()
Gets the value of the toBeRegistered property.
|
void |
setSignature(Signature value)
Sets the value of the signature property.
|
void |
setToBeRegistered(byte[] value)
Sets the value of the toBeRegistered property.
|
getId, getIssueInstant, setId, setIssueInstantpublic byte[] getToBeRegistered()
public void setToBeRegistered(byte[] value)
value - allowed object is
byte[]public Signature getSignature()
Signature
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.