be.fgov.ehealth.consultrn._1_0.protocol
Class CreatePersonRequest

java.lang.Object
  extended by be.fgov.ehealth.commons._1_0.protocol.RequestType
      extended by be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnRequestType
          extended by be.fgov.ehealth.consultrn._1_0.protocol.CreatePersonRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-09-20T05:38:57+02:00",
           comments="JAXB RI v2.2.11")
public class CreatePersonRequest
extends ConsultRnRequestType
implements Serializable

The request send to the CreatePerson service

Java class for CreatePersonRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CreatePersonRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:consultRN:1_0:protocol}ConsultRnRequestType">
       <sequence>
         <element name="PersonData" type="{urn:be:fgov:ehealth:consultRN:1_0:core}PersonDataType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
CreatePersonRequest()
           
 
Method Summary
 PersonDataType getPersonData()
          Gets the value of the personData property.
 void setPersonData(PersonDataType value)
          Sets the value of the personData property.
 
Methods inherited from class be.fgov.ehealth.consultrn._1_0.protocol.ConsultRnRequestType
getApplicationID, getOrganisation, setApplicationID, setOrganisation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreatePersonRequest

public CreatePersonRequest()
Method Detail

getPersonData

public PersonDataType getPersonData()
Gets the value of the personData property.

Returns:
possible object is PersonDataType

setPersonData

public void setPersonData(PersonDataType value)
Sets the value of the personData property.

Parameters:
value - allowed object is PersonDataType



Connector Packaging generic 3.16.1 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.