@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:38:44+02:00", comments="JAXB RI v2.2.11") public class DoseUnitsType extends Object implements Serializable
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 and Description |
|---|
DoseUnitsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Integer
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.