|
||||||||||
| 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.assessment.AssessmentAdministration
public class AssessmentAdministration
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AssessmentAdministration()
Constructor |
|
AssessmentAdministration(java.lang.String refId,
java.lang.String assessmentFormRefId)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
Address |
getAddress()
Gets the value of the <Address> element. |
java.util.Calendar |
getAdministrationDateTime()
Gets the value of the <AdministrationDateTime> element. |
java.lang.String |
getAdministrationName()
Gets the value of the <AdministrationName> element. |
java.lang.String |
getAssessmentFormRefId()
Gets the value of the AssessmentFormRefId attribute. |
java.util.Calendar |
getDueDateTime()
Gets the value of the <DueDateTime> element. |
java.util.Calendar |
getFinishDateTime()
Gets the value of the <FinishDateTime> 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 |
java.lang.String |
getLEAInfoRefId()
Gets the value of the <LEAInfoRefId> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.lang.String |
getSchoolInfoRefId()
Gets the value of the <SchoolInfoRefId> element. |
SpecialConditions |
getSpecialConditions()
Gets the value of the <SpecialConditions> element. |
java.lang.String |
getStaffPersonalRefId()
Gets the value of the <StaffPersonalRefId> element. |
java.util.Calendar |
getStartDateTime()
Gets the value of the <StartDateTime> element. |
void |
removeAddress()
Removes the Address child element previously created by calling setAddress |
void |
removeSpecialConditions()
Removes the SpecialConditions child element previously created by calling setSpecialConditions |
void |
setAddress(Address value)
Sets the value of the <Address> element. |
void |
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 |
setAdministrationDateTime(java.util.Calendar value)
Sets the value of the <AdministrationDateTime> element. |
void |
setAdministrationName(java.lang.String value)
Sets the value of the <AdministrationName> element. |
void |
setAssessmentFormRefId(java.lang.String value)
Sets the value of the AssessmentFormRefId attribute. |
void |
setDueDateTime(java.util.Calendar value)
Sets the value of the <DueDateTime> element. |
void |
setFinishDateTime(java.util.Calendar value)
Sets the value of the <FinishDateTime> element. |
void |
setLEAInfoRefId(java.lang.String value)
Sets the value of the <LEAInfoRefId> element. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setSchoolInfoRefId(java.lang.String value)
Sets the value of the <SchoolInfoRefId> element. |
void |
setSpecialConditions(SpecialConditions value)
Sets the value of the <SpecialConditions> element. |
void |
setStaffPersonalRefId(java.lang.String value)
Sets the value of the <StaffPersonalRefId> element. |
void |
setStartDateTime(java.util.Calendar value)
Sets the value of the <StartDateTime> element. |
| 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 AssessmentAdministration()
public AssessmentAdministration(java.lang.String refId,
java.lang.String assessmentFormRefId)
refId - The GUID that uniquely identifies an instance of the object.assessmentFormRefId - The RefId of the assessment form used in the assessment administration.| 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 that uniquely identifies an instance of the object."
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 that uniquely identifies an instance of the object."
value - A String objectpublic java.lang.String getAssessmentFormRefId()
AssessmentFormRefId attribute.
The SIF specification defines the meaning of this attribute as: "The RefId of the assessment form used in the assessment administration."
AssessmentFormRefId attribute of this object.public void setAssessmentFormRefId(java.lang.String value)
AssessmentFormRefId attribute.
The SIF specification defines the meaning of this attribute as: "The RefId of the assessment form used in the assessment administration."
value - A String objectpublic java.lang.String getAdministrationName()
<AdministrationName> element.
AdministrationName element of this object.public void setAdministrationName(java.lang.String value)
<AdministrationName> element.
value - A String objectpublic void setSpecialConditions(SpecialConditions value)
<SpecialConditions> element.
value - A SpecialConditions objectpublic SpecialConditions getSpecialConditions()
<SpecialConditions> element.
SpecialConditions objectpublic void removeSpecialConditions()
SpecialConditions child element previously created by calling setSpecialConditions
public java.util.Calendar getAdministrationDateTime()
<AdministrationDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time the test is scheduled to be given."
AdministrationDateTime element of this object.public void setAdministrationDateTime(java.util.Calendar value)
<AdministrationDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time the test is scheduled to be given."
value - A Calendar objectpublic java.util.Calendar getStartDateTime()
<StartDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time testing begins."
StartDateTime element of this object.public void setStartDateTime(java.util.Calendar value)
<StartDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time testing begins."
value - A Calendar objectpublic java.util.Calendar getFinishDateTime()
<FinishDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time testing ends."
FinishDateTime element of this object.public void setFinishDateTime(java.util.Calendar value)
<FinishDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time testing ends."
value - A Calendar objectpublic java.util.Calendar getDueDateTime()
<DueDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time test is due."
DueDateTime element of this object.public void setDueDateTime(java.util.Calendar value)
<DueDateTime> element.
The SIF specification defines the meaning of this element as: "Date and time test is due."
value - A Calendar objectpublic void setAddress(Address value)
<Address> element.
The SIF specification defines the meaning of this element as: "Address of the location where the administration takes place."
value - A Address object
public void setAddress(AddressType type,
Street street,
java.lang.String city,
StatePrCode stateProvince,
CountryCode country,
java.lang.String postalCode)
<Address> child element.
This form of setAddress is provided as a convenience method
that is functionally equivalent to the version of setAddress
that accepts a single Address object.
type - Code that defines the location of the address. Note: A subset of specific valid values for each instance in a data object may be listed in that object.street - The street part of the addresscity - The city part of the address.stateProvince - The state or province code.country - The country code.postalCode - The ZIP/postal code.public Address getAddress()
<Address> element.
The SIF specification defines the meaning of this element as: "Address of the location where the administration takes place."
Address objectpublic void removeAddress()
Address child element previously created by calling setAddress
public java.lang.String getStaffPersonalRefId()
<StaffPersonalRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a staff person associated with the administration."
StaffPersonalRefId element of this object.public void setStaffPersonalRefId(java.lang.String value)
<StaffPersonalRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a staff person associated with the administration."
value - A String objectpublic java.lang.String getLEAInfoRefId()
<LEAInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school district associated with the administration."
LEAInfoRefId element of this object.public void setLEAInfoRefId(java.lang.String value)
<LEAInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school district associated with the administration."
value - A String objectpublic java.lang.String getSchoolInfoRefId()
<SchoolInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school associated with the administration."
SchoolInfoRefId element of this object.public void setSchoolInfoRefId(java.lang.String value)
<SchoolInfoRefId> element.
The SIF specification defines the meaning of this element as: "Optional reference to a school associated with the administration."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||