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

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.ModifyPersonRequest
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2019-04-01T01:46:11+02:00",
           comments="JAXB RI v2.2.11")
public class ModifyPersonRequest
extends ConsultRnRequestType
implements Serializable

request to service modifyPerson

Java class for ModifyPersonRequestType complex type.

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

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

See Also:
Serialized Form

Constructor Summary
ModifyPersonRequest()
           
 
Method Summary
 PersonType getPerson()
          Gets the value of the person property.
 void setPerson(PersonType value)
          Sets the value of the person 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

ModifyPersonRequest

public ModifyPersonRequest()
Method Detail

getPerson

public PersonType getPerson()
Gets the value of the person property.

Returns:
possible object is PersonType

setPerson

public void setPerson(PersonType value)
Sets the value of the person property.

Parameters:
value - allowed object is PersonType



Connector Packaging generic 3.17.1 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.