|
||||||||||
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="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |