|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.core.v1.BaseType
be.fgov.ehealth.dics.core.v1.PriceType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:32:57+02:00", comments="JAXB RI v2.2.6") public class PriceType
Java class for PriceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceType"> <complexContent> <extension base="{urn:be:fgov:ehealth:dics:core:v1}BaseType"> <sequence> <element name="PriceAmnt" type="{urn:be:fgov:ehealth:dics:core:v1}AmountType" minOccurs="0"/> <element name="ReimbBasePrice" type="{urn:be:fgov:ehealth:dics:core:v1}AmountType" minOccurs="0"/> <element name="ReferenceBasePrice" type="{urn:be:fgov:ehealth:dics:core:v1}AmountType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PriceType()
|
Method Summary | |
---|---|
AmountType |
getPriceAmnt()
Gets the value of the priceAmnt property. |
AmountType |
getReferenceBasePrice()
Gets the value of the referenceBasePrice property. |
AmountType |
getReimbBasePrice()
Gets the value of the reimbBasePrice property. |
void |
setPriceAmnt(AmountType value)
Sets the value of the priceAmnt property. |
void |
setReferenceBasePrice(AmountType value)
Sets the value of the referenceBasePrice property. |
void |
setReimbBasePrice(AmountType value)
Sets the value of the reimbBasePrice property. |
Methods inherited from class be.fgov.ehealth.dics.core.v1.BaseType |
---|
getEndDate, getStartDate, setEndDate, setStartDate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PriceType()
Method Detail |
---|
public AmountType getPriceAmnt()
AmountType
public void setPriceAmnt(AmountType value)
value
- allowed object is
AmountType
public AmountType getReimbBasePrice()
AmountType
public void setReimbBasePrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getReferenceBasePrice()
AmountType
public void setReferenceBasePrice(AmountType value)
value
- allowed object is
AmountType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |