|
||||||||||
| 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.StudentRecordPackage
public class StudentRecordPackage
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentRecordPackage()
Constructor |
|
StudentRecordPackage(java.lang.String sifRefId,
java.lang.String sifRefObject)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
BinaryData |
getBinaryData()
Gets the value of the <BinaryData> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
Reference |
getReference()
Gets the value of the <Reference> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
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. |
TextData |
getTextData()
Gets the value of the <TextData> element. |
XMLData |
getXMLData()
Gets the value of the <XMLData> element. |
void |
removeBinaryData()
Removes the BinaryData child element previously created by calling setBinaryData |
void |
removeReference()
Removes the Reference child element previously created by calling setReference |
void |
removeTextData()
Removes the TextData child element previously created by calling setTextData |
void |
removeXMLData()
Removes the XMLData child element previously created by calling setXMLData |
void |
setBinaryData(BinaryData value)
Sets the value of the <BinaryData> element. |
void |
setBinaryData(java.lang.String value)
Sets the value of the <BinaryData> child element. |
void |
setReference(Reference value)
Sets the value of the <Reference> element. |
void |
setReference(java.lang.String url)
Sets the value of the <Reference> child element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
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. |
void |
setTextData(java.lang.String value)
Sets the value of the <TextData> child element. |
void |
setTextData(TextData value)
Sets the value of the <TextData> element. |
void |
setXMLData(java.lang.String value)
Sets the value of the <XMLData> child element. |
void |
setXMLData(XMLData value)
Sets the value of the <XMLData> 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 StudentRecordPackage()
public StudentRecordPackage(java.lang.String sifRefId,
java.lang.String sifRefObject)
sifRefId - The GUID of the customer doing the transaction.sifRefObject - SIF customer 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 GUID that uniquely identifies an instance of the package."
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 the package."
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 the customer doing the transaction. "
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 the customer doing the transaction. "
value - A String objectpublic java.lang.String getSIF_RefObject()
SIF_RefObject attribute.
The SIF specification defines the meaning of this attribute as: "SIF customer type."
SIF_RefObject attribute of this object.public void setSIF_RefObject(java.lang.String value)
SIF_RefObject attribute.
The SIF specification defines the meaning of this attribute as: "SIF customer type."
value - A String objectpublic void setXMLData(XMLData value)
<XMLData> element.
value - A XMLData objectpublic void setXMLData(java.lang.String value)
<XMLData> child element.
This form of setXMLData is provided as a convenience method
that is functionally equivalent to the version of setXMLData
that accepts a single XMLData object.
value - Gets or sets the content value of the <XMLData> elementpublic XMLData getXMLData()
<XMLData> element.
XMLData objectpublic void removeXMLData()
XMLData child element previously created by calling setXMLData
public void setTextData(TextData value)
<TextData> element.
The SIF specification defines the meaning of this element as: "Contains arbitrary text, encoded in UTF-8."
value - A TextData objectpublic void setTextData(java.lang.String value)
<TextData> child element.
This form of setTextData is provided as a convenience method
that is functionally equivalent to the version of setTextData
that accepts a single TextData object.
value - Gets or sets the content value of the <TextData> elementpublic TextData getTextData()
<TextData> element.
The SIF specification defines the meaning of this element as: "Contains arbitrary text, encoded in UTF-8."
TextData objectpublic void removeTextData()
TextData child element previously created by calling setTextData
public void setBinaryData(BinaryData value)
<BinaryData> element.
The SIF specification defines the meaning of this element as: "Contains the base64Binary encoding of binary or text data not encoded in UTF-8."
value - A BinaryData objectpublic void setBinaryData(java.lang.String value)
<BinaryData> child element.
This form of setBinaryData is provided as a convenience method
that is functionally equivalent to the version of setBinaryData
that accepts a single BinaryData object.
value - Gets or sets the content value of the <BinaryData> elementpublic BinaryData getBinaryData()
<BinaryData> element.
The SIF specification defines the meaning of this element as: "Contains the base64Binary encoding of binary or text data not encoded in UTF-8."
BinaryData objectpublic void removeBinaryData()
BinaryData child element previously created by calling setBinaryData
public void setReference(Reference value)
<Reference> element.
value - A Reference objectpublic void setReference(java.lang.String url)
<Reference> child element.
This form of setReference is provided as a convenience method
that is functionally equivalent to the version of setReference
that accepts a single Reference object.
url - Location of external content.public Reference getReference()
<Reference> element.
Reference objectpublic void removeReference()
Reference child element previously created by calling setReference
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||