|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.Posology
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:41:26+02:00", comments="JAXB RI v2.2.11") public class Posology
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"> <choice> <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"/> <element name="unit" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}administrationunitType"/> <element name="takes"> <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> </element> </sequence> <element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Posology()
|
Method Summary | |
---|---|
BigDecimal |
getHigh()
Gets the value of the high property. |
BigDecimal |
getLow()
Gets the value of the low property. |
Takes |
getTakes()
Gets the value of the takes property. |
TextType |
getText()
Gets the value of the text property. |
AdministrationunitType |
getUnit()
Gets the value of the unit property. |
void |
setHigh(BigDecimal value)
Sets the value of the high property. |
void |
setLow(BigDecimal value)
Sets the value of the low property. |
void |
setTakes(Takes value)
Sets the value of the takes property. |
void |
setText(TextType value)
Sets the value of the text property. |
void |
setUnit(AdministrationunitType value)
Sets the value of the unit property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Posology()
Method Detail |
---|
public TextType getText()
TextType
public void setText(TextType value)
value
- allowed object is
TextType
public BigDecimal getLow()
BigDecimal
public void setLow(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getHigh()
BigDecimal
public void setHigh(BigDecimal value)
value
- allowed object is
BigDecimal
public AdministrationunitType getUnit()
AdministrationunitType
public void setUnit(AdministrationunitType value)
value
- allowed object is
AdministrationunitType
public Takes getTakes()
Takes
public void setTakes(Takes value)
value
- allowed object is
Takes
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |