au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1
Class GainPCEHRAccess.PCEHRRecord.Individual

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.GainPCEHRAccess.PCEHRRecord.Individual
Enclosing class:
GainPCEHRAccess.PCEHRRecord

public static class GainPCEHRAccess.PCEHRRecord.Individual
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 ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareCardNumber" minOccurs="0"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareIRN" minOccurs="0"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dvaFileNumber" minOccurs="0"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}militaryHealthNumber" minOccurs="0"/>
         <element name="dateOfBirth" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}sex"/>
         <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.Calendar dateOfBirth
           
protected  java.lang.String dvaFileNumber
           
protected  java.lang.String medicareCardNumber
           
protected  java.lang.Integer medicareIRN
           
protected  java.lang.String militaryHealthNumber
           
protected  NameType name
           
protected  Sex sex
           
 
Constructor Summary
GainPCEHRAccess.PCEHRRecord.Individual()
           
 
Method Summary
 java.util.Calendar getDateOfBirth()
          Gets the value of the dateOfBirth property.
 java.lang.String getDvaFileNumber()
          Gets the value of the dvaFileNumber property.
 java.lang.String getMedicareCardNumber()
          Gets the value of the medicareCardNumber property.
 java.lang.Integer getMedicareIRN()
          Gets the value of the medicareIRN property.
 java.lang.String getMilitaryHealthNumber()
          Gets the value of the militaryHealthNumber property.
 NameType getName()
          Gets the value of the name property.
 Sex getSex()
          Gets the value of the sex property.
 void setDateOfBirth(java.util.Calendar value)
          Sets the value of the dateOfBirth property.
 void setDvaFileNumber(java.lang.String value)
          Sets the value of the dvaFileNumber property.
 void setMedicareCardNumber(java.lang.String value)
          Sets the value of the medicareCardNumber property.
 void setMedicareIRN(java.lang.Integer value)
          Sets the value of the medicareIRN property.
 void setMilitaryHealthNumber(java.lang.String value)
          Sets the value of the militaryHealthNumber property.
 void setName(NameType value)
          Sets the value of the name property.
 void setSex(Sex value)
          Sets the value of the sex property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

medicareCardNumber

protected java.lang.String medicareCardNumber

medicareIRN

protected java.lang.Integer medicareIRN

dvaFileNumber

protected java.lang.String dvaFileNumber

militaryHealthNumber

protected java.lang.String militaryHealthNumber

dateOfBirth

protected java.util.Calendar dateOfBirth

sex

protected Sex sex

name

protected NameType name
Constructor Detail

GainPCEHRAccess.PCEHRRecord.Individual

public GainPCEHRAccess.PCEHRRecord.Individual()
Method Detail

getMedicareCardNumber

public java.lang.String getMedicareCardNumber()
Gets the value of the medicareCardNumber property.

Returns:
possible object is String

setMedicareCardNumber

public void setMedicareCardNumber(java.lang.String value)
Sets the value of the medicareCardNumber property.

Parameters:
value - allowed object is String

getMedicareIRN

public java.lang.Integer getMedicareIRN()
Gets the value of the medicareIRN property.

Returns:
possible object is Integer

setMedicareIRN

public void setMedicareIRN(java.lang.Integer value)
Sets the value of the medicareIRN property.

Parameters:
value - allowed object is Integer

getDvaFileNumber

public java.lang.String getDvaFileNumber()
Gets the value of the dvaFileNumber property.

Returns:
possible object is String

setDvaFileNumber

public void setDvaFileNumber(java.lang.String value)
Sets the value of the dvaFileNumber property.

Parameters:
value - allowed object is String

getMilitaryHealthNumber

public java.lang.String getMilitaryHealthNumber()
Gets the value of the militaryHealthNumber property.

Returns:
possible object is String

setMilitaryHealthNumber

public void setMilitaryHealthNumber(java.lang.String value)
Sets the value of the militaryHealthNumber property.

Parameters:
value - allowed object is String

getDateOfBirth

public java.util.Calendar getDateOfBirth()
Gets the value of the dateOfBirth property.

Returns:
possible object is String

setDateOfBirth

public void setDateOfBirth(java.util.Calendar value)
Sets the value of the dateOfBirth property.

Parameters:
value - allowed object is String

getSex

public Sex getSex()
Gets the value of the sex property.

Returns:
possible object is Sex

setSex

public void setSex(Sex value)
Sets the value of the sex property.

Parameters:
value - allowed object is Sex

getName

public NameType getName()
Gets the value of the name property.

Returns:
possible object is NameType

setName

public void setName(NameType value)
Sets the value of the name property.

Parameters:
value - allowed object is NameType