au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine
Enclosing class:
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList

public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="medicineTitle" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="medicineDose" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="medicineDesc" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="indication" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                   <element name="comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc> medicineDescs
           
protected  java.lang.String medicineDose
           
protected  CodedType medicineTitle
           
 
Constructor Summary
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine()
           
 
Method Summary
 java.util.List<HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc> getMedicineDescs()
          Gets the value of the medicineDescs property.
 java.lang.String getMedicineDose()
          Gets the value of the medicineDose property.
 CodedType getMedicineTitle()
          Gets the value of the medicineTitle property.
 void setMedicineDose(java.lang.String value)
          Sets the value of the medicineDose property.
 void setMedicineTitle(CodedType value)
          Sets the value of the medicineTitle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

medicineTitle

protected CodedType medicineTitle

medicineDose

protected java.lang.String medicineDose

medicineDescs

protected java.util.List<HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc> medicineDescs
Constructor Detail

HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine

public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine()
Method Detail

getMedicineTitle

public CodedType getMedicineTitle()
Gets the value of the medicineTitle property.

Returns:
possible object is CodedType

setMedicineTitle

public void setMedicineTitle(CodedType value)
Sets the value of the medicineTitle property.

Parameters:
value - allowed object is CodedType

getMedicineDose

public java.lang.String getMedicineDose()
Gets the value of the medicineDose property.

Returns:
possible object is String

setMedicineDose

public void setMedicineDose(java.lang.String value)
Sets the value of the medicineDose property.

Parameters:
value - allowed object is String

getMedicineDescs

public java.util.List<HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc> getMedicineDescs()
Gets the value of the medicineDescs property.

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 medicineDescs property.

For example, to add a new item, do as follows:

    getMedicineDescs().add(newItem);
 

Objects of the following type(s) are allowed in the list HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.MedicinesList.Medicine.MedicineDesc