@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:25:27+02:00", comments="JAXB RI v2.2.11") public class CareProviderType extends Object implements Serializable
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:fgov:ehealth:mycarenet:commons:core:v2}NihiiType"/>
<element name="PhysicalPerson" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}IdType" minOccurs="0"/>
<element name="Organization" type="{urn:be:fgov:ehealth:mycarenet:commons:core:v2}IdType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CareProviderType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
IdType
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.