|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v4.FindByIngredientType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-09-25T04:47:32+02:00",
comments="JAXB RI v2.2.11")
public class FindByIngredientType
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:v4}StandardSubstanceCodeCriterionType"/>
<element name="SubstanceName" type="{urn:be:fgov:ehealth:dics:protocol:v4}StandardSubstanceNameCriterionType"/>
</choice>
<element name="Strength" type="{urn:be:fgov:ehealth:dics:core:v4:core}QuantityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
FindByIngredientType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FindByIngredientType()
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||