|
||||||||||
| 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.student.ContactFlags
public class ContactFlags
| 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 |
|---|
public ContactFlags()
| Method Detail |
|---|
public java.lang.String getParentLegalGuardian()
<ParentLegalGuardian> element.
The SIF specification defines the meaning of this element as: "Does the individual have parental or legal guardianship responsibility for the student?"
ParentLegalGuardian element of this object.public void setParentLegalGuardian(YesNoUnknown value)
<ParentLegalGuardian> element.
The SIF specification defines the meaning of this element as: "Does the individual have parental or legal guardianship responsibility for the student?"
value - A constant defined by the YesNoUnknown classpublic void setParentLegalGuardian(java.lang.String value)
<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?"
value - The value as a Stringpublic java.lang.String getPickupRights()
<PickupRights> element.
The SIF specification defines the meaning of this element as: "This element tells whether or not the contact has pickup rights."
PickupRights element of this object.public void setPickupRights(YesNoUnknown value)
<PickupRights> element.
The SIF specification defines the meaning of this element as: "This element tells whether or not the contact has pickup rights."
value - A constant defined by the YesNoUnknown classpublic void setPickupRights(java.lang.String value)
<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."
value - The value as a Stringpublic java.lang.String getLivesWith()
<LivesWith> element.
The SIF specification defines the meaning of this element as: "Does the student live with this contact?"
LivesWith element of this object.public void setLivesWith(YesNoUnknown value)
<LivesWith> element.
The SIF specification defines the meaning of this element as: "Does the student live with this contact?"
value - A constant defined by the YesNoUnknown classpublic void setLivesWith(java.lang.String value)
<LivesWith> element as a String.
The SIF specification defines the meaning of this element as: "Does the student live with this contact?"
value - The value as a Stringpublic java.lang.String getAccessToRecords()
<AccessToRecords> element.
The SIF specification defines the meaning of this element as: "Does this contact have access to the student's records?"
AccessToRecords element of this object.public void setAccessToRecords(YesNoUnknown value)
<AccessToRecords> element.
The SIF specification defines the meaning of this element as: "Does this contact have access to the student's records?"
value - A constant defined by the YesNoUnknown classpublic void setAccessToRecords(java.lang.String value)
<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?"
value - The value as a Stringpublic java.lang.String getEmergencyContact()
<EmergencyContact> element.
The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"
EmergencyContact element of this object.public void setEmergencyContact(YesNoUnknown value)
<EmergencyContact> element.
The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"
value - A constant defined by the YesNoUnknown classpublic void setEmergencyContact(java.lang.String value)
<EmergencyContact> element as a String.
The SIF specification defines the meaning of this element as: "Should this contact be notified in case of emergency?"
value - The value as a Stringpublic java.lang.String getHasCustody()
<HasCustody> element.
The SIF specification defines the meaning of this element as: "Does this contact have or share custody of the student?"
HasCustody element of this object.public void setHasCustody(YesNoUnknown value)
<HasCustody> element.
The SIF specification defines the meaning of this element as: "Does this contact have or share custody of the student?"
value - A constant defined by the YesNoUnknown classpublic void setHasCustody(java.lang.String value)
<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?"
value - The value as a Stringpublic java.lang.String getDisciplinaryContact()
<DisciplinaryContact> element.
The SIF specification defines the meaning of this element as: "Is this person to be contacted in case of disciplinary action?"
DisciplinaryContact element of this object.public void setDisciplinaryContact(YesNoUnknown value)
<DisciplinaryContact> element.
The SIF specification defines the meaning of this element as: "Is this person to be contacted in case of disciplinary action?"
value - A constant defined by the YesNoUnknown classpublic void setDisciplinaryContact(java.lang.String value)
<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?"
value - The value as a Stringpublic java.lang.String getPrimaryCareProvider()
<PrimaryCareProvider> element.
The SIF specification defines the meaning of this element as: "Does this person provide daily living or personal assistance to the student?"
PrimaryCareProvider element of this object.public void setPrimaryCareProvider(YesNoUnknown value)
<PrimaryCareProvider> element.
The SIF specification defines the meaning of this element as: "Does this person provide daily living or personal assistance to the student?"
value - A constant defined by the YesNoUnknown classpublic void setPrimaryCareProvider(java.lang.String value)
<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?"
value - The value as a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||