|
||||||||||
| 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.StudentRecordExchange
public class StudentRecordExchange
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentRecordExchange()
Constructor |
|
StudentRecordExchange(java.lang.String refId)
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 |
getLocalId()
Gets the value of the <LocalId> element. |
Records |
getRecords()
Gets the value of the <Records> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.lang.String |
getStateProvinceId()
Gets the value of the <StateProvinceId> element. |
java.lang.String |
getStudentPersonalRefId()
Gets the value of the <StudentPersonalRefId> element. |
void |
removeRecords()
Removes the Records child element previously created by calling setRecords |
void |
setLocalId(java.lang.String value)
Sets the value of the <LocalId> element. |
void |
setRecords(Records value)
Sets the value of the <Records> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setStateProvinceId(StatePrCode value)
Sets the value of the <StateProvinceId> element. |
void |
setStateProvinceId(java.lang.String value)
Sets the value of the <StateProvinceId> element as a String. |
void |
setStudentPersonalRefId(java.lang.String value)
Sets the value of the <StudentPersonalRefId> 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 StudentRecordExchange()
public StudentRecordExchange(java.lang.String refId)
refId - The GUID that uniquely identifies an instance of this object.| 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 GUID that uniquely identifies an instance of this object."
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 GUID that uniquely identifies an instance of this object."
value - A String objectpublic java.lang.String getStateProvinceId()
<StateProvinceId> element.
The SIF specification defines the meaning of this element as: "A unique student identifier outside of SIF."
StateProvinceId element of this object.public void setStateProvinceId(StatePrCode value)
<StateProvinceId> element.
The SIF specification defines the meaning of this element as: "A unique student identifier outside of SIF."
value - A constant defined by the StatePrCode classpublic void setStateProvinceId(java.lang.String value)
<StateProvinceId> element as a String.
The SIF specification defines the meaning of this element as: "A unique student identifier outside of SIF."
value - The value as a Stringpublic java.lang.String getLocalId()
<LocalId> element.
The SIF specification defines the meaning of this element as: "A locally-defined student identifier."
LocalId element of this object.public void setLocalId(java.lang.String value)
<LocalId> element.
The SIF specification defines the meaning of this element as: "A locally-defined student identifier."
value - A String objectpublic java.lang.String getStudentPersonalRefId()
<StudentPersonalRefId> element.
The SIF specification defines the meaning of this element as: "An associated StudentPersonal object."
StudentPersonalRefId element of this object.public void setStudentPersonalRefId(java.lang.String value)
<StudentPersonalRefId> element.
The SIF specification defines the meaning of this element as: "An associated StudentPersonal object."
value - A String objectpublic void setRecords(Records value)
<Records> element.
value - A Records objectpublic Records getRecords()
<Records> element.
Records objectpublic void removeRecords()
Records child element previously created by calling setRecords
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||