be.fgov.ehealth.dics.protocol.v5
Class ConsultParameterizedQuantityType

java.lang.Object
  extended by be.fgov.ehealth.dics.protocol.v5.ConsultParameterizedQuantityType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2022-09-22T05:55:13+02:00",
           comments="JAXB RI v2.2.11")
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>
 

See Also:
Serialized Form

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

ConsultParameterizedQuantityType

public ConsultParameterizedQuantityType()
Method Detail

getQuantity

public QuantityType getQuantity()
Gets the value of the quantity property.

Returns:
possible object is QuantityType

setQuantity

public void setQuantity(QuantityType value)
Sets the value of the quantity property.

Parameters:
value - allowed object is QuantityType

getMultiplier

public BigDecimal getMultiplier()
Gets the value of the multiplier property.

Returns:
possible object is BigDecimal

setMultiplier

public void setMultiplier(BigDecimal value)
Sets the value of the multiplier property.

Parameters:
value - allowed object is BigDecimal

getParameter

public ConsultDosageParameterType getParameter()
Gets the value of the parameter property.

Returns:
possible object is ConsultDosageParameterType

setParameter

public void setParameter(ConsultDosageParameterType value)
Sets the value of the parameter property.

Parameters:
value - allowed object is ConsultDosageParameterType



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.