|
||||||||||
| 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.etranscripts.SchoolCourseInfoData
public class SchoolCourseInfoData
| 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 |
|---|
public SchoolCourseInfoData()
| Method Detail |
|---|
public java.lang.String getCourseCode()
<CourseCode> element.
CourseCode element of this object.public void setCourseCode(java.lang.String value)
<CourseCode> element.
value - A String objectpublic java.lang.String getStateCourseCode()
<StateCourseCode> element.
StateCourseCode element of this object.public void setStateCourseCode(java.lang.String value)
<StateCourseCode> element.
value - A String objectpublic java.lang.String getDistrictCourseCode()
<DistrictCourseCode> element.
DistrictCourseCode element of this object.public void setDistrictCourseCode(java.lang.String value)
<DistrictCourseCode> element.
value - A String objectpublic java.lang.String getNationalCourseCode()
<NationalCourseCode> element.
NationalCourseCode element of this object.public void setNationalCourseCode(java.lang.String value)
<NationalCourseCode> element.
value - A String objectpublic void setSubjectAreaList(SubjectAreaList value)
<SubjectAreaList> element.
value - A SubjectAreaList objectpublic SubjectAreaList getSubjectAreaList()
<SubjectAreaList> element.
SubjectAreaList objectpublic void removeSubjectAreaList()
SubjectAreaList child element previously created by calling setSubjectAreaList
public java.lang.String getCourseTitle()
<CourseTitle> element.
CourseTitle element of this object.public void setCourseTitle(java.lang.String value)
<CourseTitle> element.
value - A String objectpublic java.lang.String getDescription()
<Description> element.
Description element of this object.public void setDescription(java.lang.String value)
<Description> element.
value - A String objectpublic void setInstructionalLevel(InstructionalLevel value)
<InstructionalLevel> element.
value - A InstructionalLevel objectpublic InstructionalLevel getInstructionalLevel()
<InstructionalLevel> element.
InstructionalLevel objectpublic void removeInstructionalLevel()
InstructionalLevel child element previously created by calling setInstructionalLevel
public java.lang.Boolean getCoreAcademicCourse()
<CoreAcademicCourse> element.
CoreAcademicCourse element of this object.public void setCoreAcademicCourse(java.lang.Boolean value)
<CoreAcademicCourse> element.
value - A Boolean objectpublic java.lang.String getGraduationRequirement()
<GraduationRequirement> element.
GraduationRequirement element of this object.public void setGraduationRequirement(YesNo value)
<GraduationRequirement> element.
value - A constant defined by the YesNo classpublic void setGraduationRequirement(java.lang.String value)
<GraduationRequirement> element as a String.
value - The value as a Stringpublic java.lang.String getDepartment()
<Department> element.
Department element of this object.public void setDepartment(java.lang.String value)
<Department> element.
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||