|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultDosageParameterType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:55:13+02:00",
comments="JAXB RI v2.2.11")
public class ConsultDosageParameterType
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 Summary | |
|---|---|
ConsultDosageParameterType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultDosageParameterType()
| Method Detail |
|---|
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()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||