|
||||||||||
| 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.SIFDataObject
com.edustructures.sifworks.student.LEAInfo
public class LEAInfo
This object contains information about a school district or other Local Educational Agency (LEA). SIF_Events are reported.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
LEAInfo()
Constructor |
|
LEAInfo(java.lang.String refId,
java.lang.String leaName)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
AddressList |
getAddressList()
Gets the value of the <AddressList> element. |
java.lang.String |
getCongressionalDistrict()
Gets the value of the <CongressionalDistrict> element. |
EducationAgencyType |
getEducationAgencyType()
Gets the value of the <EducationAgencyType> element. |
GradeLevels |
getGradeLevels()
Gets the value of the <GradeLevels> element. |
IdentificationInfoList |
getIdentificationInfoList()
Gets the value of the <IdentificationInfoList> element. |
java.lang.String |
getKey()
Gets the key of this object |
ElementDef[] |
getKeyFields()
Gets the metadata fields that make up the key of this object |
LEAContactList |
getLEAContactList()
Gets the value of the <LEAContactList> element. |
java.lang.String |
getLEAName()
Gets the value of the <LEAName> element. |
java.lang.String |
getLEAURL()
Gets the value of the <LEAURL> element. |
java.lang.String |
getLocalId()
Gets the value of the <LocalId> element. |
java.lang.String |
getNCESId()
Gets the value of the <NCESId> element. |
java.lang.String |
getOperationalStatus()
Gets the value of the <OperationalStatus> element. |
PhoneNumberList |
getPhoneNumberList()
Gets the value of the <PhoneNumberList> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.lang.String |
getStateProvinceId()
Gets the value of the <StateProvinceId> element. |
void |
removeAddressList()
Removes the AddressList child element previously created by calling setAddressList |
void |
removeEducationAgencyType()
Removes the EducationAgencyType child element previously created by calling setEducationAgencyType |
void |
removeGradeLevels()
Removes the GradeLevels child element previously created by calling setGradeLevels |
void |
removeIdentificationInfoList()
Removes the IdentificationInfoList child element previously created by calling setIdentificationInfoList |
void |
removeLEAContactList()
Removes the LEAContactList child element previously created by calling setLEAContactList |
void |
removePhoneNumberList()
Removes the PhoneNumberList child element previously created by calling setPhoneNumberList |
void |
setAddressList(AddressList value)
Sets the value of the <AddressList> element. |
void |
setCongressionalDistrict(java.lang.String value)
Sets the value of the <CongressionalDistrict> element. |
void |
setEducationAgencyType(EducationAgencyType value)
Sets the value of the <EducationAgencyType> element. |
void |
setEducationAgencyType(EducationAgencyTypeCode code)
Sets the value of the <EducationAgencyType> child element. |
void |
setGradeLevels(GradeLevels value)
Sets the value of the <GradeLevels> element. |
void |
setIdentificationInfoList(IdentificationInfoList value)
Sets the value of the <IdentificationInfoList> element. |
void |
setLEAContactList(LEAContactList value)
Sets the value of the <LEAContactList> element. |
void |
setLEAName(java.lang.String value)
Sets the value of the <LEAName> element. |
void |
setLEAURL(java.lang.String value)
Sets the value of the <LEAURL> element. |
void |
setLocalId(java.lang.String value)
Sets the value of the <LocalId> element. |
void |
setNCESId(java.lang.String value)
Sets the value of the <NCESId> element. |
void |
setOperationalStatus(OperationalStatus value)
Sets the value of the <OperationalStatus> element. |
void |
setOperationalStatus(java.lang.String value)
Sets the value of the <OperationalStatus> element as a String. |
void |
setPhoneNumberList(PhoneNumberList value)
Sets the value of the <PhoneNumberList> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setStateProvinceId(StatePrCode value)
Sets the value of the <StateProvinceId> element. |
void |
setStateProvinceId(java.lang.String value)
Sets the value of the <StateProvinceId> element as a String. |
| Methods inherited from class com.edustructures.sifworks.SIFDataObject |
|---|
addSIFExtendedElement, clone, getElementOrAttribute, getObjectTag, getObjectType, getSIFExtendedElement, getSIFExtendedElements, getSIFExtendedElementsContainer, getSIFMetadata, getSIFVersion, setElementOrAttribute, setElementOrAttribute, setElementOrAttribute, setSIFExtendedElements, setSIFExtendedElementsContainer, setSIFMetadata, setSIFVersion, toXML |
| Methods inherited from class com.edustructures.sifworks.SIFElement |
|---|
addChild, addChild, compareGraphTo, create, effectiveSIFVersion, getChild, getChild, getChild, getChild, getChild, getChildCount, getChildList, getChildList, getChildList, getChildren, getChildren, getContent, getContent, getField, getField, getFieldCount, getFields, getFieldValue, getSIFValue, getTextValue, getXmlId, hasTextValue, removeChild, removeChild, removeChild, removeChild, restoreImplementationDef, setChanged, setChildren, setEmpty, setField, setField, setField, setField, setSIFValue, 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 LEAInfo()
public LEAInfo(java.lang.String refId,
java.lang.String leaName)
refId - The GUID of the LEA whose information this is.leaName - Name of LEA.| Method Detail |
|---|
public java.lang.String getKey()
getKey in class SIFElementpublic ElementDef[] getKeyFields()
public java.lang.String getRefId()
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of the LEA whose information this is."
getRefId in class SIFDataObjectRefId attribute of this object.public void setRefId(java.lang.String value)
RefId attribute.
The SIF specification defines the meaning of this attribute as: "The GUID of the LEA whose information this is."
value - A String objectpublic java.lang.String getLocalId()
<LocalId> element.
The SIF specification defines the meaning of this element as: "The locally-assigned identifier for this LEA."
LocalId element of this object.public void setLocalId(java.lang.String value)
<LocalId> element.
The SIF specification defines the meaning of this element as: "The locally-assigned identifier for this LEA."
value - A String objectpublic java.lang.String getStateProvinceId()
<StateProvinceId> element.
The SIF specification defines the meaning of this element as: "The state-assigned identifier for this LEA."
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
| 1.5r1 | "StatePrId" |
| SIF2.0 | "StateProvinceId" |
StateProvinceId element of this object.public void setStateProvinceId(StatePrCode value)
<StateProvinceId> element.
The SIF specification defines the meaning of this element as: "The state-assigned identifier for this LEA."
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
| 1.5r1 | "StatePrId" |
| SIF2.0 | "StateProvinceId" |
value - A constant defined by the StatePrCode classpublic void setStateProvinceId(java.lang.String value)
<StateProvinceId> element as a String.
The SIF specification defines the meaning of this element as: "The state-assigned identifier for this LEA."
This element is known by more than one tag name depending on the version of SIF in use. The ADK will use the tag names shown below when parsing and rendering elements of this kind.
| Version | Tag |
| 1.5r1 | "StatePrId" |
| SIF2.0 | "StateProvinceId" |
value - The value as a Stringpublic java.lang.String getNCESId()
<NCESId> element.
The SIF specification defines the meaning of this element as: "The NCES-assigned identifier for this LEA."
NCESId element of this object.public void setNCESId(java.lang.String value)
<NCESId> element.
The SIF specification defines the meaning of this element as: "The NCES-assigned identifier for this LEA."
value - A String objectpublic java.lang.String getLEAName()
<LEAName> element.
The SIF specification defines the meaning of this element as: "Name of LEA."
LEAName element of this object.public void setLEAName(java.lang.String value)
<LEAName> element.
The SIF specification defines the meaning of this element as: "Name of LEA."
value - A String objectpublic java.lang.String getLEAURL()
<LEAURL> element.
The SIF specification defines the meaning of this element as: "URL for the LEA."
LEAURL element of this object.public void setLEAURL(java.lang.String value)
<LEAURL> element.
The SIF specification defines the meaning of this element as: "URL for the LEA."
value - A String objectpublic void setEducationAgencyType(EducationAgencyType value)
<EducationAgencyType> element.
The SIF specification defines the meaning of this element as: "The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control."
value - A EducationAgencyType objectpublic void setEducationAgencyType(EducationAgencyTypeCode code)
<EducationAgencyType> child element.
This form of setEducationAgencyType is provided as a convenience method
that is functionally equivalent to the version of setEducationAgencyType
that accepts a single EducationAgencyType object.
code - Code indicating the operational/administrative level.public EducationAgencyType getEducationAgencyType()
<EducationAgencyType> element.
The SIF specification defines the meaning of this element as: "The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control."
EducationAgencyType objectpublic void removeEducationAgencyType()
EducationAgencyType child element previously created by calling setEducationAgencyType
public void setLEAContactList(LEAContactList value)
<LEAContactList> element.
The SIF specification defines the meaning of this element as: "Information on contact persons for this LEA."
value - A LEAContactList objectpublic LEAContactList getLEAContactList()
<LEAContactList> element.
The SIF specification defines the meaning of this element as: "Information on contact persons for this LEA."
LEAContactList objectpublic void removeLEAContactList()
LEAContactList child element previously created by calling setLEAContactList
public void setPhoneNumberList(PhoneNumberList value)
<PhoneNumberList> element.
The SIF specification defines the meaning of this element as: "The LEA's phone number(s)."
value - A PhoneNumberList objectpublic PhoneNumberList getPhoneNumberList()
<PhoneNumberList> element.
The SIF specification defines the meaning of this element as: "The LEA's phone number(s)."
PhoneNumberList objectpublic void removePhoneNumberList()
PhoneNumberList child element previously created by calling setPhoneNumberList
public void setAddressList(AddressList value)
<AddressList> element.
The SIF specification defines the meaning of this element as: "The LEA's address(es)."
value - A AddressList objectpublic AddressList getAddressList()
<AddressList> element.
The SIF specification defines the meaning of this element as: "The LEA's address(es)."
AddressList objectpublic void removeAddressList()
AddressList child element previously created by calling setAddressList
public void setIdentificationInfoList(IdentificationInfoList value)
<IdentificationInfoList> element.
The SIF specification defines the meaning of this element as: "Other identification information associated with an LEA, such as the locally-defined code/identifier, etc."
value - A IdentificationInfoList objectpublic IdentificationInfoList getIdentificationInfoList()
<IdentificationInfoList> element.
The SIF specification defines the meaning of this element as: "Other identification information associated with an LEA, such as the locally-defined code/identifier, etc."
IdentificationInfoList objectpublic void removeIdentificationInfoList()
IdentificationInfoList child element previously created by calling setIdentificationInfoList
public void setGradeLevels(GradeLevels value)
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Collection of grade levels offered in this LEA."
value - A GradeLevels objectpublic GradeLevels getGradeLevels()
<GradeLevels> element.
The SIF specification defines the meaning of this element as: "Collection of grade levels offered in this LEA."
GradeLevels objectpublic void removeGradeLevels()
GradeLevels child element previously created by calling setGradeLevels
public java.lang.String getOperationalStatus()
<OperationalStatus> element.
The SIF specification defines the meaning of this element as: "Operational condition of an LEA."
OperationalStatus element of this object.public void setOperationalStatus(OperationalStatus value)
<OperationalStatus> element.
The SIF specification defines the meaning of this element as: "Operational condition of an LEA."
value - A constant defined by the OperationalStatus classpublic void setOperationalStatus(java.lang.String value)
<OperationalStatus> element as a String.
The SIF specification defines the meaning of this element as: "Operational condition of an LEA."
value - The value as a Stringpublic java.lang.String getCongressionalDistrict()
<CongressionalDistrict> element.
The SIF specification defines the meaning of this element as: "Number for the US congressional district where the LEA is located."
CongressionalDistrict element of this object.public void setCongressionalDistrict(java.lang.String value)
<CongressionalDistrict> element.
The SIF specification defines the meaning of this element as: "Number for the US congressional district where the LEA is located."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||