|
||||||||||
| 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.FrequencyType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:18:31+02:00",
comments="JAXB RI v2.3.6")
public class FrequencyTypefrequency of applying the periodic posology, only in case of a constant scheme during a period of time
Java class for frequencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="frequencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="nominator">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="quantity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}timequantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="denominator">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="quantity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}timequantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<sequence>
<element name="decimal" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="unit" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}unitType"/>
</sequence>
<element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/>
<element name="periodicity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}periodicityType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FrequencyType()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getDecimal()
Gets the value of the decimal property. |
Denominator |
getDenominator()
Gets the value of the denominator property. |
Nominator |
getNominator()
Gets the value of the nominator property. |
PeriodicityType |
getPeriodicity()
Gets the value of the periodicity property. |
TextType |
getText()
Gets the value of the text property. |
UnitType |
getUnit()
Gets the value of the unit property. |
void |
setDecimal(BigDecimal value)
Sets the value of the decimal property. |
void |
setDenominator(Denominator value)
Sets the value of the denominator property. |
void |
setNominator(Nominator value)
Sets the value of the nominator property. |
void |
setPeriodicity(PeriodicityType value)
Sets the value of the periodicity property. |
void |
setText(TextType value)
Sets the value of the text property. |
void |
setUnit(UnitType 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 FrequencyType()
| Method Detail |
|---|
public PeriodicityType getPeriodicity()
PeriodicityTypepublic void setPeriodicity(PeriodicityType value)
value - allowed object is
PeriodicityTypepublic TextType getText()
TextTypepublic void setText(TextType value)
value - allowed object is
TextTypepublic BigDecimal getDecimal()
BigDecimalpublic void setDecimal(BigDecimal value)
value - allowed object is
BigDecimalpublic UnitType getUnit()
UnitTypepublic void setUnit(UnitType value)
value - allowed object is
UnitTypepublic Nominator getNominator()
Nominatorpublic void setNominator(Nominator value)
value - allowed object is
Nominatorpublic Denominator getDenominator()
Denominatorpublic void setDenominator(Denominator value)
value - allowed object is
Denominator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||