|
||||||||||
| 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.CompoundprescriptionType
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-10-16T01:46:01+02:00",
comments="JAXB RI v2.2.11")
public class CompoundprescriptionTypea magistral preparation can be prescribed as a (coded) reference to a preparation in a reference book (formularyreference), or as a (coded) list of individual compounds (compoundlist), or as free text (magistraltext)
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 Summary | |
|---|---|
CompoundprescriptionType()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundprescriptionType()
| Method Detail |
|---|
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<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<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<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
public String getL()
Stringpublic void setL(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||