|
||||||||||
| 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.rn.cbsspersonservice.protocol.v1.RegisterPersonResponse
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:27:40+01:00",
comments="JAXB RI v2.3.6")
public class RegisterPersonResponseType defining the structure of the response being sent to the consumer after the registration of the person took place
Java class for RegisterPersonResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterPersonResponseType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
<sequence>
<element name="Declaration" type="{urn:be:fgov:ehealth:rn:cbsspersonservice:core:v1}RegisterPersonDeclarationType" minOccurs="0"/>
<element name="Result" type="{urn:be:fgov:ehealth:rn:cbsspersonservice:core:v1}RegisterPersonResultType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RegisterPersonResponse()
|
|
| Method Summary | |
|---|---|
RegisterPersonDeclarationType |
getDeclaration()
Gets the value of the declaration property. |
RegisterPersonResultType |
getResult()
Gets the value of the result property. |
void |
setDeclaration(RegisterPersonDeclarationType value)
Sets the value of the declaration property. |
void |
setResult(RegisterPersonResultType value)
Sets the value of the result 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 RegisterPersonResponse()
| Method Detail |
|---|
public RegisterPersonDeclarationType getDeclaration()
RegisterPersonDeclarationTypepublic void setDeclaration(RegisterPersonDeclarationType value)
value - allowed object is
RegisterPersonDeclarationTypepublic RegisterPersonResultType getResult()
RegisterPersonResultTypepublic void setResult(RegisterPersonResultType value)
value - allowed object is
RegisterPersonResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||