|
||||||||||
| 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<TransStudent>
com.edustructures.sifworks.trans.TransStudents
public class TransStudents
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
TransStudents()
Constructor |
|
TransStudents(TransStudent student)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
void |
addStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status,
java.lang.String value)
Adds a new <Student> repeatable element. |
TransStudent |
getStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status)
Gets a TransStudent object instance. |
TransStudent[] |
getStudents()
Gets all TransStudent object instances. |
void |
removeStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status)
Removes a TransStudent object instance. |
void |
setStudents(TransStudent[] students)
Sets an array of TransStudent 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 TransStudents()
public TransStudents(TransStudent student)
student - | Method Detail |
|---|
public void addStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status,
java.lang.String value)
<Student> repeatable element.
This form of setStudent is provided as a convenience method
that is functionally equivalent to the version of setStudent
that accepts a single TransStudent object.
studentPersonalRefId - GUID that identifies the student that this element refers to.status - Boarding status of this studentvalue - Gets or sets the content value of the <TransStudent> element
public void removeStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status)
TransStudent object instance. More than one instance can be defined for this object because it is a repeatable field element.
studentPersonalRefId - Identifies the TransStudent object to remove by its StudentPersonalRefId valuestatus - Identifies the TransStudent object to remove by its Status value
public TransStudent getStudent(java.lang.String studentPersonalRefId,
StudentBoardingStatus status)
TransStudent object instance. More than one instance can be defined for this object because it is a repeatable field element.
studentPersonalRefId - Identifies the TransStudent object to return by its "StudentPersonalRefId" attribute valuestatus - Identifies the TransStudent object to return by its "Status" attribute value
TransStudent objectpublic TransStudent[] getStudents()
TransStudent object instances. More than one instance can be defined for this object because it is a repeatable field element.
TransStudent objectspublic void setStudents(TransStudent[] students)
TransStudent objects. All existing
TransStudent instances
are removed and replaced with this list. Calling this method with the
parameter value set to null removes all TransStudents.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||