@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:12:51+01:00", comments="JAXB RI v2.2.11") public class ConsultBoundedParameterType extends Object implements Serializable
Java class for ConsultBoundedParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultBoundedParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DosageParameter" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultDosageParameterType"/>
<element name="LowerBound" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType" minOccurs="0"/>
<element name="UpperBound" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultBoundedParameterType() |
| Modifier and Type | Method and Description |
|---|---|
ConsultDosageParameterType |
getDosageParameter()
Gets the value of the dosageParameter property.
|
QuantityType |
getLowerBound()
Gets the value of the lowerBound property.
|
QuantityType |
getUpperBound()
Gets the value of the upperBound property.
|
void |
setDosageParameter(ConsultDosageParameterType value)
Sets the value of the dosageParameter property.
|
void |
setLowerBound(QuantityType value)
Sets the value of the lowerBound property.
|
void |
setUpperBound(QuantityType value)
Sets the value of the upperBound property.
|
public ConsultDosageParameterType getDosageParameter()
ConsultDosageParameterTypepublic void setDosageParameter(ConsultDosageParameterType value)
value - allowed object is
ConsultDosageParameterTypepublic QuantityType getLowerBound()
QuantityTypepublic void setLowerBound(QuantityType value)
value - allowed object is
QuantityTypepublic QuantityType getUpperBound()
QuantityTypepublic void setUpperBound(QuantityType value)
value - allowed object is
QuantityType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.