|
||||||||||
| 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.SIFDataObject
com.edustructures.sifworks.etranscripts.StudentDemographicRecord
public class StudentDemographicRecord
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentDemographicRecord()
Constructor |
|
StudentDemographicRecord(java.lang.String refId,
java.lang.String sifRefId,
TranscriptRecordRefObject sifRefObject)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.util.Calendar |
getReportingDate()
Gets the value of the <ReportingDate> element. |
java.lang.String |
getSIF_RefId()
Gets the value of the SIF_RefId attribute. |
java.lang.String |
getSIF_RefObject()
Gets the value of the SIF_RefObject attribute. |
StudentContactsSummary |
getStudentContactsSummary()
Gets the value of the <StudentContactsSummary> element. |
StudentPersonalData |
getStudentPersonalData()
Gets the value of the <StudentPersonalData> element. |
void |
removeStudentContactsSummary()
Removes the StudentContactsSummary child element previously created by calling setStudentContactsSummary |
void |
removeStudentPersonalData()
Removes the StudentPersonalData child element previously created by calling setStudentPersonalData |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setReportingDate(java.util.Calendar value)
Sets the value of the <ReportingDate> element. |
void |
setSIF_RefId(java.lang.String value)
Sets the value of the SIF_RefId attribute. |
void |
setSIF_RefObject(java.lang.String value)
Sets the value of the SIF_RefObject attribute as a String. |
void |
setSIF_RefObject(TranscriptRecordRefObject value)
Sets the value of the SIF_RefObject attribute. |
void |
setStudentContactsSummary(StudentContactsSummary value)
Sets the value of the <StudentContactsSummary> element. |
void |
setStudentPersonalData(StudentPersonalData value)
Sets the value of the <StudentPersonalData> element. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 StudentDemographicRecord()
public StudentDemographicRecord(java.lang.String refId,
java.lang.String sifRefId,
TranscriptRecordRefObject sifRefObject)
refId - The ID (GUID) of this record.sifRefId - The GUID of an associated object, either StudentRecordExchange or StudentPersonal.sifRefObject - The associated object type.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getRefId()
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The ID (GUID) of this record."
getRefId in class SIFDataObjectRefId attribute of this object.public void setRefId(java.lang.String value)
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The ID (GUID) of this record."
value - A String objectpublic java.lang.String getSIF_RefId()
SIF_RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of an associated object, either StudentRecordExchange or StudentPersonal."
SIF_RefId attribute of this object.public void setSIF_RefId(java.lang.String value)
SIF_RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of an associated object, either StudentRecordExchange or StudentPersonal."
value - A String objectpublic java.lang.String getSIF_RefObject()
SIF_RefObject attribute.
The SIF specification defines the meaning of this attribute as: "The associated object type."
SIF_RefObject attribute of this object.public void setSIF_RefObject(TranscriptRecordRefObject value)
SIF_RefObject attribute.
The SIF specification defines the meaning of this attribute as: "The associated object type."
value - A constant defined by the TranscriptRecordRefObject classpublic void setSIF_RefObject(java.lang.String value)
SIF_RefObject attribute as a String.
The SIF specification defines the meaning of this attribute as: "The associated object type."
value - The value as a Stringpublic java.util.Calendar getReportingDate()
<ReportingDate> element.
The SIF specification defines the meaning of this element as: "The date this record was prepared."
ReportingDate element of this object.public void setReportingDate(java.util.Calendar value)
<ReportingDate> element.
The SIF specification defines the meaning of this element as: "The date this record was prepared."
value - A Calendar objectpublic void setStudentPersonalData(StudentPersonalData value)
<StudentPersonalData> element.
value - A StudentPersonalData objectpublic StudentPersonalData getStudentPersonalData()
<StudentPersonalData> element.
StudentPersonalData objectpublic void removeStudentPersonalData()
StudentPersonalData child element previously created by calling setStudentPersonalData
public void setStudentContactsSummary(StudentContactsSummary value)
<StudentContactsSummary> element.
value - A StudentContactsSummary objectpublic StudentContactsSummary getStudentContactsSummary()
<StudentContactsSummary> element.
StudentContactsSummary objectpublic void removeStudentContactsSummary()
StudentContactsSummary child element previously created by calling setStudentContactsSummary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||