|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.FindByIngredientType
@Generated(value="com.sun.tools.xjc.Driver", date="2017-06-27T08:11: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:v3}StandardSubstanceCodeCriterionType"/> <element name="SubstanceName" type="{urn:be:fgov:ehealth:dics:protocol:v3}StandardSubstanceNameCriterionType"/> </choice> <element name="Strength" type="{urn:be:fgov:ehealth:dics:core:v3: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()
StandardSubstanceNameCriterionType
public void setSubstanceName(StandardSubstanceNameCriterionType value)
value
- allowed object is
StandardSubstanceNameCriterionType
public StandardSubstanceCodeCriterionType getSubstanceCode()
StandardSubstanceCodeCriterionType
public void setSubstanceCode(StandardSubstanceCodeCriterionType value)
value
- allowed object is
StandardSubstanceCodeCriterionType
public QuantityType getStrength()
QuantityType
public 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 |