|
||||||||||
| 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.SCEDCode
public class SCEDCode
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
SCEDCode()
Constructor |
|
| Method Summary | |
|---|---|
java.math.BigDecimal |
getAvailableCredit()
Gets the value of the <AvailableCredit> element. |
java.lang.String |
getCourseDescription()
Gets the value of the <CourseDescription> element. |
java.lang.String |
getCourseLevel()
Gets the value of the <CourseLevel> element. |
java.lang.Integer |
getSequenceLimit()
Gets the value of the <SequenceLimit> element. |
java.lang.Integer |
getSequenceNumber()
Gets the value of the <SequenceNumber> element. |
void |
setAvailableCredit(java.math.BigDecimal value)
Sets the value of the <AvailableCredit> element. |
void |
setCourseDescription(java.lang.String value)
Sets the value of the <CourseDescription> element. |
void |
setCourseLevel(CourseLevel value)
Sets the value of the <CourseLevel> element. |
void |
setCourseLevel(java.lang.String value)
Sets the value of the <CourseLevel> element as a String. |
void |
setSequenceLimit(java.lang.Integer value)
Sets the value of the <SequenceLimit> element. |
void |
setSequenceNumber(java.lang.Integer value)
Sets the value of the <SequenceNumber> 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 SCEDCode()
| Method Detail |
|---|
public java.lang.String getCourseDescription()
<CourseDescription> element.
CourseDescription element of this object.public void setCourseDescription(java.lang.String value)
<CourseDescription> element.
value - A String objectpublic java.lang.String getCourseLevel()
<CourseLevel> element.
The SIF specification defines the meaning of this element as: "Conveys the level of the course."
CourseLevel element of this object.public void setCourseLevel(CourseLevel value)
<CourseLevel> element.
The SIF specification defines the meaning of this element as: "Conveys the level of the course."
value - A constant defined by the CourseLevel classpublic void setCourseLevel(java.lang.String value)
<CourseLevel> element as a String.
The SIF specification defines the meaning of this element as: "Conveys the level of the course."
value - The value as a Stringpublic java.math.BigDecimal getAvailableCredit()
<AvailableCredit> element.
The SIF specification defines the meaning of this element as: "Identifies the amount of credit available to a student who successfully meets the objectives of the course, measured in Carnegie units (9.99 format)."
AvailableCredit element of this object.public void setAvailableCredit(java.math.BigDecimal value)
<AvailableCredit> element.
The SIF specification defines the meaning of this element as: "Identifies the amount of credit available to a student who successfully meets the objectives of the course, measured in Carnegie units (9.99 format)."
value - A BigDecimal objectpublic java.lang.Integer getSequenceNumber()
<SequenceNumber> element.
The SIF specification defines the meaning of this element as: "One-digit number describing where a specific course lies when it is part of a consecutive sequence of courses described by the same general course description."
SequenceNumber element of this object.public void setSequenceNumber(java.lang.Integer value)
<SequenceNumber> element.
The SIF specification defines the meaning of this element as: "One-digit number describing where a specific course lies when it is part of a consecutive sequence of courses described by the same general course description."
value - A Integer objectpublic java.lang.Integer getSequenceLimit()
<SequenceLimit> element.
The SIF specification defines the meaning of this element as: "One-digit number representing the total number of courses in the consecutive sequence described by the same general course description."
SequenceLimit element of this object.public void setSequenceLimit(java.lang.Integer value)
<SequenceLimit> element.
The SIF specification defines the meaning of this element as: "One-digit number representing the total number of courses in the consecutive sequence described by the same general course description."
value - A Integer object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||