@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:31:25+02:00", comments="JAXB RI v2.2.11") public class ConsultDosageParameterType extends Object implements Serializable
Java class for ConsultDosageParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultDosageParameterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Definition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="StandardUnit" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SnomedCT" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultDosageParameterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefinition()
Gets the value of the definition property.
|
String |
getName()
Gets the value of the name property.
|
String |
getSnomedCT()
Gets the value of the snomedCT property.
|
String |
getStandardUnit()
Gets the value of the standardUnit property.
|
void |
setDefinition(String value)
Sets the value of the definition property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSnomedCT(String value)
Sets the value of the snomedCT property.
|
void |
setStandardUnit(String value)
Sets the value of the standardUnit property.
|
public String getDefinition()
Stringpublic void setDefinition(String value)
value - allowed object is
Stringpublic String getStandardUnit()
Stringpublic void setStandardUnit(String value)
value - allowed object is
Stringpublic String getSnomedCT()
Stringpublic void setSnomedCT(String value)
value - allowed object is
Stringpublic String getName()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.