|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressType | |
|---|---|
| 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 AddressType in com.edustructures.sifworks.assessment |
|---|
| Methods in com.edustructures.sifworks.assessment with parameters of type AddressType | |
|---|---|
void |
AssessmentAdministration.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
| Uses of AddressType in com.edustructures.sifworks.common |
|---|
| Fields in com.edustructures.sifworks.common declared as AddressType | |
|---|---|
static AddressType |
AddressType._0369_CAMPUS
Campus Address ("04") |
static AddressType |
AddressType._0369_EMPLOYER
Employer's Address ("05") |
static AddressType |
AddressType._0369_EMPLOYMENT
Employment Address ("06") |
static AddressType |
AddressType._0369_MAILING
Mailing Address ("03") |
static AddressType |
AddressType._0369_ORGANIZATION
Organization Address ("07") |
static AddressType |
AddressType._0369_OTHER
Other Home Address ("02") |
static AddressType |
AddressType._0369_PERMANENT
Permanent Address ("01") |
static AddressType |
AddressType.EMPLOYERS
Employer's address ("1074") |
static AddressType |
AddressType.EMPLOYMENT
Employment address ("1075") |
static AddressType |
AddressType.MAILING
Mailing address ("0123") |
static AddressType |
AddressType.OTHER_HOME
Other home address ("1073") |
static AddressType |
AddressType.OTHER_ORGANIZATION
Other organization address ("2382") |
static AddressType |
AddressType.PHYSICAL_LOCATION
Physical location address ("0765") |
static AddressType |
AddressType.SHIPPING
Shipping address ("0124") |
static AddressType |
AddressType.SIF15_CAMPUS
Campus Address (deprecated) ("04") |
static AddressType |
AddressType.SIF15_EMPLOYER
Employer's Address (deprecated) ("05") |
static AddressType |
AddressType.SIF15_EMPLOYMENT
Employment Address (deprecated) ("06") |
static AddressType |
AddressType.SIF15_MAILING
Mailing Address (deprecated) ("03") |
static AddressType |
AddressType.SIF15_ORGANIZATION
Organization Address (deprecated) ("07") |
static AddressType |
AddressType.SIF15_OTHER
Other Home Address (deprecated) ("02") |
static AddressType |
AddressType.SIF15_PERMANENT
Permanent Address (deprecated) ("01") |
| Methods in com.edustructures.sifworks.common that return AddressType | |
|---|---|
static AddressType |
AddressType.wrap(java.lang.String value)
Wrap an arbitrary string value in an AddressType object. |
| Methods in com.edustructures.sifworks.common with parameters of type AddressType | |
|---|---|
void |
AddressList.addAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Adds a new <Address> repeatable element. |
Address |
AddressList.getAddress(AddressType type)
Gets an Address object instance. |
void |
AddressList.removeAddress(AddressType type)
Removes an Address object instance. |
void |
ContactInfo.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
void |
Address.setType(AddressType value)
Sets the value of the Type attribute. |
| Constructors in com.edustructures.sifworks.common with parameters of type AddressType | |
|---|---|
Address(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Constructor that accepts values for all mandatory fields |
|
| Uses of AddressType in com.edustructures.sifworks.hrfin |
|---|
| Methods in com.edustructures.sifworks.hrfin with parameters of type AddressType | |
|---|---|
void |
VendorInfo.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
| Uses of AddressType in com.edustructures.sifworks.instr |
|---|
| Methods in com.edustructures.sifworks.instr with parameters of type AddressType | |
|---|---|
void |
SourceAuthor.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
void |
ResourceContact.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
void |
LRContact.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
| Uses of AddressType in com.edustructures.sifworks.profdev |
|---|
| Methods in com.edustructures.sifworks.profdev with parameters of type AddressType | |
|---|---|
void |
ActivityProvider.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
| Uses of AddressType in com.edustructures.sifworks.reporting |
|---|
| Methods in com.edustructures.sifworks.reporting with parameters of type AddressType | |
|---|---|
void |
StudentLocator.addAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Adds a new <Address> repeatable element. |
Address |
StudentLocator.getAddress(AddressType type)
Gets an Address object instance. |
void |
StudentLocator.removeAddress(AddressType type)
Removes an Address object instance. |
void |
ReportSubmitterInfo.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
void |
ReportAuthorityInfo.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
| Uses of AddressType in com.edustructures.sifworks.student |
|---|
| Methods in com.edustructures.sifworks.student with parameters of type AddressType | |
|---|---|
void |
StudentAddressList.addAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Adds a new <Address> repeatable element. |
Address |
StudentAddressList.getAddress(AddressType type)
Gets an Address object instance. |
void |
StudentAddressList.removeAddress(AddressType type)
Removes an Address object instance. |
void |
StudentSnapshot.setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
Sets the value of the <Address> child element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||