|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v2.BaseType
be.fgov.ehealth.samcivics.type.v2.PriceType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:53:10+02:00",
comments="JAXB RI v2.3.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:samcivics:type:v2}BaseType">
<sequence>
<element name="PriceAmnt" type="{urn:be:fgov:ehealth:samcivics:type:v2}AmountType" minOccurs="0"/>
<element name="ReimbBasePrice" type="{urn:be:fgov:ehealth:samcivics:type:v2}AmountType" minOccurs="0"/>
<element name="ReferenceBasePrice" type="{urn:be:fgov:ehealth:samcivics:type:v2}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.samcivics.type.v2.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()
AmountTypepublic void setPriceAmnt(AmountType value)
value - allowed object is
AmountTypepublic AmountType getReimbBasePrice()
AmountTypepublic void setReimbBasePrice(AmountType value)
value - allowed object is
AmountTypepublic AmountType getReferenceBasePrice()
AmountTypepublic 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 | |||||||||