@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+02:00", comments="JAXB RI v2.3.7") public class ConsultParameterizedQuantityType extends Object implements Serializable
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 and Description |
---|
ConsultParameterizedQuantityType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public QuantityType getQuantity()
QuantityType
public void setQuantity(QuantityType value)
value
- allowed object is
QuantityType
public BigDecimal getMultiplier()
BigDecimal
public void setMultiplier(BigDecimal value)
value
- allowed object is
BigDecimal
public ConsultDosageParameterType getParameter()
ConsultDosageParameterType
public void setParameter(ConsultDosageParameterType value)
value
- allowed object is
ConsultDosageParameterType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.