com.edustructures.sifworks.student
Class ContactFlags

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

public class ContactFlags
extends SIFElement

Since:
1.1
Version:
2.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.edustructures.sifworks.Element
CURRENT_SERIALIZE_VERSION
 
Constructor Summary
ContactFlags()
          Constructor
 
Method Summary
 java.lang.String getAccessToRecords()
          Gets the value of the <AccessToRecords> element.
 java.lang.String getDisciplinaryContact()
          Gets the value of the <DisciplinaryContact> element.
 java.lang.String getEmergencyContact()
          Gets the value of the <EmergencyContact> element.
 java.lang.String getHasCustody()
          Gets the value of the <HasCustody> element.
 java.lang.String getLivesWith()
          Gets the value of the <LivesWith> element.
 java.lang.String getParentLegalGuardian()
          Gets the value of the <ParentLegalGuardian> element.
 java.lang.String getPickupRights()
          Gets the value of the <PickupRights> element.
 java.lang.String getPrimaryCareProvider()
          Gets the value of the <PrimaryCareProvider> element.
 void setAccessToRecords(java.lang.String value)
          Sets the value of the <AccessToRecords> element as a String.
 void setAccessToRecords(YesNoUnknown value)
          Sets the value of the <AccessToRecords> element.
 void setDisciplinaryContact(java.lang.String value)
          Sets the value of the <DisciplinaryContact> element as a String.
 void setDisciplinaryContact(YesNoUnknown value)
          Sets the value of the <DisciplinaryContact> element.
 void setEmergencyContact(java.lang.String value)
          Sets the value of the <EmergencyContact> element as a String.
 void setEmergencyContact(YesNoUnknown value)
          Sets the value of the <EmergencyContact> element.
 void setHasCustody(java.lang.String value)
          Sets the value of the <HasCustody> element as a String.
 void setHasCustody(YesNoUnknown value)
          Sets the value of the <HasCustody> element.
 void setLivesWith(java.lang.String value)
          Sets the value of the <LivesWith> element as a String.
 void setLivesWith(YesNoUnknown value)
          Sets the value of the <LivesWith> element.
 void setParentLegalGuardian(java.lang.String value)
          Sets the value of the <ParentLegalGuardian> element as a String.
 void setParentLegalGuardian(YesNoUnknown value)
          Sets the value of the <ParentLegalGuardian> element.
 void setPickupRights(java.lang.String value)
          Sets the value of the <PickupRights> element as a String.
 void setPickupRights(YesNoUnknown value)
          Sets the value of the <PickupRights> element.
 void setPrimaryCareProvider(java.lang.String value)
          Sets the value of the <PrimaryCareProvider> element as a String.
 void setPrimaryCareProvider(YesNoUnknown value)
          Sets the value of the <PrimaryCareProvider> 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

ContactFlags

public ContactFlags()
Constructor

Method Detail

getParentLegalGuardian

public java.lang.String getParentLegalGuardian()
Gets the value of the <ParentLegalGuardian> element.

The SIF specification defines the meaning of this element as: "Does the individual have parental or legal guardianship responsibility for the student?"

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

setParentLegalGuardian

public void setParentLegalGuardian(YesNoUnknown value)
Sets the value of the <ParentLegalGuardian> element.

The SIF specification defines the meaning of this element as: "Does the individual have parental or legal guardianship responsibility for the student?"

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

setParentLegalGuardian

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

The SIF specification defines the meaning of this element as: "Does the individual have parental or legal guardianship responsibility for the student?"

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

getPickupRights

public java.lang.String getPickupRights()
Gets the value of the <PickupRights> element.

The SIF specification defines the meaning of this element as: "This element tells whether or not the contact has pickup rights."

Returns:
The PickupRights element of this object.
Since:
1.1

setPickupRights

public void setPickupRights(YesNoUnknown value)
Sets the value of the <PickupRights> element.

The SIF specification defines the meaning of this element as: "This element tells whether or not the contact has pickup rights."

Parameters:
value - A constant defined by the YesNoUnknown class
Since:
1.1

setPickupRights

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

The SIF specification defines the meaning of this element as: "This element tells whether or not the contact has pickup rights."

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

getLivesWith

public java.lang.String getLivesWith()
Gets the value of the <LivesWith> element.

The SIF specification defines the meaning of this element as: "Does the student live with this contact?"

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

setLivesWith

public void setLivesWith(YesNoUnknown value)
Sets the value of the <LivesWith> element.

The SIF specification defines the meaning of this element as: "Does the student live with this contact?"

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

setLivesWith

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

The SIF specification defines the meaning of this element as: "Does the student live with this contact?"

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

getAccessToRecords

public java.lang.String getAccessToRecords()
Gets the value of the <AccessToRecords> element.

The SIF specification defines the meaning of this element as: "Does this contact have access to the student's records?"

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

setAccessToRecords

public void setAccessToRecords(YesNoUnknown value)
Sets the value of the <AccessToRecords> element.

The SIF specification defines the meaning of this element as: "Does this contact have access to the student's records?"

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

setAccessToRecords

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

The SIF specification defines the meaning of this element as: "Does this contact have access to the student's records?"

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

getEmergencyContact

public java.lang.String getEmergencyContact()
Gets the value of the <EmergencyContact> element.

The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"

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

setEmergencyContact

public void setEmergencyContact(YesNoUnknown value)
Sets the value of the <EmergencyContact> element.

The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"

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

setEmergencyContact

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

The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"

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

getHasCustody

public java.lang.String getHasCustody()
Gets the value of the <HasCustody> element.

The SIF specification defines the meaning of this element as: "Does this contact have or share custody of the student?"

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

setHasCustody

public void setHasCustody(YesNoUnknown value)
Sets the value of the <HasCustody> element.

The SIF specification defines the meaning of this element as: "Does this contact have or share custody of the student?"

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

setHasCustody

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

The SIF specification defines the meaning of this element as: "Does this contact have or share custody of the student?"

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

getDisciplinaryContact

public java.lang.String getDisciplinaryContact()
Gets the value of the <DisciplinaryContact> element.

The SIF specification defines the meaning of this element as: "Is this person to be contacted in case of disciplinary action?"

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

setDisciplinaryContact

public void setDisciplinaryContact(YesNoUnknown value)
Sets the value of the <DisciplinaryContact> element.

The SIF specification defines the meaning of this element as: "Is this person to be contacted in case of disciplinary action?"

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

setDisciplinaryContact

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

The SIF specification defines the meaning of this element as: "Is this person to be contacted in case of disciplinary action?"

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

getPrimaryCareProvider

public java.lang.String getPrimaryCareProvider()
Gets the value of the <PrimaryCareProvider> element.

The SIF specification defines the meaning of this element as: "Does this person provide daily living or personal assistance to the student?"

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

setPrimaryCareProvider

public void setPrimaryCareProvider(YesNoUnknown value)
Sets the value of the <PrimaryCareProvider> element.

The SIF specification defines the meaning of this element as: "Does this person provide daily living or personal assistance to the student?"

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

setPrimaryCareProvider

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

The SIF specification defines the meaning of this element as: "Does this person provide daily living or personal assistance to the student?"

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.