@Generated(value="com.sun.tools.xjc.Driver", date="2026-04-30T12:34:27+02:00", comments="JAXB RI v2.3.7") public class CareServiceAmountsType extends Object implements Serializable
Java class for CareServiceAmountsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CareServiceAmountsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllowanceVSB" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="AmountWithoutAllowanceVSB" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PersonalShareAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="SupplementAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CareServiceAmountsType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAllowanceVSB()
Gets the value of the allowanceVSB property.
|
BigDecimal |
getAmountWithoutAllowanceVSB()
Gets the value of the amountWithoutAllowanceVSB property.
|
BigDecimal |
getPersonalShareAmount()
Gets the value of the personalShareAmount property.
|
BigDecimal |
getSupplementAmount()
Gets the value of the supplementAmount property.
|
void |
setAllowanceVSB(BigDecimal value)
Sets the value of the allowanceVSB property.
|
void |
setAmountWithoutAllowanceVSB(BigDecimal value)
Sets the value of the amountWithoutAllowanceVSB property.
|
void |
setPersonalShareAmount(BigDecimal value)
Sets the value of the personalShareAmount property.
|
void |
setSupplementAmount(BigDecimal value)
Sets the value of the supplementAmount property.
|
public BigDecimal getAllowanceVSB()
BigDecimalpublic void setAllowanceVSB(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAmountWithoutAllowanceVSB()
BigDecimalpublic void setAmountWithoutAllowanceVSB(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPersonalShareAmount()
BigDecimalpublic void setPersonalShareAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSupplementAmount()
BigDecimalpublic void setSupplementAmount(BigDecimal value)
value - allowed object is
BigDecimal
Connector Packaging generic 4.9.5 API
Copyright © {inceptionYear}-2026 eHealth. All Rights Reserved.