be.fgov.ehealth.samcivics.type.v1
Class Copayment

java.lang.Object
  extended by be.fgov.ehealth.samcivics.type.v1.Copayment
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:31:40+02:00",
           comments="JAXB RI v2.2.6")
public class Copayment
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

Copayment

public Copayment()
Method Detail

getStartDate

public org.joda.time.DateTime getStartDate()
Gets the value of the startDate property.

Returns:
possible object is String

setStartDate

public void setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.

Parameters:
value - allowed object is String

getEndDate

public org.joda.time.DateTime getEndDate()
Gets the value of the endDate property.

Returns:
possible object is String

setEndDate

public void setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.

Parameters:
value - allowed object is String

getRegimeType

public BigInteger getRegimeType()
Gets the value of the regimeType property.

Returns:
possible object is BigInteger

setRegimeType

public void setRegimeType(BigInteger value)
Sets the value of the regimeType property.

Parameters:
value - allowed object is BigInteger

getCopayAmnt

public Float getCopayAmnt()
Gets the value of the copayAmnt property.

Returns:
possible object is Float

setCopayAmnt

public void setCopayAmnt(Float value)
Sets the value of the copayAmnt property.

Parameters:
value - allowed object is Float

getSolidFlatRateAmnt

public Float getSolidFlatRateAmnt()
Gets the value of the solidFlatRateAmnt property.

Returns:
possible object is Float

setSolidFlatRateAmnt

public void setSolidFlatRateAmnt(Float value)
Sets the value of the solidFlatRateAmnt property.

Parameters:
value - allowed object is Float



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.