@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:22:27+02:00", comments="JAXB RI v2.2.11") 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()
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
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.