|
|||||||||
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.pcehrprofile._1.GainPCEHRAccess.PCEHRRecord.Individual
public static class GainPCEHRAccess.PCEHRRecord.Individual
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 |
---|
protected java.lang.String medicareCardNumber
protected java.lang.Integer medicareIRN
protected java.lang.String dvaFileNumber
protected java.lang.String militaryHealthNumber
protected java.util.Calendar dateOfBirth
protected Sex sex
protected NameType name
Constructor Detail |
---|
public GainPCEHRAccess.PCEHRRecord.Individual()
Method Detail |
---|
public java.lang.String getMedicareCardNumber()
String
public void setMedicareCardNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getMedicareIRN()
Integer
public void setMedicareIRN(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getDvaFileNumber()
String
public void setDvaFileNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMilitaryHealthNumber()
String
public void setMilitaryHealthNumber(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getDateOfBirth()
String
public void setDateOfBirth(java.util.Calendar value)
value
- allowed object is
String
public Sex getSex()
Sex
public void setSex(Sex value)
value
- allowed object is
Sex
public NameType getName()
NameType
public void setName(NameType value)
value
- allowed object is
NameType
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |