be.fgov.ehealth.mediprima.core.v1
Class AllowedSupplementsType

java.lang.Object
  extended by be.fgov.ehealth.mediprima.core.v1.AllowedSupplementsType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2018-02-02T03:49:48+01:00",
           comments="JAXB RI v2.2.11")
public class AllowedSupplementsType
extends Object
implements Serializable

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="AllowedSupplementListType" type="{urn:be:fgov:ehealth:mediprima:core:v1}AllowedSupplementsListType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
AllowedSupplementsType()
           
 
Method Summary
 AllowedSupplementsListType getAllowedSupplementListType()
          Gets the value of the allowedSupplementListType property.
 Integer getAmountMaxAllowed()
          Gets the value of the amountMaxAllowed property.
 void setAllowedSupplementListType(AllowedSupplementsListType value)
          Sets the value of the allowedSupplementListType property.
 void setAmountMaxAllowed(Integer value)
          Sets the value of the amountMaxAllowed property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllowedSupplementsType

public AllowedSupplementsType()
Method Detail

getAmountMaxAllowed

public Integer getAmountMaxAllowed()
Gets the value of the amountMaxAllowed property.

Returns:
possible object is Integer

setAmountMaxAllowed

public void setAmountMaxAllowed(Integer value)
Sets the value of the amountMaxAllowed property.

Parameters:
value - allowed object is Integer

getAllowedSupplementListType

public AllowedSupplementsListType getAllowedSupplementListType()
Gets the value of the allowedSupplementListType property.

Returns:
possible object is AllowedSupplementsListType

setAllowedSupplementListType

public void setAllowedSupplementListType(AllowedSupplementsListType value)
Sets the value of the allowedSupplementListType property.

Parameters:
value - allowed object is AllowedSupplementsListType



Connector Packaging generic 3.14.2 API
Copyright © {inceptionYear}-2018 eHealth. All Rights Reserved.