|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.BaseType
be.fgov.ehealth.samcivics.type.v2.CopaymentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:48:03+02:00",
comments="JAXB RI v2.2.11")
public class CopaymentType
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 Summary | |
|---|---|
CopaymentType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class be.fgov.ehealth.samcivics.type.v2.BaseType |
|---|
getEndDate, getStartDate, setEndDate, setStartDate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CopaymentType()
| Method Detail |
|---|
public 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||