|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.ReimbursementAndChildrenType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:31:40+02:00",
comments="JAXB RI v2.2.6")
public class ReimbursementAndChildrenType
Java class for ReimbursementAndChildrenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReimbursementAndChildrenType">
<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="deliveryEnvironment" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="referenceBaseInd" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="packageAgreement" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="price" type="{urn:be:fgov:ehealth:samcivics:type:v1}PriceType"/>
<element name="ampp" type="{urn:be:fgov:ehealth:samcivics:type:v1}AmppAndChildrenType"/>
<element name="copaymentList" type="{urn:be:fgov:ehealth:samcivics:type:v1}CopaymentType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ReimbursementAndChildrenType()
|
|
| Method Summary | |
|---|---|
AmppAndChildrenType |
getAmpp()
Gets the value of the ampp property. |
CopaymentType |
getCopaymentList()
Gets the value of the copaymentList property. |
String |
getDeliveryEnvironment()
Gets the value of the deliveryEnvironment property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
String |
getPackageAgreement()
Gets the value of the packageAgreement property. |
PriceType |
getPrice()
Gets the value of the price property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
Boolean |
isReferenceBaseInd()
Gets the value of the referenceBaseInd property. |
void |
setAmpp(AmppAndChildrenType value)
Sets the value of the ampp property. |
void |
setCopaymentList(CopaymentType value)
Sets the value of the copaymentList property. |
void |
setDeliveryEnvironment(String value)
Sets the value of the deliveryEnvironment property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setPackageAgreement(String value)
Sets the value of the packageAgreement property. |
void |
setPrice(PriceType value)
Sets the value of the price property. |
void |
setReferenceBaseInd(Boolean value)
Sets the value of the referenceBaseInd 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 ReimbursementAndChildrenType()
| 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 String getDeliveryEnvironment()
Stringpublic void setDeliveryEnvironment(String value)
value - allowed object is
Stringpublic Boolean isReferenceBaseInd()
Booleanpublic void setReferenceBaseInd(Boolean value)
value - allowed object is
Booleanpublic String getPackageAgreement()
Stringpublic void setPackageAgreement(String value)
value - allowed object is
Stringpublic PriceType getPrice()
PriceTypepublic void setPrice(PriceType value)
value - allowed object is
PriceTypepublic AmppAndChildrenType getAmpp()
AmppAndChildrenTypepublic void setAmpp(AmppAndChildrenType value)
value - allowed object is
AmppAndChildrenTypepublic CopaymentType getCopaymentList()
CopaymentTypepublic void setCopaymentList(CopaymentType value)
value - allowed object is
CopaymentType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||