|
||||||||||
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="2016-07-06T09:30:19+02:00", comments="JAXB RI v2.2.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()
GeneralSituationType
public void setGeneralSituation(GeneralSituationType value)
value
- allowed object is
GeneralSituationType
public PaymentType getPayment()
PaymentType
public void setPayment(PaymentType value)
value
- allowed object is
PaymentType
public HospitalizedType getHospitalized()
HospitalizedType
public void setHospitalized(HospitalizedType value)
value
- allowed object is
HospitalizedType
public MedicalHouseType getMedicalHouse()
MedicalHouseType
public void setMedicalHouse(MedicalHouseType value)
value
- allowed object is
MedicalHouseType
public InsurabilityListType getInsurabilityList()
InsurabilityListType
public 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 |