|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.cin.mycarenet.esb.common.v2.CareProviderType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:19:37+01:00",
comments="JAXB RI v2.3.6")
public class CareProviderTypeInformation about a care provider. This is a person or institution that provides health care service to persons.
Java class for CareProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CareProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Nihii" type="{urn:be:cin:mycarenet:esb:common:v2}NihiiType" minOccurs="0"/>
<element name="PhysicalPerson" type="{urn:be:cin:mycarenet:esb:common:v2}IdType" minOccurs="0"/>
<element name="Organization" type="{urn:be:cin:mycarenet:esb:common:v2}IdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CareProviderType()
|
|
| Method Summary | |
|---|---|
NihiiType |
getNihii()
Gets the value of the nihii property. |
IdType |
getOrganization()
Gets the value of the organization property. |
IdType |
getPhysicalPerson()
Gets the value of the physicalPerson property. |
void |
setNihii(NihiiType value)
Sets the value of the nihii property. |
void |
setOrganization(IdType value)
Sets the value of the organization property. |
void |
setPhysicalPerson(IdType value)
Sets the value of the physicalPerson property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CareProviderType()
| Method Detail |
|---|
public NihiiType getNihii()
NihiiTypepublic void setNihii(NihiiType value)
value - allowed object is
NihiiTypepublic IdType getPhysicalPerson()
IdTypepublic void setPhysicalPerson(IdType value)
value - allowed object is
IdTypepublic IdType getOrganization()
IdTypepublic void setOrganization(IdType value)
value - allowed object is
IdType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||