au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction

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

public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction
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="advReactionCause" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="advReactionManifestation" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="advReactionType" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodedType advReactionCause
           
protected  java.util.List<CodedType> advReactionManifestations
           
protected  CodedType advReactionType
           
 
Constructor Summary
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction()
           
 
Method Summary
 CodedType getAdvReactionCause()
          Gets the value of the advReactionCause property.
 java.util.List<CodedType> getAdvReactionManifestations()
          Gets the value of the advReactionManifestations property.
 CodedType getAdvReactionType()
          Gets the value of the advReactionType property.
 void setAdvReactionCause(CodedType value)
          Sets the value of the advReactionCause property.
 void setAdvReactionType(CodedType value)
          Sets the value of the advReactionType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

advReactionCause

protected CodedType advReactionCause

advReactionManifestations

protected java.util.List<CodedType> advReactionManifestations

advReactionType

protected CodedType advReactionType
Constructor Detail

HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction

public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction()
Method Detail

getAdvReactionCause

public CodedType getAdvReactionCause()
Gets the value of the advReactionCause property.

Returns:
possible object is CodedType

setAdvReactionCause

public void setAdvReactionCause(CodedType value)
Sets the value of the advReactionCause property.

Parameters:
value - allowed object is CodedType

getAdvReactionManifestations

public java.util.List<CodedType> getAdvReactionManifestations()
Gets the value of the advReactionManifestations 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 advReactionManifestations property.

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

    getAdvReactionManifestations().add(newItem);
 

Objects of the following type(s) are allowed in the list CodedType


getAdvReactionType

public CodedType getAdvReactionType()
Gets the value of the advReactionType property.

Returns:
possible object is CodedType

setAdvReactionType

public void setAdvReactionType(CodedType value)
Sets the value of the advReactionType property.

Parameters:
value - allowed object is CodedType