|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction
public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction
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 |
---|
protected CodedType advReactionCause
protected java.util.List<CodedType> advReactionManifestations
protected CodedType advReactionType
Constructor Detail |
---|
public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.AdvReactionsList.AdvReaction()
Method Detail |
---|
public CodedType getAdvReactionCause()
CodedType
public void setAdvReactionCause(CodedType value)
value
- allowed object is
CodedType
public java.util.List<CodedType> getAdvReactionManifestations()
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
public CodedType getAdvReactionType()
CodedType
public void setAdvReactionType(CodedType value)
value
- allowed object is
CodedType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |