|
||||||||||
| 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.StudentParticipationData
public class StudentParticipationData
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
StudentParticipationData()
Constructor |
|
| Method Summary | |
|---|---|
PartialDateType |
getEvaluationDate()
Gets the value of the <EvaluationDate> element. |
ExceptionalityCategories |
getExceptionalityCategories()
Gets the value of the <ExceptionalityCategories> element. |
LEAInfoData |
getLEAInfoData()
Gets the value of the <LEAInfoData> element. |
PlannedAssessmentParticipation |
getPlannedAssessmentParticipation()
Gets the value of the <PlannedAssessmentParticipation> element. |
PartialDateType |
getProgramPlanDate()
Gets the value of the <ProgramPlanDate> element. |
PartialDateType |
getProgramPlanEffectiveDate()
Gets the value of the <ProgramPlanEffectiveDate> element. |
ProgramStatus |
getProgramStatus()
Gets the value of the <ProgramStatus> element. |
ProgramType |
getProgramType()
Gets the value of the <ProgramType> element. |
PartialDateType |
getReevaluationDate()
Gets the value of the <ReevaluationDate> element. |
PartialDateType |
getReferralDate()
Gets the value of the <ReferralDate> element. |
SchoolInfoData |
getSchoolInfoData()
Gets the value of the <SchoolInfoData> element. |
void |
removeEvaluationDate()
Removes the EvaluationDate child element previously created by calling setEvaluationDate |
void |
removeExceptionalityCategories()
Removes the ExceptionalityCategories child element previously created by calling setExceptionalityCategories |
void |
removeLEAInfoData()
Removes the LEAInfoData child element previously created by calling setLEAInfoData |
void |
removePlannedAssessmentParticipation()
Removes the PlannedAssessmentParticipation child element previously created by calling setPlannedAssessmentParticipation |
void |
removeProgramPlanDate()
Removes the ProgramPlanDate child element previously created by calling setProgramPlanDate |
void |
removeProgramPlanEffectiveDate()
Removes the ProgramPlanEffectiveDate child element previously created by calling setProgramPlanEffectiveDate |
void |
removeProgramStatus()
Removes the ProgramStatus child element previously created by calling setProgramStatus |
void |
removeProgramType()
Removes the ProgramType child element previously created by calling setProgramType |
void |
removeReevaluationDate()
Removes the ReevaluationDate child element previously created by calling setReevaluationDate |
void |
removeReferralDate()
Removes the ReferralDate child element previously created by calling setReferralDate |
void |
removeSchoolInfoData()
Removes the SchoolInfoData child element previously created by calling setSchoolInfoData |
void |
setEvaluationDate(PartialDateType value)
Sets the value of the <EvaluationDate> element. |
void |
setEvaluationDate(java.lang.String value)
Sets the value of the <EvaluationDate> child element. |
void |
setExceptionalityCategories(ExceptionalityCategories value)
Sets the value of the <ExceptionalityCategories> element. |
void |
setLEAInfoData(LEAInfoData value)
Sets the value of the <LEAInfoData> element. |
void |
setPlannedAssessmentParticipation(Codeset codeset,
java.lang.String value)
Sets the value of the <PlannedAssessmentParticipation> child element. |
void |
setPlannedAssessmentParticipation(PlannedAssessmentParticipation value)
Sets the value of the <PlannedAssessmentParticipation> element. |
void |
setProgramPlanDate(PartialDateType value)
Sets the value of the <ProgramPlanDate> element. |
void |
setProgramPlanDate(java.lang.String value)
Sets the value of the <ProgramPlanDate> child element. |
void |
setProgramPlanEffectiveDate(PartialDateType value)
Sets the value of the <ProgramPlanEffectiveDate> element. |
void |
setProgramPlanEffectiveDate(java.lang.String value)
Sets the value of the <ProgramPlanEffectiveDate> child element. |
void |
setProgramStatus(ProgramStatus value)
Sets the value of the <ProgramStatus> element. |
void |
setProgramType(ProgramType value)
Sets the value of the <ProgramType> element. |
void |
setProgramType(StudentFamilyProgramType code)
Sets the value of the <ProgramType> child element. |
void |
setReevaluationDate(PartialDateType value)
Sets the value of the <ReevaluationDate> element. |
void |
setReevaluationDate(java.lang.String value)
Sets the value of the <ReevaluationDate> child element. |
void |
setReferralDate(PartialDateType value)
Sets the value of the <ReferralDate> element. |
void |
setReferralDate(java.lang.String value)
Sets the value of the <ReferralDate> child element. |
void |
setSchoolInfoData(SchoolInfoData value)
Sets the value of the <SchoolInfoData> 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 StudentParticipationData()
| Method Detail |
|---|
public void setProgramType(ProgramType value)
<ProgramType> element.
value - A ProgramType objectpublic void setProgramType(StudentFamilyProgramType code)
<ProgramType> child element.
This form of setProgramType is provided as a convenience method
that is functionally equivalent to the version of setProgramType
that accepts a single ProgramType object.
code - The type of the program. Type identifies the list of values.public ProgramType getProgramType()
<ProgramType> element.
ProgramType objectpublic void removeProgramType()
ProgramType child element previously created by calling setProgramType
public void setLEAInfoData(LEAInfoData value)
<LEAInfoData> element.
value - A LEAInfoData objectpublic LEAInfoData getLEAInfoData()
<LEAInfoData> element.
LEAInfoData objectpublic void removeLEAInfoData()
LEAInfoData child element previously created by calling setLEAInfoData
public void setSchoolInfoData(SchoolInfoData value)
<SchoolInfoData> element.
value - A SchoolInfoData objectpublic SchoolInfoData getSchoolInfoData()
<SchoolInfoData> element.
SchoolInfoData objectpublic void removeSchoolInfoData()
SchoolInfoData child element previously created by calling setSchoolInfoData
public void setReferralDate(PartialDateType value)
<ReferralDate> element.
value - A PartialDateType objectpublic void setReferralDate(java.lang.String value)
<ReferralDate> child element.
This form of setReferralDate is provided as a convenience method
that is functionally equivalent to the version of setReferralDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getReferralDate()
<ReferralDate> element.
PartialDateType objectpublic void removeReferralDate()
ReferralDate child element previously created by calling setReferralDate
public void setProgramStatus(ProgramStatus value)
<ProgramStatus> element.
value - A ProgramStatus objectpublic ProgramStatus getProgramStatus()
<ProgramStatus> element.
ProgramStatus objectpublic void removeProgramStatus()
ProgramStatus child element previously created by calling setProgramStatus
public void setEvaluationDate(PartialDateType value)
<EvaluationDate> element.
value - A PartialDateType objectpublic void setEvaluationDate(java.lang.String value)
<EvaluationDate> child element.
This form of setEvaluationDate is provided as a convenience method
that is functionally equivalent to the version of setEvaluationDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getEvaluationDate()
<EvaluationDate> element.
PartialDateType objectpublic void removeEvaluationDate()
EvaluationDate child element previously created by calling setEvaluationDate
public void setReevaluationDate(PartialDateType value)
<ReevaluationDate> element.
value - A PartialDateType objectpublic void setReevaluationDate(java.lang.String value)
<ReevaluationDate> child element.
This form of setReevaluationDate is provided as a convenience method
that is functionally equivalent to the version of setReevaluationDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getReevaluationDate()
<ReevaluationDate> element.
PartialDateType objectpublic void removeReevaluationDate()
ReevaluationDate child element previously created by calling setReevaluationDate
public void setExceptionalityCategories(ExceptionalityCategories value)
<ExceptionalityCategories> element.
value - A ExceptionalityCategories objectpublic ExceptionalityCategories getExceptionalityCategories()
<ExceptionalityCategories> element.
ExceptionalityCategories objectpublic void removeExceptionalityCategories()
ExceptionalityCategories child element previously created by calling setExceptionalityCategories
public void setProgramPlanDate(PartialDateType value)
<ProgramPlanDate> element.
value - A PartialDateType objectpublic void setProgramPlanDate(java.lang.String value)
<ProgramPlanDate> child element.
This form of setProgramPlanDate is provided as a convenience method
that is functionally equivalent to the version of setProgramPlanDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getProgramPlanDate()
<ProgramPlanDate> element.
PartialDateType objectpublic void removeProgramPlanDate()
ProgramPlanDate child element previously created by calling setProgramPlanDate
public void setProgramPlanEffectiveDate(PartialDateType value)
<ProgramPlanEffectiveDate> element.
value - A PartialDateType objectpublic void setProgramPlanEffectiveDate(java.lang.String value)
<ProgramPlanEffectiveDate> child element.
This form of setProgramPlanEffectiveDate is provided as a convenience method
that is functionally equivalent to the version of setProgramPlanEffectiveDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getProgramPlanEffectiveDate()
<ProgramPlanEffectiveDate> element.
PartialDateType objectpublic void removeProgramPlanEffectiveDate()
ProgramPlanEffectiveDate child element previously created by calling setProgramPlanEffectiveDate
public void setPlannedAssessmentParticipation(PlannedAssessmentParticipation value)
<PlannedAssessmentParticipation> element.
value - A PlannedAssessmentParticipation object
public void setPlannedAssessmentParticipation(Codeset codeset,
java.lang.String value)
<PlannedAssessmentParticipation> child element.
This form of setPlannedAssessmentParticipation is provided as a convenience method
that is functionally equivalent to the version of setPlannedAssessmentParticipation
that accepts a single PlannedAssessmentParticipation object.
codeset - Identifies source of value provided.value - Gets or sets the content value of the <PlannedAssessmentParticipation> elementpublic PlannedAssessmentParticipation getPlannedAssessmentParticipation()
<PlannedAssessmentParticipation> element.
PlannedAssessmentParticipation objectpublic void removePlannedAssessmentParticipation()
PlannedAssessmentParticipation child element previously created by calling setPlannedAssessmentParticipation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||