com.edustructures.sifworks.programs
Class StudentProgramAccommodation

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

public class StudentProgramAccommodation
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
StudentProgramAccommodation()
          Constructor
 
Method Summary
 Accommodations getAccommodations()
          Gets the value of the <Accommodations> element.
 java.lang.String getStudentParticipationRefId()
          Gets the value of the <StudentParticipationRefId> element.
 StudentProgramType getStudentProgramType()
          Gets the value of the <StudentProgramType> element.
 void removeAccommodations()
          Removes the Accommodations child element previously created by calling setAccommodations
 void removeStudentProgramType()
          Removes the StudentProgramType child element previously created by calling setStudentProgramType
 void setAccommodations(Accommodations value)
          Sets the value of the <Accommodations> element.
 void setStudentParticipationRefId(java.lang.String value)
          Sets the value of the <StudentParticipationRefId> element.
 void setStudentProgramType(StudentProgramType value)
          Sets the value of the <StudentProgramType> 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

StudentProgramAccommodation

public StudentProgramAccommodation()
Constructor

Method Detail

getStudentParticipationRefId

public java.lang.String getStudentParticipationRefId()
Gets the value of the <StudentParticipationRefId> element.

The SIF specification defines the meaning of this element as: "Reference to the instance of the StudentParticipation object in which the required test accommodation(s) are specified for the date of the test."

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

setStudentParticipationRefId

public void setStudentParticipationRefId(java.lang.String value)
Sets the value of the <StudentParticipationRefId> element.

The SIF specification defines the meaning of this element as: "Reference to the instance of the StudentParticipation object in which the required test accommodation(s) are specified for the date of the test."

Parameters:
value - A String object
Since:
2.0

setStudentProgramType

public void setStudentProgramType(StudentProgramType value)
Sets the value of the <StudentProgramType> element.

Parameters:
value - A StudentProgramType object
Since:
2.0

getStudentProgramType

public StudentProgramType getStudentProgramType()
Gets the value of the <StudentProgramType> element.

Returns:
A StudentProgramType object
Since:
2.0

removeStudentProgramType

public void removeStudentProgramType()
Removes the StudentProgramType child element previously created by calling setStudentProgramType

Since:
2.0

setAccommodations

public void setAccommodations(Accommodations value)
Sets the value of the <Accommodations> element.

Parameters:
value - A Accommodations object
Since:
2.0

getAccommodations

public Accommodations getAccommodations()
Gets the value of the <Accommodations> element.

Returns:
An Accommodations object
Since:
2.0

removeAccommodations

public void removeAccommodations()
Removes the Accommodations child element previously created by calling setAccommodations

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.