com.edustructures.sifworks.student
Class SCEDCode

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.student.SCEDCode
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class SCEDCode
extends SIFElement

Since:
2.0
Version:
2.0
See Also:
Serialized Form

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

SCEDCode

public SCEDCode()
Constructor

Method Detail

getCourseDescription

public java.lang.String getCourseDescription()
Gets the value of the <CourseDescription> element.

Returns:
The CourseDescription element of this object.
Since:
2.0

setCourseDescription

public void setCourseDescription(java.lang.String value)
Sets the value of the <CourseDescription> element.

Parameters:
value - A String object
Since:
2.0

getCourseLevel

public java.lang.String getCourseLevel()
Gets the value of the <CourseLevel> element.

The SIF specification defines the meaning of this element as: "Conveys the level of the course."

Returns:
The CourseLevel element of this object.
Since:
2.0

setCourseLevel

public void setCourseLevel(CourseLevel value)
Sets the value of the <CourseLevel> element.

The SIF specification defines the meaning of this element as: "Conveys the level of the course."

Parameters:
value - A constant defined by the CourseLevel class
Since:
2.0

setCourseLevel

public void setCourseLevel(java.lang.String value)
Sets the value of the <CourseLevel> element as a String.

The SIF specification defines the meaning of this element as: "Conveys the level of the course."

Parameters:
value - The value as a String
Since:
2.0

getAvailableCredit

public java.math.BigDecimal getAvailableCredit()
Gets the value of the <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)."

Returns:
The AvailableCredit element of this object.
Since:
2.0

setAvailableCredit

public void setAvailableCredit(java.math.BigDecimal value)
Sets the value of the <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)."

Parameters:
value - A BigDecimal object
Since:
2.0

getSequenceNumber

public java.lang.Integer getSequenceNumber()
Gets the value of the <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."

Returns:
The SequenceNumber element of this object.
Since:
2.0

setSequenceNumber

public void setSequenceNumber(java.lang.Integer value)
Sets the value of the <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."

Parameters:
value - A Integer object
Since:
2.0

getSequenceLimit

public java.lang.Integer getSequenceLimit()
Gets the value of the <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."

Returns:
The SequenceLimit element of this object.
Since:
2.0

setSequenceLimit

public void setSequenceLimit(java.lang.Integer value)
Sets the value of the <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."

Parameters:
value - A Integer object
Since:
2.0


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.