@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:08:17+01:00", comments="JAXB RI v2.2.11") public class CopaymentType extends BaseType implements Serializable
Java class for CopaymentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CopaymentType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:samcivics:type:v2}BaseType">
<sequence>
<element name="RegimeType" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="CopayAmnt" type="{urn:be:fgov:ehealth:samcivics:type:v2}AmountType" minOccurs="0"/>
<element name="SolidFlatRateAmnt" type="{urn:be:fgov:ehealth:samcivics:type:v2}AmountType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
CopaymentType() |
| Modifier and Type | Method and Description |
|---|---|
AmountType |
getCopayAmnt()
Gets the value of the copayAmnt property.
|
BigInteger |
getRegimeType()
Gets the value of the regimeType property.
|
AmountType |
getSolidFlatRateAmnt()
Gets the value of the solidFlatRateAmnt property.
|
void |
setCopayAmnt(AmountType value)
Sets the value of the copayAmnt property.
|
void |
setRegimeType(BigInteger value)
Sets the value of the regimeType property.
|
void |
setSolidFlatRateAmnt(AmountType value)
Sets the value of the solidFlatRateAmnt property.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic BigInteger getRegimeType()
BigIntegerpublic void setRegimeType(BigInteger value)
value - allowed object is
BigIntegerpublic AmountType getCopayAmnt()
AmountTypepublic void setCopayAmnt(AmountType value)
value - allowed object is
AmountTypepublic AmountType getSolidFlatRateAmnt()
AmountTypepublic void setSolidFlatRateAmnt(AmountType value)
value - allowed object is
AmountType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.