ca.macewan.ims.enterprise
Class Demographics

java.lang.Object
  extended byca.macewan.ims.enterprise.Demographics

public class Demographics
extends Object

Represents a "demographics" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Field Summary
static String[] GENDER_ENUM
           
static String GENDER_FEMALE
           
static String GENDER_MALE
           
static String GENDER_UNKNOWN
           
 
Constructor Summary
Demographics()
           
 
Method Summary
 void addDisability(String dsbl)
           
 String getBDay()
           
 Date getBDayRaw()
           
 String[] getDisability()
           
 String getGender()
           
 void setBDay(Date bd)
           
 void setBDay(String bd)
           
 void setGender(String gnd)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GENDER_UNKNOWN

public static final String GENDER_UNKNOWN
See Also:
Constant Field Values

GENDER_FEMALE

public static final String GENDER_FEMALE
See Also:
Constant Field Values

GENDER_MALE

public static final String GENDER_MALE
See Also:
Constant Field Values

GENDER_ENUM

public static final String[] GENDER_ENUM
Constructor Detail

Demographics

public Demographics()
Method Detail

setGender

public void setGender(String gnd)

getGender

public String getGender()

setBDay

public void setBDay(String bd)
             throws IMSEnterpriseException
Throws:
IMSEnterpriseException

setBDay

public void setBDay(Date bd)

getBDay

public String getBDay()

getBDayRaw

public Date getBDayRaw()

addDisability

public void addDisability(String dsbl)

getDisability

public String[] getDisability()