@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+02:00", comments="JAXB RI v2.3.7") 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()
String
public void setSubstanceCode(String value)
value
- allowed object is
String
public StrengthRangeType getStrength()
StrengthRangeType
public void setStrength(StrengthRangeType value)
value
- allowed object is
StrengthRangeType
public Integer getRank()
Integer
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.