|
||||||||||
| 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.SIFList<Requirement>
com.edustructures.sifworks.etranscripts.AdditionalGraduationRequirementPerformanceHistory
public class AdditionalGraduationRequirementPerformanceHistory
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AdditionalGraduationRequirementPerformanceHistory()
Constructor |
|
AdditionalGraduationRequirementPerformanceHistory(Requirement requirement)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
Adds a new <Requirement> repeatable element. |
Requirement |
getRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
Gets a Requirement object instance. |
Requirement[] |
getRequirements()
Gets all Requirement object instances. |
void |
removeRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
Removes a Requirement object instance. |
void |
setRequirements(Requirement[] requirements)
Sets an array of Requirement objects. |
| Methods inherited from class com.edustructures.sifworks.SIFList |
|---|
add, addAll, clear, contains, containsAll, get, iterator, remove, remove, removeAll, retainAll, size, toArray, toArray |
| 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 |
| Methods inherited from interface java.util.Collection |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public AdditionalGraduationRequirementPerformanceHistory()
public AdditionalGraduationRequirementPerformanceHistory(Requirement requirement)
requirement - | Method Detail |
|---|
public void addRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
<Requirement> repeatable element.
This form of setRequirement is provided as a convenience method
that is functionally equivalent to the version of setRequirement
that accepts a single Requirement object.
method - The method by which the requirement was met.statusDeterminationDate - Date the student's status was determined.
public void removeRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
Requirement object instance. More than one instance can be defined for this object because it is a repeatable field element.
method - Identifies the Requirement object to remove by its Method valuestatusDeterminationDate - Identifies the Requirement object to remove by its StatusDeterminationDate value
public Requirement getRequirement(java.lang.String method,
PartialDateType statusDeterminationDate)
Requirement object instance. More than one instance can be defined for this object because it is a repeatable field element.
method - Identifies the Requirement object to return by its "Method" attribute valuestatusDeterminationDate - Identifies the Requirement object to return by its "StatusDeterminationDate" attribute value
Requirement objectpublic Requirement[] getRequirements()
Requirement object instances. More than one instance can be defined for this object because it is a repeatable field element.
Requirement objectspublic void setRequirements(Requirement[] requirements)
Requirement objects. All existing
Requirement instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all Requirements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||