be.fgov.ehealth.addressbook.protocol.v1
Class GetProfessionalContactInfoResponse

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.ResponseType
      extended by be.fgov.ehealth.commons.protocol.v2.StatusResponseType
          extended by be.fgov.ehealth.addressbook.protocol.v1.GetProfessionalContactInfoResponse
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:13:32+02:00",
           comments="JAXB RI v2.2.6")
public class GetProfessionalContactInfoResponse
extends StatusResponseType
implements Serializable

Return healthcare professional contact data

Java class for GetProfessionalContactInfoResponseType complex type.

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

 <complexType name="GetProfessionalContactInfoResponseType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
       <sequence>
         <element name="IndividualContactInformation" type="{urn:be:fgov:ehealth:addressbook:core:v1}IndividualContactInformationType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetProfessionalContactInfoResponse()
           
 
Method Summary
 IndividualContactInformationType getIndividualContactInformation()
          Gets the value of the individualContactInformation property.
 void setIndividualContactInformation(IndividualContactInformationType value)
          Sets the value of the individualContactInformation 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

GetProfessionalContactInfoResponse

public GetProfessionalContactInfoResponse()
Method Detail

getIndividualContactInformation

public IndividualContactInformationType getIndividualContactInformation()
Gets the value of the individualContactInformation property.

Returns:
possible object is IndividualContactInformationType

setIndividualContactInformation

public void setIndividualContactInformation(IndividualContactInformationType value)
Sets the value of the individualContactInformation property.

Parameters:
value - allowed object is IndividualContactInformationType



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.