@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:21:36+02:00", comments="JAXB RI v2.2.11") public class MedicinalProductType extends Object implements Serializable
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 and Description |
|---|
MedicinalProductType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
String
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.