@Generated(value="com.sun.tools.xjc.Driver", date="2023-04-04T03:11:02+02:00", comments="JAXB RI v2.3.7") public class PriceType extends BaseType implements Serializable
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 and Description |
|---|
PriceType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getEndDate, getStartDate, setEndDate, setStartDatepublic 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
Connector Packaging generic 4.3.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.