com.edustructures.sifworks.etranscripts
Class SchoolInfoData

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

public class SchoolInfoData
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
SchoolInfoData()
          Constructor
 
Method Summary
 AddressList getAddressList()
          Gets the value of the <AddressList> element.
 GradeLevels getGradeLevels()
          Gets the value of the <GradeLevels> element.
 java.lang.String getLocalId()
          Gets the value of the <LocalId> element.
 java.lang.String getNCESId()
          Gets the value of the <NCESId> element.
 PhoneNumberList getPhoneNumberList()
          Gets the value of the <PhoneNumberList> element.
 SchoolContactList getSchoolContactList()
          Gets the value of the <SchoolContactList> element.
 java.lang.String getSchoolName()
          Gets the value of the <SchoolName> element.
 java.lang.String getSchoolURL()
          Gets the value of the <SchoolURL> element.
 java.lang.String getStateProvinceId()
          Gets the value of the <StateProvinceId> element.
 void removeAddressList()
          Removes the AddressList child element previously created by calling setAddressList
 void removeGradeLevels()
          Removes the GradeLevels child element previously created by calling setGradeLevels
 void removePhoneNumberList()
          Removes the PhoneNumberList child element previously created by calling setPhoneNumberList
 void removeSchoolContactList()
          Removes the SchoolContactList child element previously created by calling setSchoolContactList
 void setAddressList(AddressList value)
          Sets the value of the <AddressList> element.
 void setGradeLevels(GradeLevels value)
          Sets the value of the <GradeLevels> 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 setPhoneNumberList(PhoneNumberList value)
          Sets the value of the <PhoneNumberList> element.
 void setSchoolContactList(SchoolContactList value)
          Sets the value of the <SchoolContactList> element.
 void setSchoolName(java.lang.String value)
          Sets the value of the <SchoolName> element.
 void setSchoolURL(java.lang.String value)
          Sets the value of the <SchoolURL> element.
 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.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

SchoolInfoData

public SchoolInfoData()
Constructor

Method Detail

getLocalId

public java.lang.String getLocalId()
Gets the value of the <LocalId> element.

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

setLocalId

public void setLocalId(java.lang.String value)
Sets the value of the <LocalId> element.

Parameters:
value - A String object
Since:
2.0

getStateProvinceId

public java.lang.String getStateProvinceId()
Gets the value of the <StateProvinceId> element.

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

setStateProvinceId

public void setStateProvinceId(StatePrCode value)
Sets the value of the <StateProvinceId> element.

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

setStateProvinceId

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

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

getNCESId

public java.lang.String getNCESId()
Gets the value of the <NCESId> element.

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

setNCESId

public void setNCESId(java.lang.String value)
Sets the value of the <NCESId> element.

Parameters:
value - A String object
Since:
2.0

getSchoolName

public java.lang.String getSchoolName()
Gets the value of the <SchoolName> element.

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

setSchoolName

public void setSchoolName(java.lang.String value)
Sets the value of the <SchoolName> element.

Parameters:
value - A String object
Since:
2.0

getSchoolURL

public java.lang.String getSchoolURL()
Gets the value of the <SchoolURL> element.

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

setSchoolURL

public void setSchoolURL(java.lang.String value)
Sets the value of the <SchoolURL> element.

Parameters:
value - A String object
Since:
2.0

setSchoolContactList

public void setSchoolContactList(SchoolContactList value)
Sets the value of the <SchoolContactList> element.

Parameters:
value - A SchoolContactList object
Since:
2.0

getSchoolContactList

public SchoolContactList getSchoolContactList()
Gets the value of the <SchoolContactList> element.

Returns:
A SchoolContactList object
Since:
2.0

removeSchoolContactList

public void removeSchoolContactList()
Removes the SchoolContactList child element previously created by calling setSchoolContactList

Since:
2.0

setAddressList

public void setAddressList(AddressList value)
Sets the value of the <AddressList> element.

Parameters:
value - A AddressList object
Since:
2.0

getAddressList

public AddressList getAddressList()
Gets the value of the <AddressList> element.

Returns:
An AddressList object
Since:
2.0

removeAddressList

public void removeAddressList()
Removes the AddressList child element previously created by calling setAddressList

Since:
2.0

setPhoneNumberList

public void setPhoneNumberList(PhoneNumberList value)
Sets the value of the <PhoneNumberList> element.

Parameters:
value - A PhoneNumberList object
Since:
2.0

getPhoneNumberList

public PhoneNumberList getPhoneNumberList()
Gets the value of the <PhoneNumberList> element.

Returns:
A PhoneNumberList object
Since:
2.0

removePhoneNumberList

public void removePhoneNumberList()
Removes the PhoneNumberList child element previously created by calling setPhoneNumberList

Since:
2.0

setGradeLevels

public void setGradeLevels(GradeLevels value)
Sets the value of the <GradeLevels> element.

Parameters:
value - A GradeLevels object
Since:
2.0

getGradeLevels

public GradeLevels getGradeLevels()
Gets the value of the <GradeLevels> element.

Returns:
A GradeLevels object
Since:
2.0

removeGradeLevels

public void removeGradeLevels()
Removes the GradeLevels child element previously created by calling setGradeLevels

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.