|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultBoundedParameterType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") public class ConsultBoundedParameterType
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 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 |
---|
public ConsultBoundedParameterType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |