|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.IndividualTypeSupp
public class IndividualTypeSupp
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 |
---|
protected NameTypeSupp name
protected Sex sex
protected java.util.Calendar dateOfBirth
Constructor Detail |
---|
public IndividualTypeSupp()
Method Detail |
---|
public NameTypeSupp getName()
NameTypeSupp
public void setName(NameTypeSupp value)
value
- allowed object is
NameTypeSupp
public Sex getSex()
Sex
public void setSex(Sex value)
value
- allowed object is
Sex
public java.util.Calendar getDateOfBirth()
String
public void setDateOfBirth(java.util.Calendar value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |