au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation

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

public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation
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="immunisationDate" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}timeStampDT"/>
         <element name="immunisationTitle" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}CodedType"/>
         <element name="immunisationSequenceNumber" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  TimeStampDT immunisationDate
           
protected  java.lang.Integer immunisationSequenceNumber
           
protected  CodedType immunisationTitle
           
 
Constructor Summary
HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation()
           
 
Method Summary
 TimeStampDT getImmunisationDate()
          Gets the value of the immunisationDate property.
 java.lang.Integer getImmunisationSequenceNumber()
          Gets the value of the immunisationSequenceNumber property.
 CodedType getImmunisationTitle()
          Gets the value of the immunisationTitle property.
 void setImmunisationDate(TimeStampDT value)
          Sets the value of the immunisationDate property.
 void setImmunisationSequenceNumber(java.lang.Integer value)
          Sets the value of the immunisationSequenceNumber property.
 void setImmunisationTitle(CodedType value)
          Sets the value of the immunisationTitle property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

immunisationDate

protected TimeStampDT immunisationDate

immunisationTitle

protected CodedType immunisationTitle

immunisationSequenceNumber

protected java.lang.Integer immunisationSequenceNumber
Constructor Detail

HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation

public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation()
Method Detail

getImmunisationDate

public TimeStampDT getImmunisationDate()
Gets the value of the immunisationDate property.

Returns:
possible object is TimeStampDT

setImmunisationDate

public void setImmunisationDate(TimeStampDT value)
Sets the value of the immunisationDate property.

Parameters:
value - allowed object is TimeStampDT

getImmunisationTitle

public CodedType getImmunisationTitle()
Gets the value of the immunisationTitle property.

Returns:
possible object is CodedType

setImmunisationTitle

public void setImmunisationTitle(CodedType value)
Sets the value of the immunisationTitle property.

Parameters:
value - allowed object is CodedType

getImmunisationSequenceNumber

public java.lang.Integer getImmunisationSequenceNumber()
Gets the value of the immunisationSequenceNumber property.

Returns:
possible object is Integer

setImmunisationSequenceNumber

public void setImmunisationSequenceNumber(java.lang.Integer value)
Sets the value of the immunisationSequenceNumber property.

Parameters:
value - allowed object is Integer