@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:32:36+02:00", comments="JAXB RI v2.3.7") public class ConsultIndicationType extends Object implements Serializable
Java class for ConsultIndicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultIndicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SnomedCT" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultIndicationType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getSnomedCT()
Gets the value of the snomedCT property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setSnomedCT(String value)
Sets the value of the snomedCT property.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getSnomedCT()
Stringpublic void setSnomedCT(String value)
value - allowed object is
Stringpublic String getCode()
String
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.