com.edustructures.sifworks.student
Class ManifestationDetermination

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

public class ManifestationDetermination
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
ManifestationDetermination()
          Constructor
 
Method Summary
 java.lang.String getDueToDisability()
          Gets the value of the <DueToDisability> element.
 java.util.Calendar getMeetingDate()
          Gets the value of the <MeetingDate> element.
 java.lang.String getMeetingHeld()
          Gets the value of the <MeetingHeld> element.
 void setDueToDisability(java.lang.String value)
          Sets the value of the <DueToDisability> element as a String.
 void setDueToDisability(YesNo value)
          Sets the value of the <DueToDisability> element.
 void setMeetingDate(java.util.Calendar value)
          Sets the value of the <MeetingDate> element.
 void setMeetingHeld(java.lang.String value)
          Sets the value of the <MeetingHeld> element as a String.
 void setMeetingHeld(YesNo value)
          Sets the value of the <MeetingHeld> 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

ManifestationDetermination

public ManifestationDetermination()
Constructor

Method Detail

getMeetingHeld

public java.lang.String getMeetingHeld()
Gets the value of the <MeetingHeld> element.

The SIF specification defines the meaning of this element as: "Was a manifestation determination meeting held for this student regarding this offense?"

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

setMeetingHeld

public void setMeetingHeld(YesNo value)
Sets the value of the <MeetingHeld> element.

The SIF specification defines the meaning of this element as: "Was a manifestation determination meeting held for this student regarding this offense?"

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

setMeetingHeld

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

The SIF specification defines the meaning of this element as: "Was a manifestation determination meeting held for this student regarding this offense?"

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

getMeetingDate

public java.util.Calendar getMeetingDate()
Gets the value of the <MeetingDate> element.

The SIF specification defines the meaning of this element as: "Date of the manifestation determination meeting, if applicable."

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

setMeetingDate

public void setMeetingDate(java.util.Calendar value)
Sets the value of the <MeetingDate> element.

The SIF specification defines the meaning of this element as: "Date of the manifestation determination meeting, if applicable."

Parameters:
value - A Calendar object
Since:
2.0

getDueToDisability

public java.lang.String getDueToDisability()
Gets the value of the <DueToDisability> element.

The SIF specification defines the meaning of this element as: "Did the team determine that the offense was a manifestation of the student's disability?"

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

setDueToDisability

public void setDueToDisability(YesNo value)
Sets the value of the <DueToDisability> element.

The SIF specification defines the meaning of this element as: "Did the team determine that the offense was a manifestation of the student's disability?"

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

setDueToDisability

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

The SIF specification defines the meaning of this element as: "Did the team determine that the offense was a manifestation of the student's disability?"

Parameters:
value - The value as a String
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.