|
||||||||||
| 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.CompoundType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-20T05:25:56+02:00",
comments="JAXB RI v2.2.11")
public class CompoundType
Java class for compoundType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="compoundType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR" maxOccurs="unbounded" minOccurs="0"/>
<choice>
<element name="medicinalproduct" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}medicinalProductType"/>
<element name="substance" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}substanceType"/>
</choice>
<element name="quantityprefix" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-QUANTITYPREFIX"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="quantity" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}quantityType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
CompoundType()
|
|
| Method Summary | |
|---|---|
List<IDKMEHR> |
getIds()
Gets the value of the ids property. |
MedicinalProductType |
getMedicinalproduct()
Gets the value of the medicinalproduct property. |
QuantityType |
getQuantity()
Gets the value of the quantity property. |
Quantityprefix |
getQuantityprefix()
Gets the value of the quantityprefix property. |
SubstanceType |
getSubstance()
Gets the value of the substance property. |
void |
setMedicinalproduct(MedicinalProductType value)
Sets the value of the medicinalproduct property. |
void |
setQuantity(QuantityType value)
Sets the value of the quantity property. |
void |
setQuantityprefix(Quantityprefix value)
Sets the value of the quantityprefix property. |
void |
setSubstance(SubstanceType value)
Sets the value of the substance property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompoundType()
| Method Detail |
|---|
public List<IDKMEHR> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDKMEHR
public SubstanceType getSubstance()
SubstanceTypepublic void setSubstance(SubstanceType value)
value - allowed object is
SubstanceTypepublic MedicinalProductType getMedicinalproduct()
MedicinalProductTypepublic void setMedicinalproduct(MedicinalProductType value)
value - allowed object is
MedicinalProductTypepublic Quantityprefix getQuantityprefix()
Quantityprefixpublic void setQuantityprefix(Quantityprefix value)
value - allowed object is
Quantityprefixpublic QuantityType getQuantity()
QuantityTypepublic void setQuantity(QuantityType value)
value - allowed object is
QuantityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||