|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.genericinsurability.core.v1.InsurabilityResponseDetailType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:50:49+02:00",
comments="JAXB RI v2.3.6")
public class InsurabilityResponseDetailType
Java class for InsurabilityResponseDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InsurabilityResponseDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GeneralSituation" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}GeneralSituationType" minOccurs="0"/>
<element name="Payment" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}PaymentType"/>
<element name="Hospitalized" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}HospitalizedType" minOccurs="0"/>
<element name="MedicalHouse" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}MedicalHouseType" minOccurs="0"/>
<element name="InsurabilityList" type="{urn:be:fgov:ehealth:genericinsurability:core:v1}InsurabilityListType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
InsurabilityResponseDetailType()
|
|
| Method Summary | |
|---|---|
GeneralSituationType |
getGeneralSituation()
Gets the value of the generalSituation property. |
HospitalizedType |
getHospitalized()
Gets the value of the hospitalized property. |
InsurabilityListType |
getInsurabilityList()
Gets the value of the insurabilityList property. |
MedicalHouseType |
getMedicalHouse()
Gets the value of the medicalHouse property. |
PaymentType |
getPayment()
Gets the value of the payment property. |
void |
setGeneralSituation(GeneralSituationType value)
Sets the value of the generalSituation property. |
void |
setHospitalized(HospitalizedType value)
Sets the value of the hospitalized property. |
void |
setInsurabilityList(InsurabilityListType value)
Sets the value of the insurabilityList property. |
void |
setMedicalHouse(MedicalHouseType value)
Sets the value of the medicalHouse property. |
void |
setPayment(PaymentType value)
Sets the value of the payment property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InsurabilityResponseDetailType()
| Method Detail |
|---|
public GeneralSituationType getGeneralSituation()
GeneralSituationTypepublic void setGeneralSituation(GeneralSituationType value)
value - allowed object is
GeneralSituationTypepublic PaymentType getPayment()
PaymentTypepublic void setPayment(PaymentType value)
value - allowed object is
PaymentTypepublic HospitalizedType getHospitalized()
HospitalizedTypepublic void setHospitalized(HospitalizedType value)
value - allowed object is
HospitalizedTypepublic MedicalHouseType getMedicalHouse()
MedicalHouseTypepublic void setMedicalHouse(MedicalHouseType value)
value - allowed object is
MedicalHouseTypepublic InsurabilityListType getInsurabilityList()
InsurabilityListTypepublic void setInsurabilityList(InsurabilityListType value)
value - allowed object is
InsurabilityListType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||