@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:32:36+02:00", comments="JAXB RI v2.3.7") public class FindByIngredientType extends Object implements Serializable
Java class for FindByIngredientType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindByIngredientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="SubstanceCode" type="{urn:be:fgov:ehealth:dics:protocol:v5}StandardSubstanceCodeCriterionType"/>
<element name="SubstanceName" type="{urn:be:fgov:ehealth:dics:protocol:v5}StandardSubstanceNameCriterionType"/>
</choice>
<element name="Strength" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FindByIngredientType() |
| Modifier and Type | Method and Description |
|---|---|
QuantityType |
getStrength()
Gets the value of the strength property.
|
StandardSubstanceCodeCriterionType |
getSubstanceCode()
Gets the value of the substanceCode property.
|
StandardSubstanceNameCriterionType |
getSubstanceName()
Gets the value of the substanceName property.
|
void |
setStrength(QuantityType value)
Sets the value of the strength property.
|
void |
setSubstanceCode(StandardSubstanceCodeCriterionType value)
Sets the value of the substanceCode property.
|
void |
setSubstanceName(StandardSubstanceNameCriterionType value)
Sets the value of the substanceName property.
|
public StandardSubstanceNameCriterionType getSubstanceName()
StandardSubstanceNameCriterionTypepublic void setSubstanceName(StandardSubstanceNameCriterionType value)
value - allowed object is
StandardSubstanceNameCriterionTypepublic StandardSubstanceCodeCriterionType getSubstanceCode()
StandardSubstanceCodeCriterionTypepublic void setSubstanceCode(StandardSubstanceCodeCriterionType value)
value - allowed object is
StandardSubstanceCodeCriterionTypepublic QuantityType getStrength()
QuantityTypepublic void setStrength(QuantityType value)
value - allowed object is
QuantityType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.