|
||||||||||
| 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.GetOrganizationContactInfoRequest
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-03-19T04:19:59+01:00",
comments="JAXB RI v2.2.11")
public class GetOrganizationContactInfoRequestFind contact data for a specific healthcare organization
Java class for GetOrganizationContactInfoRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetOrganizationContactInfoRequestType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:commons:protocol:v2}RequestType">
<sequence>
<choice>
<element name="NIHII" type="{urn:be:fgov:ehealth:addressbook:core:v1}NIHIIType"/>
<element name="CBE" type="{urn:be:fgov:ehealth:addressbook:core:v1}EnterpriseType"/>
<element name="EHP" type="{urn:be:fgov:ehealth:addressbook:core:v1}EnterpriseType"/>
</choice>
<sequence minOccurs="0">
<element name="InstitutionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
GetOrganizationContactInfoRequest()
|
|
| Method Summary | |
|---|---|
String |
getCBE()
Gets the value of the cbe property. |
String |
getEHP()
Gets the value of the ehp property. |
String |
getInstitutionType()
Gets the value of the institutionType property. |
String |
getNIHII()
Gets the value of the nihii property. |
void |
setCBE(String value)
Sets the value of the cbe property. |
void |
setEHP(String value)
Sets the value of the ehp property. |
void |
setInstitutionType(String value)
Sets the value of the institutionType property. |
void |
setNIHII(String value)
Sets the value of the nihii 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 GetOrganizationContactInfoRequest()
| Method Detail |
|---|
public String getEHP()
Stringpublic void setEHP(String value)
value - allowed object is
Stringpublic String getCBE()
Stringpublic void setCBE(String value)
value - allowed object is
Stringpublic String getNIHII()
Stringpublic void setNIHII(String value)
value - allowed object is
Stringpublic String getInstitutionType()
Stringpublic void setInstitutionType(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||