|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.samcivics.type.v1.PriceType
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:31:40+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>
<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="priceAmnt" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="reimbBasePrice" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="referenceBasePrice" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
PriceType()
|
|
| Method Summary | |
|---|---|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
Float |
getPriceAmnt()
Gets the value of the priceAmnt property. |
Float |
getReferenceBasePrice()
Gets the value of the referenceBasePrice property. |
Float |
getReimbBasePrice()
Gets the value of the reimbBasePrice property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setPriceAmnt(Float value)
Sets the value of the priceAmnt property. |
void |
setReferenceBasePrice(Float value)
Sets the value of the referenceBasePrice property. |
void |
setReimbBasePrice(Float value)
Sets the value of the reimbBasePrice 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 PriceType()
| Method Detail |
|---|
public 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
Stringpublic Float getPriceAmnt()
Floatpublic void setPriceAmnt(Float value)
value - allowed object is
Floatpublic Float getReimbBasePrice()
Floatpublic void setReimbBasePrice(Float value)
value - allowed object is
Floatpublic Float getReferenceBasePrice()
Floatpublic void setReferenceBasePrice(Float value)
value - allowed object is
Float
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||