|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultReimbursementContextType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:04:56+01:00",
comments="JAXB RI v2.2.11")
public class ConsultReimbursementContextType
Java class for ConsultReimbursementContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultReimbursementContextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Multiple" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Temporary" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Reference" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="FlatRateSystem" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReimbursementBasePrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="ReferenceBasePrice" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="CopaymentSupplement" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="PricingUnit" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultPricingUnitType"/>
<element name="PricingSlice" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultPricingUnitType" minOccurs="0"/>
<element name="ReimbursementCriterion" type="{urn:be:fgov:ehealth:dics:protocol:v5}ReimbursementCriterionType"/>
<element name="AdditionalFields" type="{urn:be:fgov:ehealth:dics:protocol:v5}AdditionalFieldsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Copayment" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultCopaymentType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/>
<attribute name="DeliveryEnvironment" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="CodeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="LegalReferencePath" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultReimbursementContextType()
|
|
| Method Summary | |
|---|---|
List<AdditionalFieldsType> |
getAdditionalFields()
Gets the value of the additionalFields property. |
String |
getCode()
Gets the value of the code property. |
String |
getCodeType()
Gets the value of the codeType property. |
List<ConsultCopaymentType> |
getCopayments()
Gets the value of the copayments property. |
BigDecimal |
getCopaymentSupplement()
Gets the value of the copaymentSupplement property. |
String |
getDeliveryEnvironment()
Gets the value of the deliveryEnvironment property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
String |
getLegalReferencePath()
Gets the value of the legalReferencePath property. |
String |
getMultiple()
Gets the value of the multiple property. |
ConsultPricingUnitType |
getPricingSlice()
Gets the value of the pricingSlice property. |
ConsultPricingUnitType |
getPricingUnit()
Gets the value of the pricingUnit property. |
BigDecimal |
getReferenceBasePrice()
Gets the value of the referenceBasePrice property. |
BigDecimal |
getReimbursementBasePrice()
Gets the value of the reimbursementBasePrice property. |
ReimbursementCriterionType |
getReimbursementCriterion()
Gets the value of the reimbursementCriterion property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
boolean |
isFlatRateSystem()
Gets the value of the flatRateSystem property. |
boolean |
isReference()
Gets the value of the reference property. |
boolean |
isTemporary()
Gets the value of the temporary property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setCodeType(String value)
Sets the value of the codeType property. |
void |
setCopaymentSupplement(BigDecimal value)
Sets the value of the copaymentSupplement 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 |
setFlatRateSystem(boolean value)
Sets the value of the flatRateSystem property. |
void |
setLegalReferencePath(String value)
Sets the value of the legalReferencePath property. |
void |
setMultiple(String value)
Sets the value of the multiple property. |
void |
setPricingSlice(ConsultPricingUnitType value)
Sets the value of the pricingSlice property. |
void |
setPricingUnit(ConsultPricingUnitType value)
Sets the value of the pricingUnit property. |
void |
setReference(boolean value)
Sets the value of the reference property. |
void |
setReferenceBasePrice(BigDecimal value)
Sets the value of the referenceBasePrice property. |
void |
setReimbursementBasePrice(BigDecimal value)
Sets the value of the reimbursementBasePrice property. |
void |
setReimbursementCriterion(ReimbursementCriterionType value)
Sets the value of the reimbursementCriterion property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setTemporary(boolean value)
Sets the value of the temporary property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultReimbursementContextType()
| Method Detail |
|---|
public String getMultiple()
Stringpublic void setMultiple(String value)
value - allowed object is
Stringpublic boolean isTemporary()
public void setTemporary(boolean value)
public boolean isReference()
public void setReference(boolean value)
public boolean isFlatRateSystem()
public void setFlatRateSystem(boolean value)
public BigDecimal getReimbursementBasePrice()
BigDecimalpublic void setReimbursementBasePrice(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getReferenceBasePrice()
BigDecimalpublic void setReferenceBasePrice(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getCopaymentSupplement()
BigDecimalpublic void setCopaymentSupplement(BigDecimal value)
value - allowed object is
BigDecimalpublic ConsultPricingUnitType getPricingUnit()
ConsultPricingUnitTypepublic void setPricingUnit(ConsultPricingUnitType value)
value - allowed object is
ConsultPricingUnitTypepublic ConsultPricingUnitType getPricingSlice()
ConsultPricingUnitTypepublic void setPricingSlice(ConsultPricingUnitType value)
value - allowed object is
ConsultPricingUnitTypepublic ReimbursementCriterionType getReimbursementCriterion()
ReimbursementCriterionTypepublic void setReimbursementCriterion(ReimbursementCriterionType value)
value - allowed object is
ReimbursementCriterionTypepublic List<AdditionalFieldsType> getAdditionalFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the additionalFields property.
For example, to add a new item, do as follows:
getAdditionalFields().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalFieldsType
public List<ConsultCopaymentType> getCopayments()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the copayments property.
For example, to add a new item, do as follows:
getCopayments().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultCopaymentType
public String getDeliveryEnvironment()
Stringpublic void setDeliveryEnvironment(String value)
value - allowed object is
Stringpublic String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic String getCodeType()
Stringpublic void setCodeType(String value)
value - allowed object is
Stringpublic String getLegalReferencePath()
Stringpublic void setLegalReferencePath(String value)
value - allowed object is
Stringpublic 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
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||