|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.Substanceproduct
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:41:15+02:00",
comments="JAXB RI v2.3.6")
public class Substanceproduct
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="intendedcd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-INNCLUSTER"/>
<element name="deliveredcd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-DRUG-CNK" minOccurs="0"/>
<element name="intendedname" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deliveredname" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
Substanceproduct()
|
|
| Method Summary | |
|---|---|
CDDRUGCNK |
getDeliveredcd()
Gets the value of the deliveredcd property. |
String |
getDeliveredname()
Gets the value of the deliveredname property. |
CDINNCLUSTER |
getIntendedcd()
Gets the value of the intendedcd property. |
String |
getIntendedname()
Gets the value of the intendedname property. |
void |
setDeliveredcd(CDDRUGCNK value)
Sets the value of the deliveredcd property. |
void |
setDeliveredname(String value)
Sets the value of the deliveredname property. |
void |
setIntendedcd(CDINNCLUSTER value)
Sets the value of the intendedcd property. |
void |
setIntendedname(String value)
Sets the value of the intendedname property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Substanceproduct()
| Method Detail |
|---|
public CDINNCLUSTER getIntendedcd()
CDINNCLUSTERpublic void setIntendedcd(CDINNCLUSTER value)
value - allowed object is
CDINNCLUSTERpublic CDDRUGCNK getDeliveredcd()
CDDRUGCNKpublic void setDeliveredcd(CDDRUGCNK value)
value - allowed object is
CDDRUGCNKpublic String getIntendedname()
Stringpublic void setIntendedname(String value)
value - allowed object is
Stringpublic String getDeliveredname()
Stringpublic void setDeliveredname(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||