@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:29:47+01:00", comments="JAXB RI v2.3.7") public class RegisterPersonRequest extends RequestType implements Serializable
Java class for RegisterPersonRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterPersonRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<element name="ApplicationId" type="{urn:be:fgov:ehealth:rn:commons:v1}ApplicationIdType"/>
<element name="Declaration" type="{urn:be:fgov:ehealth:rn:cbsspersonservice:core:v1}RegisterPersonDeclarationType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
RegisterPersonRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
Gets the value of the applicationId property.
|
RegisterPersonDeclarationType |
getDeclaration()
Gets the value of the declaration property.
|
void |
setApplicationId(String value)
Sets the value of the applicationId property.
|
void |
setDeclaration(RegisterPersonDeclarationType value)
Sets the value of the declaration property.
|
getId, getIssueInstant, setId, setIssueInstantpublic String getApplicationId()
Stringpublic void setApplicationId(String value)
value - allowed object is
Stringpublic RegisterPersonDeclarationType getDeclaration()
RegisterPersonDeclarationTypepublic void setDeclaration(RegisterPersonDeclarationType value)
value - allowed object is
RegisterPersonDeclarationType
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.