@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:54:57+02:00", comments="JAXB RI v2.2.11") public class SubstanceType extends Object implements Serializable
Java class for substanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="substanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-SUBSTANCE"/>
<element name="substancename" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubstanceType() |
| Modifier and Type | Method and Description |
|---|---|
CDSUBSTANCE |
getCd()
Gets the value of the cd property.
|
String |
getSubstancename()
Gets the value of the substancename property.
|
void |
setCd(CDSUBSTANCE value)
Sets the value of the cd property.
|
void |
setSubstancename(String value)
Sets the value of the substancename property.
|
public String getSubstancename()
Stringpublic void setSubstancename(String value)
value - allowed object is
Stringpublic CDSUBSTANCE getCd()
CDSUBSTANCEpublic void setCd(CDSUBSTANCE value)
value - allowed object is
CDSUBSTANCE
Connector Packaging generic 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.