@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:25:44+02:00", comments="JAXB RI v2.2.11") public class InsurabilityResponseDetailType extends Object implements Serializable
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 and Description |
|---|
InsurabilityResponseDetailType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.