|
||||||||||
| 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.StrengthType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:44:26+02:00",
comments="JAXB RI v2.2.11")
public class StrengthType
Java class for StrengthType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StrengthType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Numerator" type="{urn:be:fgov:ehealth:dics:core:v3:core}QuantityType"/>
<element name="Denominator" type="{urn:be:fgov:ehealth:dics:core:v3:core}QuantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
StrengthType()
|
|
| Method Summary | |
|---|---|
QuantityType |
getDenominator()
Gets the value of the denominator property. |
QuantityType |
getNumerator()
Gets the value of the numerator property. |
void |
setDenominator(QuantityType value)
Sets the value of the denominator property. |
void |
setNumerator(QuantityType value)
Sets the value of the numerator property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrengthType()
| Method Detail |
|---|
public QuantityType getNumerator()
QuantityTypepublic void setNumerator(QuantityType value)
value - allowed object is
QuantityTypepublic 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 | |||||||||