au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2
Class RegisterPCEHR.Individual

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2.RegisterPCEHR.Individual
Enclosing class:
RegisterPCEHR

public static class RegisterPCEHR.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 name="demographics">
           <complexType>
             <complexContent>
               <extension base="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp">
                 <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"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RegisterPCEHR.Individual.Demographics
          Java class for anonymous complex type.
 
Field Summary
protected  RegisterPCEHR.Individual.Demographics demographics
           
 
Constructor Summary
RegisterPCEHR.Individual()
           
 
Method Summary
 RegisterPCEHR.Individual.Demographics getDemographics()
          Gets the value of the demographics property.
 void setDemographics(RegisterPCEHR.Individual.Demographics value)
          Sets the value of the demographics property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

demographics

protected RegisterPCEHR.Individual.Demographics demographics
Constructor Detail

RegisterPCEHR.Individual

public RegisterPCEHR.Individual()
Method Detail

getDemographics

public RegisterPCEHR.Individual.Demographics getDemographics()
Gets the value of the demographics property.

Returns:
possible object is RegisterPCEHR.Individual.Demographics

setDemographics

public void setDemographics(RegisterPCEHR.Individual.Demographics value)
Sets the value of the demographics property.

Parameters:
value - allowed object is RegisterPCEHR.Individual.Demographics