|
||||||||||
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.FrequencyType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:10:03+02:00", comments="JAXB RI v2.2.6") public class FrequencyType
frequency 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()
PeriodicityType
public void setPeriodicity(PeriodicityType value)
value
- allowed object is
PeriodicityType
public TextType getText()
TextType
public void setText(TextType value)
value
- allowed object is
TextType
public BigDecimal getDecimal()
BigDecimal
public void setDecimal(BigDecimal value)
value
- allowed object is
BigDecimal
public UnitType getUnit()
UnitType
public void setUnit(UnitType value)
value
- allowed object is
UnitType
public Nominator getNominator()
Nominator
public void setNominator(Nominator value)
value
- allowed object is
Nominator
public Denominator getDenominator()
Denominator
public 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 |