com.edustructures.sifworks.etranscripts
Class DemographicsData

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.etranscripts.DemographicsData
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DemographicsData
extends SIFElement

Since:
2.0
Version:
2.0
See Also:
Serialized Form

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

DemographicsData

public DemographicsData()
Constructor

Method Detail

setRaceList

public void setRaceList(RaceList value)
Sets the value of the <RaceList> element.

Parameters:
value - A RaceList object
Since:
2.0

getRaceList

public RaceList getRaceList()
Gets the value of the <RaceList> element.

Returns:
A RaceList object
Since:
2.0

removeRaceList

public void removeRaceList()
Removes the RaceList child element previously created by calling setRaceList

Since:
2.0

getGender

public java.lang.String getGender()
Gets the value of the <Gender> element.

Returns:
The Gender element of this object.
Since:
2.0

setGender

public void setGender(Gender value)
Sets the value of the <Gender> element.

Parameters:
value - A constant defined by the Gender class
Since:
2.0

setGender

public void setGender(java.lang.String value)
Sets the value of the <Gender> element as a String.

Parameters:
value - The value as a String
Since:
2.0

getBirthDate

public java.util.Calendar getBirthDate()
Gets the value of the <BirthDate> element.

Returns:
The BirthDate element of this object.
Since:
2.0

setBirthDate

public void setBirthDate(java.util.Calendar value)
Sets the value of the <BirthDate> element.

Parameters:
value - A Calendar object
Since:
2.0


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.