|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.cin.mycarenet._1_0.carenet.types.InsurabilityResponseDetail
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:47:21+02:00", comments="JAXB RI v2.2.11") public class InsurabilityResponseDetail
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 ref="{urn:be:cin:mycarenet:1.0:carenet:types}GeneralSituation" minOccurs="0"/> <element ref="{urn:be:cin:mycarenet:1.0:carenet:types}Payment"/> <element ref="{urn:be:cin:mycarenet:1.0:carenet:types}Hospitalized" minOccurs="0"/> <element name="MedicalHouse" type="{urn:be:cin:mycarenet:1.0:carenet:types}MedicalHouseType" minOccurs="0"/> <element ref="{urn:be:cin:mycarenet:1.0:carenet:types}InsurabilityList" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
InsurabilityResponseDetail()
|
Method Summary | |
---|---|
GeneralSituation |
getGeneralSituation()
Indicates if there is a specific situation concerning the insurability related to the period of the consultation |
Hospitalized |
getHospitalized()
Information about the hospitalized state of a patient. |
InsurabilityList |
getInsurabilityList()
List of insurability information. |
MedicalHouseType |
getMedicalHouse()
Gets the value of the medicalHouse property. |
Payment |
getPayment()
Some information about the payment |
void |
setGeneralSituation(GeneralSituation value)
Sets the value of the generalSituation property. |
void |
setHospitalized(Hospitalized value)
Sets the value of the hospitalized property. |
void |
setInsurabilityList(InsurabilityList value)
Sets the value of the insurabilityList property. |
void |
setMedicalHouse(MedicalHouseType value)
Sets the value of the medicalHouse property. |
void |
setPayment(Payment 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 InsurabilityResponseDetail()
Method Detail |
---|
public GeneralSituation getGeneralSituation()
GeneralSituation
public void setGeneralSituation(GeneralSituation value)
value
- allowed object is
GeneralSituation
public Payment getPayment()
Payment
public void setPayment(Payment value)
value
- allowed object is
Payment
public Hospitalized getHospitalized()
Hospitalized
public void setHospitalized(Hospitalized value)
value
- allowed object is
Hospitalized
public MedicalHouseType getMedicalHouse()
MedicalHouseType
public void setMedicalHouse(MedicalHouseType value)
value
- allowed object is
MedicalHouseType
public InsurabilityList getInsurabilityList()
InsurabilityList
public void setInsurabilityList(InsurabilityList value)
value
- allowed object is
InsurabilityList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |