|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.MedicinalProductType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-04-05T05:02:35+02:00",
comments="JAXB RI v2.3.6")
public class MedicinalProductTypea medicinal product can be identified unambiguously by a CNK code identifying a package. The descriptive identification is only mandatory in case of absence of a package ID.
Java class for medicinalProductType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="medicinalProductType">
<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-DRUG-CNK" maxOccurs="unbounded"/>
<element name="deliveredcd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-DRUG-CNK" maxOccurs="unbounded" 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 | |
|---|---|
MedicinalProductType()
|
|
| Method Summary | |
|---|---|
List<CDDRUGCNK> |
getDeliveredcds()
Gets the value of the deliveredcds property. |
String |
getDeliveredname()
Gets the value of the deliveredname property. |
List<CDDRUGCNK> |
getIntendedcds()
Gets the value of the intendedcds property. |
String |
getIntendedname()
Gets the value of the intendedname property. |
void |
setDeliveredname(String value)
Sets the value of the deliveredname 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 MedicinalProductType()
| Method Detail |
|---|
public List<CDDRUGCNK> getIntendedcds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the intendedcds property.
For example, to add a new item, do as follows:
getIntendedcds().add(newItem);
Objects of the following type(s) are allowed in the list
CDDRUGCNK
public List<CDDRUGCNK> getDeliveredcds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the deliveredcds property.
For example, to add a new item, do as follows:
getDeliveredcds().add(newItem);
Objects of the following type(s) are allowed in the list
CDDRUGCNK
public 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 | |||||||||