|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.commons._1_0.protocol.ResponseType
be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType
be.fgov.ehealth.consultrn._1_0.protocol.CreatePersonReply
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:54:51+02:00",
comments="JAXB RI v2.2.11")
public class CreatePersonReplyThe answer formulated by the CreatePerson service
Java class for CreatePersonReplyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreatePersonReplyType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:consultRN:1_0:protocol}ConsultRnReplyType">
<sequence>
<element name="PersonCreated" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}PersonCreatedType" minOccurs="0"/>
<element name="PhoneticResult" type="{urn:be:fgov:ehealth:consultRN:1_0:protocol}PhoneticResultType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CreatePersonReply()
|
|
| Method Summary | |
|---|---|
PersonCreatedType |
getPersonCreated()
Gets the value of the personCreated property. |
PhoneticResultType |
getPhoneticResult()
Gets the value of the phoneticResult property. |
void |
setPersonCreated(PersonCreatedType value)
Sets the value of the personCreated property. |
void |
setPhoneticResult(PhoneticResultType value)
Sets the value of the phoneticResult property. |
| Methods inherited from class be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnReplyType |
|---|
getErrorInformations |
| Methods inherited from class be.fgov.ehealth.commons._1_0.protocol.ResponseType |
|---|
getId, getStatus, setId, setStatus |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreatePersonReply()
| Method Detail |
|---|
public PersonCreatedType getPersonCreated()
PersonCreatedTypepublic void setPersonCreated(PersonCreatedType value)
value - allowed object is
PersonCreatedTypepublic PhoneticResultType getPhoneticResult()
PhoneticResultTypepublic void setPhoneticResult(PhoneticResultType value)
value - allowed object is
PhoneticResultType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||