au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class IndividualTypeSupp

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.IndividualTypeSupp
Direct Known Subclasses:
GetIndividualDetailsViewResponse.Individual, RegisterPCEHR.Individual.Demographics, RegisterPCEHR.Representative.Demographics, RegisterPCEHRResponse.Individual.Demographics

public class IndividualTypeSupp
extends java.lang.Object

Java class for individualTypeSupp complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="individualTypeSupp">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameTypeSupp"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}sex"/>
         <element name="dateOfBirth" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.Calendar dateOfBirth
           
protected  NameTypeSupp name
           
protected  Sex sex
           
 
Constructor Summary
IndividualTypeSupp()
           
 
Method Summary
 java.util.Calendar getDateOfBirth()
          Gets the value of the dateOfBirth property.
 NameTypeSupp 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 setName(NameTypeSupp 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

name

protected NameTypeSupp name

sex

protected Sex sex

dateOfBirth

protected java.util.Calendar dateOfBirth
Constructor Detail

IndividualTypeSupp

public IndividualTypeSupp()
Method Detail

getName

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

Returns:
possible object is NameTypeSupp

setName

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

Parameters:
value - allowed object is NameTypeSupp

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

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