Uses of Class
com.edustructures.sifworks.common.Address

Packages that use Address
com.edustructures.sifworks.assessment Classes to model Assessment Elements (SIF 2.0 Specification, Assessment Working Group
com.edustructures.sifworks.common Classes to model Common Elements (SIF 2.0 Specification, Common Elements
com.edustructures.sifworks.hrfin Classes to model Human Resources & Financials Elements (SIF 2.0 Specification, Human Resources and Financials Working Group
com.edustructures.sifworks.instr Classes to model Instructional Services Elements (SIF 2.0 Specification, Instructional Services Working Group
com.edustructures.sifworks.profdev Classes to model Professional Development Elements (SIF 2.0 Specification, Professional Development Working Group
com.edustructures.sifworks.reporting Classes to model Vertical Reporting Elements (SIF 2.0 Specification, Vertical Reporting Task Force
com.edustructures.sifworks.student Classes to model Student Information Elements (SIF 2.0 Specification, Student Information Working Group
 

Uses of Address in com.edustructures.sifworks.assessment
 

Methods in com.edustructures.sifworks.assessment that return Address
 Address AssessmentAdministration.getAddress()
          Gets the value of the <Address> element.
 

Methods in com.edustructures.sifworks.assessment with parameters of type Address
 void AssessmentAdministration.setAddress(Address value)
          Sets the value of the <Address> element.
 

Uses of Address in com.edustructures.sifworks.common
 

Methods in com.edustructures.sifworks.common that return Address
 Address ContactInfo.getAddress()
          Gets the value of the <Address> element.
 Address AddressList.getAddress(AddressType type)
          Gets an Address object instance.
 Address[] AddressList.getAddresses()
          Gets all Address object instances.
 

Methods in com.edustructures.sifworks.common with parameters of type Address
 void ContactInfo.setAddress(Address value)
          Sets the value of the <Address> element.
 void AddressList.setAddresses(Address[] addresses)
          Sets an array of Address objects.
 

Constructors in com.edustructures.sifworks.common with parameters of type Address
AddressList(Address address)
          Constructor that accepts values for all mandatory fields
 

Uses of Address in com.edustructures.sifworks.hrfin
 

Methods in com.edustructures.sifworks.hrfin that return Address
 Address VendorInfo.getAddress()
          Gets the value of the <Address> element.
 

Methods in com.edustructures.sifworks.hrfin with parameters of type Address
 void VendorInfo.setAddress(Address value)
          Sets the value of the <Address> element.
 

Uses of Address in com.edustructures.sifworks.instr
 

Methods in com.edustructures.sifworks.instr that return Address
 Address SourceAuthor.getAddress()
          Gets the value of the <Address> element.
 Address ResourceContact.getAddress()
          Gets the value of the <Address> element.
 Address LRContact.getAddress()
          Gets the value of the <Address> element.
 

Methods in com.edustructures.sifworks.instr with parameters of type Address
 void SourceAuthor.setAddress(Address value)
          Sets the value of the <Address> element.
 void ResourceContact.setAddress(Address value)
          Sets the value of the <Address> element.
 void LRContact.setAddress(Address value)
          Sets the value of the <Address> element.
 

Uses of Address in com.edustructures.sifworks.profdev
 

Methods in com.edustructures.sifworks.profdev that return Address
 Address ActivityProvider.getAddress()
          Gets the value of the <Address> element.
 

Methods in com.edustructures.sifworks.profdev with parameters of type Address
 void ActivityProvider.setAddress(Address value)
          Sets the value of the <Address> element.
 

Uses of Address in com.edustructures.sifworks.reporting
 

Methods in com.edustructures.sifworks.reporting that return Address
 Address ReportSubmitterInfo.getAddress()
          Gets the value of the <Address> element.
 Address ReportAuthorityInfo.getAddress()
          Gets the value of the <Address> element.
 Address StudentLocator.getAddress(AddressType type)
          Gets an Address object instance.
 Address[] StudentLocator.getAddresses()
          Gets all Address object instances.
 

Methods in com.edustructures.sifworks.reporting with parameters of type Address
 void StudentLocator.addAddress(Address value)
          Adds a new <Address> child element.
 void ReportSubmitterInfo.setAddress(Address value)
          Sets the value of the <Address> element.
 void ReportAuthorityInfo.setAddress(Address value)
          Sets the value of the <Address> element.
 void StudentLocator.setAddresses(Address[] addresses)
          Sets an array of Address objects.
 

Uses of Address in com.edustructures.sifworks.student
 

Methods in com.edustructures.sifworks.student that return Address
 Address StudentSnapshot.getAddress()
          Gets the value of the <Address> element.
 Address StudentAddressList.getAddress(AddressType type)
          Gets an Address object instance.
 Address[] StudentAddressList.getAddresses()
          Gets all Address object instances.
 

Methods in com.edustructures.sifworks.student with parameters of type Address
 void StudentPersonal.addAddressList(PickupOrDropoff pickupOrDropoff, java.lang.String dayOfWeek, Address address)
          Adds a StudentAddressList instance for interoperating with multiple addresses in SIF Version 1.x
 void StudentSnapshot.setAddress(Address value)
          Sets the value of the <Address> element.
 void StudentAddressList.setAddresses(Address[] addresses)
          Sets an array of Address objects.
 void StudentPersonal.setAddressList(PickupOrDropoff pickupOrDropoff, java.lang.String dayOfWeek, Address address)
          Sets the value of the <AddressList> child element.
 

Constructors in com.edustructures.sifworks.student with parameters of type Address
StudentAddressList(PickupOrDropoff pickupOrDropoff, java.lang.String dayOfWeek, Address address)
          Constructor that accepts values for all mandatory fields
 



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.