@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:25:57+02:00", comments="JAXB RI v2.3.7") 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, setStartDate
public BigInteger getRegimeType()
BigInteger
public void setRegimeType(BigInteger value)
value
- allowed object is
BigInteger
public AmountType getCopayAmnt()
AmountType
public void setCopayAmnt(AmountType value)
value
- allowed object is
AmountType
public AmountType getSolidFlatRateAmnt()
AmountType
public void setSolidFlatRateAmnt(AmountType value)
value
- allowed object is
AmountType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.