|
|||||||||
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.ImmunisationList.Immunisation
public static class HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation
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 |
---|
protected TimeStampDT immunisationDate
protected CodedType immunisationTitle
protected java.lang.Integer immunisationSequenceNumber
Constructor Detail |
---|
public HealthRecordOverviewResponse.SharedHealthSummary.SharedHealthSummaryAtomicData.ImmunisationList.Immunisation()
Method Detail |
---|
public TimeStampDT getImmunisationDate()
TimeStampDT
public void setImmunisationDate(TimeStampDT value)
value
- allowed object is
TimeStampDT
public CodedType getImmunisationTitle()
CodedType
public void setImmunisationTitle(CodedType value)
value
- allowed object is
CodedType
public java.lang.Integer getImmunisationSequenceNumber()
Integer
public void setImmunisationSequenceNumber(java.lang.Integer value)
value
- allowed object is
Integer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |