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

java.lang.Object
  extended by be.fgov.ehealth.dics.protocol.v5.ConsultBoundedParameterType
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 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>
 

See Also:
Serialized Form

Constructor Summary
ConsultBoundedParameterType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultBoundedParameterType

public ConsultBoundedParameterType()
Method Detail

getDosageParameter

public ConsultDosageParameterType getDosageParameter()
Gets the value of the dosageParameter property.

Returns:
possible object is ConsultDosageParameterType

setDosageParameter

public void setDosageParameter(ConsultDosageParameterType value)
Sets the value of the dosageParameter property.

Parameters:
value - allowed object is ConsultDosageParameterType

getLowerBound

public QuantityType getLowerBound()
Gets the value of the lowerBound property.

Returns:
possible object is QuantityType

setLowerBound

public void setLowerBound(QuantityType value)
Sets the value of the lowerBound property.

Parameters:
value - allowed object is QuantityType

getUpperBound

public QuantityType getUpperBound()
Gets the value of the upperBound property.

Returns:
possible object is QuantityType

setUpperBound

public void setUpperBound(QuantityType value)
Sets the value of the upperBound property.

Parameters:
value - allowed object is QuantityType



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