|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v1.MedicalCoverType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:50:54+02:00", comments="JAXB RI v2.3.6") public class MedicalCoverType
Representation of all the covers of a medical card.
Java class for MedicalCoverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MedicalCoverType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Doctor" type="{urn:be:fgov:ehealth:mediprima:core:v1}DoctorType" minOccurs="0"/> <element name="Hospitalization" type="{urn:be:fgov:ehealth:mediprima:core:v1}HospitalizationType" minOccurs="0"/> <element name="AmbulatoryHospitalization" type="{urn:be:fgov:ehealth:mediprima:core:v1}HospitalizationType" minOccurs="0"/> <element name="MedicalTransportation" type="{urn:be:fgov:ehealth:mediprima:core:v1}MedicalTransportationType" minOccurs="0"/> <element name="Miscellaneous" type="{urn:be:fgov:ehealth:mediprima:core:v1}MiscellaneousType" minOccurs="0"/> <element name="Paramedic" type="{urn:be:fgov:ehealth:mediprima:core:v1}ParamedicType" minOccurs="0"/> <element name="PharmaceuticalDrug" type="{urn:be:fgov:ehealth:mediprima:core:v1}PharmaceuticalDrugType" minOccurs="0"/> <element name="Prosthesis" type="{urn:be:fgov:ehealth:mediprima:core:v1}ProsthesisType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MedicalCoverType()
|
Method Summary | |
---|---|
HospitalizationType |
getAmbulatoryHospitalization()
Gets the value of the ambulatoryHospitalization property. |
DoctorType |
getDoctor()
Gets the value of the doctor property. |
HospitalizationType |
getHospitalization()
Gets the value of the hospitalization property. |
MedicalTransportationType |
getMedicalTransportation()
Gets the value of the medicalTransportation property. |
MiscellaneousType |
getMiscellaneous()
Gets the value of the miscellaneous property. |
ParamedicType |
getParamedic()
Gets the value of the paramedic property. |
PharmaceuticalDrugType |
getPharmaceuticalDrug()
Gets the value of the pharmaceuticalDrug property. |
ProsthesisType |
getProsthesis()
Gets the value of the prosthesis property. |
void |
setAmbulatoryHospitalization(HospitalizationType value)
Sets the value of the ambulatoryHospitalization property. |
void |
setDoctor(DoctorType value)
Sets the value of the doctor property. |
void |
setHospitalization(HospitalizationType value)
Sets the value of the hospitalization property. |
void |
setMedicalTransportation(MedicalTransportationType value)
Sets the value of the medicalTransportation property. |
void |
setMiscellaneous(MiscellaneousType value)
Sets the value of the miscellaneous property. |
void |
setParamedic(ParamedicType value)
Sets the value of the paramedic property. |
void |
setPharmaceuticalDrug(PharmaceuticalDrugType value)
Sets the value of the pharmaceuticalDrug property. |
void |
setProsthesis(ProsthesisType value)
Sets the value of the prosthesis property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MedicalCoverType()
Method Detail |
---|
public DoctorType getDoctor()
DoctorType
public void setDoctor(DoctorType value)
value
- allowed object is
DoctorType
public HospitalizationType getHospitalization()
HospitalizationType
public void setHospitalization(HospitalizationType value)
value
- allowed object is
HospitalizationType
public HospitalizationType getAmbulatoryHospitalization()
HospitalizationType
public void setAmbulatoryHospitalization(HospitalizationType value)
value
- allowed object is
HospitalizationType
public MedicalTransportationType getMedicalTransportation()
MedicalTransportationType
public void setMedicalTransportation(MedicalTransportationType value)
value
- allowed object is
MedicalTransportationType
public MiscellaneousType getMiscellaneous()
MiscellaneousType
public void setMiscellaneous(MiscellaneousType value)
value
- allowed object is
MiscellaneousType
public ParamedicType getParamedic()
ParamedicType
public void setParamedic(ParamedicType value)
value
- allowed object is
ParamedicType
public PharmaceuticalDrugType getPharmaceuticalDrug()
PharmaceuticalDrugType
public void setPharmaceuticalDrug(PharmaceuticalDrugType value)
value
- allowed object is
PharmaceuticalDrugType
public ProsthesisType getProsthesis()
ProsthesisType
public void setProsthesis(ProsthesisType value)
value
- allowed object is
ProsthesisType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |