|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultParameterizedQuantityType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:50:02+02:00",
comments="JAXB RI v2.3.6")
public class ConsultParameterizedQuantityType
Java class for ConsultParameterizedQuantityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultParameterizedQuantityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Quantity" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType"/>
<element name="Multiplier" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Parameter" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultDosageParameterType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultParameterizedQuantityType()
|
|
| Method Summary | |
|---|---|
BigDecimal |
getMultiplier()
Gets the value of the multiplier property. |
ConsultDosageParameterType |
getParameter()
Gets the value of the parameter property. |
QuantityType |
getQuantity()
Gets the value of the quantity property. |
void |
setMultiplier(BigDecimal value)
Sets the value of the multiplier property. |
void |
setParameter(ConsultDosageParameterType value)
Sets the value of the parameter property. |
void |
setQuantity(QuantityType 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 ConsultParameterizedQuantityType()
| Method Detail |
|---|
public QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityTypepublic BigDecimal getMultiplier()
BigDecimalpublic void setMultiplier(BigDecimal value)
value - allowed object is
BigDecimalpublic ConsultDosageParameterType getParameter()
ConsultDosageParameterTypepublic void setParameter(ConsultDosageParameterType value)
value - allowed object is
ConsultDosageParameterType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||