@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:22:27+02:00", comments="JAXB RI v2.2.11") public class CompoundprescriptionType extends Object implements Serializable
Java class for compoundprescriptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compoundprescriptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <choice> <element name="compound" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}compoundType" maxOccurs="unbounded"/> <element name="formularyreference" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}formularyreferenceType"/> <element name="magistraltext" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType"/> </choice> <element name="galenicform" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}galenicformType" minOccurs="0"/> <element name="quantity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}quantityType" minOccurs="0"/> </sequence> <attribute name="L" type="{http://www.w3.org/2001/XMLSchema}language" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
CompoundprescriptionType() |
Modifier and Type | Method and Description |
---|---|
List<CompoundType> |
getCompound()
Gets the value of the compound property.
|
List<FormularyreferenceType> |
getFormularyreference()
Gets the value of the formularyreference property.
|
List<GalenicformType> |
getGalenicform()
Gets the value of the galenicform property.
|
String |
getL()
Gets the value of the l property.
|
List<TextType> |
getMagistraltext()
Gets the value of the magistraltext property.
|
List<String> |
getMixedContent()
Gets the value of the mixedContent property.
|
List<QuantityType> |
getQuantity()
Gets the value of the quantity property.
|
void |
setL(String value)
Sets the value of the l property.
|
public List<FormularyreferenceType> getFormularyreference()
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 formularyreference property.
For example, to add a new item, do as follows:
getFormularyreference().add(newItem);
Objects of the following type(s) are allowed in the list
FormularyreferenceType
public List<TextType> getMagistraltext()
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 magistraltext property.
For example, to add a new item, do as follows:
getMagistraltext().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public List<QuantityType> getQuantity()
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 quantity property.
For example, to add a new item, do as follows:
getQuantity().add(newItem);
Objects of the following type(s) are allowed in the list
QuantityType
public List<CompoundType> getCompound()
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 compound property.
For example, to add a new item, do as follows:
getCompound().add(newItem);
Objects of the following type(s) are allowed in the list
CompoundType
public List<GalenicformType> getGalenicform()
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 galenicform property.
For example, to add a new item, do as follows:
getGalenicform().add(newItem);
Objects of the following type(s) are allowed in the list
GalenicformType
public List<String> getMixedContent()
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 mixedContent property.
For example, to add a new item, do as follows:
getMixedContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.