|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v1.MedicalCoverCommonInformationType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:50:54+02:00", comments="JAXB RI v2.3.6") public class MedicalCoverCommonInformationType
Java class for MedicalCoverCommonInformationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MedicalCoverCommonInformationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ValidityPeriod" type="{urn:be:fgov:ehealth:mediprima:core:v1}PeriodType"/> <element name="PswcSupport" type="{urn:be:fgov:ehealth:mediprima:core:v1}PswcSupportType" minOccurs="0"/> <element name="AmountPatientPartMax" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="AllowedSupplements" type="{urn:be:fgov:ehealth:mediprima:core:v1}AllowedSupplementsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
MedicalCoverCommonInformationType()
|
Method Summary | |
---|---|
AllowedSupplementsType |
getAllowedSupplements()
Gets the value of the allowedSupplements property. |
Integer |
getAmountPatientPartMax()
Gets the value of the amountPatientPartMax property. |
PswcSupportType |
getPswcSupport()
Gets the value of the pswcSupport property. |
PeriodType |
getValidityPeriod()
Gets the value of the validityPeriod property. |
void |
setAllowedSupplements(AllowedSupplementsType value)
Sets the value of the allowedSupplements property. |
void |
setAmountPatientPartMax(Integer value)
Sets the value of the amountPatientPartMax property. |
void |
setPswcSupport(PswcSupportType value)
Sets the value of the pswcSupport property. |
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MedicalCoverCommonInformationType()
Method Detail |
---|
public PeriodType getValidityPeriod()
PeriodType
public void setValidityPeriod(PeriodType value)
value
- allowed object is
PeriodType
public PswcSupportType getPswcSupport()
PswcSupportType
public void setPswcSupport(PswcSupportType value)
value
- allowed object is
PswcSupportType
public Integer getAmountPatientPartMax()
Integer
public void setAmountPatientPartMax(Integer value)
value
- allowed object is
Integer
public AllowedSupplementsType getAllowedSupplements()
AllowedSupplementsType
public void setAllowedSupplements(AllowedSupplementsType value)
value
- allowed object is
AllowedSupplementsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |