|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.protocol.v2.RequestType
be.fgov.ehealth.addressbook.protocol.v1.GetProfessionalContactInfoRequest
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11:51+02:00", comments="JAXB RI v2.2.11") public class GetProfessionalContactInfoRequest
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>
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 |
---|
public GetProfessionalContactInfoRequest()
Method Detail |
---|
public String getSSIN()
String
public void setSSIN(String value)
value
- allowed object is
String
public String getNIHII()
String
public void setNIHII(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |