|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.Element
com.edustructures.sifworks.SIFElement
com.edustructures.sifworks.etranscripts.DemographicsData
public class DemographicsData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
DemographicsData()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getBirthDate()
Gets the value of the <BirthDate> element. |
java.lang.String |
getGender()
Gets the value of the <Gender> element. |
RaceList |
getRaceList()
Gets the value of the <RaceList> element. |
void |
removeRaceList()
Removes the RaceList child element previously created by calling setRaceList |
void |
setBirthDate(java.util.Calendar value)
Sets the value of the <BirthDate> element. |
void |
setGender(Gender value)
Sets the value of the <Gender> element. |
void |
setGender(java.lang.String value)
Sets the value of the <Gender> element as a String. |
void |
setRaceList(RaceList value)
Sets the value of the <RaceList> element. |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, clone, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getKey, getSIFValue, getSIFVersion, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, setSIFVersion, setTextValue, setXmlId, tag |
| Methods inherited from class com.edustructures.sifworks.Element |
|---|
compareTo, getElementDef, getParent, getRoot, isChanged, isDoNotEncode, isEmpty, setChanged, setDoNotEncode, setElementDef, setEmpty, setParent, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DemographicsData()
| Method Detail |
|---|
public void setRaceList(RaceList value)
<RaceList> element.
value - A RaceList objectpublic RaceList getRaceList()
<RaceList> element.
RaceList objectpublic void removeRaceList()
RaceList child element previously created by calling setRaceList
public java.lang.String getGender()
<Gender> element.
Gender element of this object.public void setGender(Gender value)
<Gender> element.
value - A constant defined by the Gender classpublic void setGender(java.lang.String value)
<Gender> element as a String.
value - The value as a Stringpublic java.util.Calendar getBirthDate()
<BirthDate> element.
BirthDate element of this object.public void setBirthDate(java.util.Calendar value)
<BirthDate> element.
value - A Calendar object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||