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

java.lang.Object
  extended by be.fgov.ehealth.commons.protocol.v2.RequestType
      extended by be.fgov.ehealth.addressbook.protocol.v1.GetProfessionalContactInfoRequest
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 GetProfessionalContactInfoRequest
extends RequestType
implements Serializable

Find contact data for a specific healthcare professional

Java class for GetProfessionalContactInfoRequestType complex type.

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

 <complexType name="GetProfessionalContactInfoRequestType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
       <choice>
         <element name="NIHII" type="{urn:be:fgov:ehealth:addressbook:core:v1}NIHIIType"/>
         <element name="SSIN" type="{urn:be:fgov:ehealth:addressbook:core:v1}SSINType"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
GetProfessionalContactInfoRequest()
           
 
Method Summary
 String getNIHII()
          Gets the value of the nihii property.
 String getSSIN()
          Gets the value of the ssin property.
 void setNIHII(String value)
          Sets the value of the nihii property.
 void setSSIN(String value)
          Sets the value of the ssin property.
 
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.RequestType
getId, getIssueInstant, setId, setIssueInstant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProfessionalContactInfoRequest

public GetProfessionalContactInfoRequest()
Method Detail

getSSIN

public String getSSIN()
Gets the value of the ssin property.

Returns:
possible object is String

setSSIN

public void setSSIN(String value)
Sets the value of the ssin property.

Parameters:
value - allowed object is String

getNIHII

public String getNIHII()
Gets the value of the nihii property.

Returns:
possible object is String

setNIHII

public void setNIHII(String value)
Sets the value of the nihii property.

Parameters:
value - allowed object is String



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