@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:20:05+01:00", comments="JAXB RI v2.3.7") public class AuthorWithPatientAndPersonType extends AuthorType implements Serializable
Java class for AuthorWithPatientAndPersonType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorWithPatientAndPersonType">
<complexContent>
<extension base="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}authorType">
<sequence>
<element name="patient" type="{http://www.ehealth.fgov.be/hubservices/core/v2}PatientIdType" minOccurs="0"/>
<element name="person" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}personTypeLight" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AuthorWithPatientAndPersonType() |
| Modifier and Type | Method and Description |
|---|---|
PatientIdType |
getPatient()
Gets the value of the patient property.
|
PersonTypeLight |
getPerson()
Gets the value of the person property.
|
void |
setPatient(PatientIdType value)
Sets the value of the patient property.
|
void |
setPerson(PersonTypeLight value)
Sets the value of the person property.
|
getHcpartiespublic PatientIdType getPatient()
PatientIdTypepublic void setPatient(PatientIdType value)
value - allowed object is
PatientIdTypepublic PersonTypeLight getPerson()
PersonTypeLightpublic void setPerson(PersonTypeLight value)
value - allowed object is
PersonTypeLight
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.