|
||||||||||
| 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.student.AdministratorAttendance
public class AdministratorAttendance
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AdministratorAttendance()
Constructor |
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getAttendanceValue()
Gets the value of the <AttendanceValue> element. |
java.lang.String |
getCountsTowardAttendance()
Gets the value of the <CountsTowardAttendance> element. |
void |
setAttendanceValue(java.math.BigDecimal value)
Sets the value of the <AttendanceValue> element. |
void |
setCountsTowardAttendance(java.lang.String value)
Sets the value of the <CountsTowardAttendance> element as a String. |
void |
setCountsTowardAttendance(YesNo value)
Sets the value of the <CountsTowardAttendance> element. |
| 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 |
| Constructor Detail |
|---|
public AdministratorAttendance()
| Method Detail |
|---|
public java.lang.String getCountsTowardAttendance()
<CountsTowardAttendance> element.
The SIF specification defines the meaning of this element as: "Designates whether this date should be counted toward administrator attendance."
CountsTowardAttendance element of this object.public void setCountsTowardAttendance(YesNo value)
<CountsTowardAttendance> element.
The SIF specification defines the meaning of this element as: "Designates whether this date should be counted toward administrator attendance."
value - A constant defined by the YesNo classpublic void setCountsTowardAttendance(java.lang.String value)
<CountsTowardAttendance> element as a String.
The SIF specification defines the meaning of this element as: "Designates whether this date should be counted toward administrator attendance."
value - The value as a Stringpublic java.math.BigDecimal getAttendanceValue()
<AttendanceValue> element.
AttendanceValue element of this object.public void setAttendanceValue(java.math.BigDecimal value)
<AttendanceValue> element.
value - A BigDecimal object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||