|
||||||||||
| 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="2022-09-22T05:55:37+02:00",
comments="JAXB RI v2.2.11")
public class GetProfessionalContactInfoRequestFind 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()
Stringpublic void setSSIN(String value)
value - allowed object is
Stringpublic String getNIHII()
Stringpublic 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 | |||||||||