|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.Takes
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:07:31+02:00",
comments="JAXB RI v2.2.11")
public class Takes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="low" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="high" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Takes()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getHigh()
Gets the value of the high property. |
BigDecimal |
getLow()
Gets the value of the low property. |
void |
setHigh(BigDecimal value)
Sets the value of the high property. |
void |
setLow(BigDecimal value)
Sets the value of the low property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Takes()
| Method Detail |
|---|
public BigDecimal getLow()
BigDecimalpublic void setLow(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getHigh()
BigDecimalpublic void setHigh(BigDecimal value)
value - allowed object is
BigDecimal
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||