@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:19:03+01:00", comments="JAXB RI v2.3.7") public class FrequencyType extends Object implements Serializable
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 and Description |
|---|
FrequencyType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.