|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.Copayment
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:31:40+02:00",
comments="JAXB RI v2.2.6")
public class Copayment
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="regimeType" type="{http://www.w3.org/2001/XMLSchema}integer"/>
<element name="copayAmnt" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="solidFlatRateAmnt" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Copayment()
|
|
| Method Summary | |
|---|---|
Float |
getCopayAmnt()
Gets the value of the copayAmnt property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
BigInteger |
getRegimeType()
Gets the value of the regimeType property. |
Float |
getSolidFlatRateAmnt()
Gets the value of the solidFlatRateAmnt property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setCopayAmnt(Float value)
Sets the value of the copayAmnt property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setRegimeType(BigInteger value)
Sets the value of the regimeType property. |
void |
setSolidFlatRateAmnt(Float value)
Sets the value of the solidFlatRateAmnt property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Copayment()
| Method Detail |
|---|
public org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic BigInteger getRegimeType()
BigIntegerpublic void setRegimeType(BigInteger value)
value - allowed object is
BigIntegerpublic Float getCopayAmnt()
Floatpublic void setCopayAmnt(Float value)
value - allowed object is
Floatpublic Float getSolidFlatRateAmnt()
Floatpublic void setSolidFlatRateAmnt(Float value)
value - allowed object is
Float
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||