@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+02:00", comments="JAXB RI v2.3.7") 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()
ConsultDosageParameterType
public void setDosageParameter(ConsultDosageParameterType value)
value
- allowed object is
ConsultDosageParameterType
public QuantityType getLowerBound()
QuantityType
public void setLowerBound(QuantityType value)
value
- allowed object is
QuantityType
public QuantityType getUpperBound()
QuantityType
public void setUpperBound(QuantityType value)
value
- allowed object is
QuantityType
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.