|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.core.v3.core.StrengthRangeType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-05-30T09:02:49+02:00",
comments="JAXB RI v2.2.11")
public class StrengthRangeType
Java class for StrengthRangeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrengthRangeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NumeratorRange" type="{urn:be:fgov:ehealth:dics:core:v3:core}RangeType"/>
<element name="Denominator" type="{urn:be:fgov:ehealth:dics:core:v3:core}QuantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
StrengthRangeType()
|
|
| Method Summary | |
|---|---|
QuantityType |
getDenominator()
Gets the value of the denominator property. |
RangeType |
getNumeratorRange()
Gets the value of the numeratorRange property. |
void |
setDenominator(QuantityType value)
Sets the value of the denominator property. |
void |
setNumeratorRange(RangeType value)
Sets the value of the numeratorRange property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrengthRangeType()
| Method Detail |
|---|
public RangeType getNumeratorRange()
RangeTypepublic void setNumeratorRange(RangeType value)
value - allowed object is
RangeTypepublic QuantityType getDenominator()
QuantityTypepublic void setDenominator(QuantityType value)
value - allowed object is
QuantityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||