com.edustructures.sifworks.etranscripts
Class SchoolCourseInfoData

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

public class SchoolCourseInfoData
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
SchoolCourseInfoData()
          Constructor
 
Method Summary
 java.lang.Boolean getCoreAcademicCourse()
          Gets the value of the <CoreAcademicCourse> element.
 java.lang.String getCourseCode()
          Gets the value of the <CourseCode> element.
 java.lang.String getCourseTitle()
          Gets the value of the <CourseTitle> element.
 java.lang.String getDepartment()
          Gets the value of the <Department> element.
 java.lang.String getDescription()
          Gets the value of the <Description> element.
 java.lang.String getDistrictCourseCode()
          Gets the value of the <DistrictCourseCode> element.
 java.lang.String getGraduationRequirement()
          Gets the value of the <GraduationRequirement> element.
 InstructionalLevel getInstructionalLevel()
          Gets the value of the <InstructionalLevel> element.
 java.lang.String getNationalCourseCode()
          Gets the value of the <NationalCourseCode> element.
 java.lang.String getStateCourseCode()
          Gets the value of the <StateCourseCode> element.
 SubjectAreaList getSubjectAreaList()
          Gets the value of the <SubjectAreaList> element.
 void removeInstructionalLevel()
          Removes the InstructionalLevel child element previously created by calling setInstructionalLevel
 void removeSubjectAreaList()
          Removes the SubjectAreaList child element previously created by calling setSubjectAreaList
 void setCoreAcademicCourse(java.lang.Boolean value)
          Sets the value of the <CoreAcademicCourse> element.
 void setCourseCode(java.lang.String value)
          Sets the value of the <CourseCode> element.
 void setCourseTitle(java.lang.String value)
          Sets the value of the <CourseTitle> element.
 void setDepartment(java.lang.String value)
          Sets the value of the <Department> element.
 void setDescription(java.lang.String value)
          Sets the value of the <Description> element.
 void setDistrictCourseCode(java.lang.String value)
          Sets the value of the <DistrictCourseCode> element.
 void setGraduationRequirement(java.lang.String value)
          Sets the value of the <GraduationRequirement> element as a String.
 void setGraduationRequirement(YesNo value)
          Sets the value of the <GraduationRequirement> element.
 void setInstructionalLevel(InstructionalLevel value)
          Sets the value of the <InstructionalLevel> element.
 void setNationalCourseCode(java.lang.String value)
          Sets the value of the <NationalCourseCode> element.
 void setStateCourseCode(java.lang.String value)
          Sets the value of the <StateCourseCode> element.
 void setSubjectAreaList(SubjectAreaList value)
          Sets the value of the <SubjectAreaList> 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

SchoolCourseInfoData

public SchoolCourseInfoData()
Constructor

Method Detail

getCourseCode

public java.lang.String getCourseCode()
Gets the value of the <CourseCode> element.

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

setCourseCode

public void setCourseCode(java.lang.String value)
Sets the value of the <CourseCode> element.

Parameters:
value - A String object
Since:
2.0

getStateCourseCode

public java.lang.String getStateCourseCode()
Gets the value of the <StateCourseCode> element.

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

setStateCourseCode

public void setStateCourseCode(java.lang.String value)
Sets the value of the <StateCourseCode> element.

Parameters:
value - A String object
Since:
2.0

getDistrictCourseCode

public java.lang.String getDistrictCourseCode()
Gets the value of the <DistrictCourseCode> element.

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

setDistrictCourseCode

public void setDistrictCourseCode(java.lang.String value)
Sets the value of the <DistrictCourseCode> element.

Parameters:
value - A String object
Since:
2.0

getNationalCourseCode

public java.lang.String getNationalCourseCode()
Gets the value of the <NationalCourseCode> element.

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

setNationalCourseCode

public void setNationalCourseCode(java.lang.String value)
Sets the value of the <NationalCourseCode> element.

Parameters:
value - A String object
Since:
2.0

setSubjectAreaList

public void setSubjectAreaList(SubjectAreaList value)
Sets the value of the <SubjectAreaList> element.

Parameters:
value - A SubjectAreaList object
Since:
2.0

getSubjectAreaList

public SubjectAreaList getSubjectAreaList()
Gets the value of the <SubjectAreaList> element.

Returns:
A SubjectAreaList object
Since:
2.0

removeSubjectAreaList

public void removeSubjectAreaList()
Removes the SubjectAreaList child element previously created by calling setSubjectAreaList

Since:
2.0

getCourseTitle

public java.lang.String getCourseTitle()
Gets the value of the <CourseTitle> element.

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

setCourseTitle

public void setCourseTitle(java.lang.String value)
Sets the value of the <CourseTitle> element.

Parameters:
value - A String object
Since:
2.0

getDescription

public java.lang.String getDescription()
Gets the value of the <Description> element.

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

setDescription

public void setDescription(java.lang.String value)
Sets the value of the <Description> element.

Parameters:
value - A String object
Since:
2.0

setInstructionalLevel

public void setInstructionalLevel(InstructionalLevel value)
Sets the value of the <InstructionalLevel> element.

Parameters:
value - A InstructionalLevel object
Since:
2.0

getInstructionalLevel

public InstructionalLevel getInstructionalLevel()
Gets the value of the <InstructionalLevel> element.

Returns:
An InstructionalLevel object
Since:
2.0

removeInstructionalLevel

public void removeInstructionalLevel()
Removes the InstructionalLevel child element previously created by calling setInstructionalLevel

Since:
2.0

getCoreAcademicCourse

public java.lang.Boolean getCoreAcademicCourse()
Gets the value of the <CoreAcademicCourse> element.

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

setCoreAcademicCourse

public void setCoreAcademicCourse(java.lang.Boolean value)
Sets the value of the <CoreAcademicCourse> element.

Parameters:
value - A Boolean object
Since:
2.0

getGraduationRequirement

public java.lang.String getGraduationRequirement()
Gets the value of the <GraduationRequirement> element.

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

setGraduationRequirement

public void setGraduationRequirement(YesNo value)
Sets the value of the <GraduationRequirement> element.

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

setGraduationRequirement

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

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

getDepartment

public java.lang.String getDepartment()
Gets the value of the <Department> element.

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

setDepartment

public void setDepartment(java.lang.String value)
Sets the value of the <Department> element.

Parameters:
value - A String 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.