|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.mediprima.core.v2.AllowedSupplementsType
@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:51:19+02:00", comments="JAXB RI v2.3.6") public class AllowedSupplementsType
Description of the supplements paid by the OCMW / CPAS (can be filled only for hospitalization medical cover and ambulatory hospitalization medical cover) : maximum amount allowed, supplement types list.
Java class for AllowedSupplementsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AllowedSupplementsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AmountMaxAllowed" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="SupplementTypeList" type="{urn:be:fgov:ehealth:mediprima:core:v2}SupplementTypeListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
AllowedSupplementsType()
|
Method Summary | |
---|---|
Integer |
getAmountMaxAllowed()
Gets the value of the amountMaxAllowed property. |
SupplementTypeListType |
getSupplementTypeList()
Gets the value of the supplementTypeList property. |
void |
setAmountMaxAllowed(Integer value)
Sets the value of the amountMaxAllowed property. |
void |
setSupplementTypeList(SupplementTypeListType value)
Sets the value of the supplementTypeList property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllowedSupplementsType()
Method Detail |
---|
public Integer getAmountMaxAllowed()
Integer
public void setAmountMaxAllowed(Integer value)
value
- allowed object is
Integer
public SupplementTypeListType getSupplementTypeList()
SupplementTypeListType
public void setSupplementTypeList(SupplementTypeListType value)
value
- allowed object is
SupplementTypeListType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |