|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.DoseUnitsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2025-03-20T10:23:59+01:00",
comments="JAXB RI v2.3.6")
public class DoseUnitsType
Java class for DoseUnitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoseUnitsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubstanceCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Strength" type="{urn:be:fgov:ehealth:dics:protocol:v5}StrengthRangeType"/>
</sequence>
<attribute name="Rank" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
DoseUnitsType()
|
|
| Method Summary | |
|---|---|
Integer |
getRank()
Gets the value of the rank property. |
StrengthRangeType |
getStrength()
Gets the value of the strength property. |
String |
getSubstanceCode()
Gets the value of the substanceCode property. |
void |
setRank(Integer value)
Sets the value of the rank property. |
void |
setStrength(StrengthRangeType value)
Sets the value of the strength property. |
void |
setSubstanceCode(String value)
Sets the value of the substanceCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoseUnitsType()
| Method Detail |
|---|
public String getSubstanceCode()
Stringpublic void setSubstanceCode(String value)
value - allowed object is
Stringpublic StrengthRangeType getStrength()
StrengthRangeTypepublic void setStrength(StrengthRangeType value)
value - allowed object is
StrengthRangeTypepublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||