|
||||||||||
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()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
public String getDeliveryEnvironment()
String
public void setDeliveryEnvironment(String value)
value
- allowed object is
String
public Boolean isReferenceBaseInd()
Boolean
public void setReferenceBaseInd(Boolean value)
value
- allowed object is
Boolean
public String getPackageAgreement()
String
public void setPackageAgreement(String value)
value
- allowed object is
String
public PriceType getPrice()
PriceType
public void setPrice(PriceType value)
value
- allowed object is
PriceType
public AmppAndChildrenType getAmpp()
AmppAndChildrenType
public void setAmpp(AmppAndChildrenType value)
value
- allowed object is
AmppAndChildrenType
public CopaymentType getCopaymentList()
CopaymentType
public 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 |