|
||||||||||
| 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.Denominator
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:02:35+02:00",
comments="JAXB RI v2.3.6")
public class Denominator
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Constructor Summary | |
|---|---|
Denominator()
|
|
| Method Summary | |
|---|---|
TimequantityType |
getQuantity()
Gets the value of the quantity property. |
void |
setQuantity(TimequantityType value)
Sets the value of the quantity property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Denominator()
| Method Detail |
|---|
public TimequantityType getQuantity()
TimequantityTypepublic void setQuantity(TimequantityType value)
value - allowed object is
TimequantityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||