|
||||||||||
| 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.etranscripts.ActivityAward
public class ActivityAward
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ActivityAward()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getDiplomaCredentialHonorsCode()
Gets the value of the <DiplomaCredentialHonorsCode> element. |
java.lang.String |
getDiplomaCredentialHonorsDescription()
Gets the value of the <DiplomaCredentialHonorsDescription> element. |
java.lang.String |
getHonorsDescription()
Gets the value of the <HonorsDescription> element. |
java.lang.String |
getHonorsInformationCode()
Gets the value of the <HonorsInformationCode> element. |
java.lang.String |
getInvolvementAmount()
Gets the value of the <InvolvementAmount> element. |
PartialDateType |
getInvolvementBeginningDate()
Gets the value of the <InvolvementBeginningDate> element. |
java.lang.String |
getInvolvementCode()
Gets the value of the <InvolvementCode> element. |
PartialDateType |
getInvolvementEndingDate()
Gets the value of the <InvolvementEndingDate> element. |
java.lang.String |
getName()
Gets the value of the <Name> element. |
void |
removeInvolvementBeginningDate()
Removes the InvolvementBeginningDate child element previously created by calling setInvolvementBeginningDate |
void |
removeInvolvementEndingDate()
Removes the InvolvementEndingDate child element previously created by calling setInvolvementEndingDate |
void |
setDiplomaCredentialHonorsCode(DiplomaCredentialAndHonorsType value)
Sets the value of the <DiplomaCredentialHonorsCode> element. |
void |
setDiplomaCredentialHonorsCode(java.lang.String value)
Sets the value of the <DiplomaCredentialHonorsCode> element as a String. |
void |
setDiplomaCredentialHonorsDescription(java.lang.String value)
Sets the value of the <DiplomaCredentialHonorsDescription> element. |
void |
setHonorsDescription(java.lang.String value)
Sets the value of the <HonorsDescription> element. |
void |
setHonorsInformationCode(HonorsInformationCode value)
Sets the value of the <HonorsInformationCode> element. |
void |
setHonorsInformationCode(java.lang.String value)
Sets the value of the <HonorsInformationCode> element as a String. |
void |
setInvolvementAmount(java.lang.String value)
Sets the value of the <InvolvementAmount> element. |
void |
setInvolvementBeginningDate(PartialDateType value)
Sets the value of the <InvolvementBeginningDate> element. |
void |
setInvolvementBeginningDate(java.lang.String value)
Sets the value of the <InvolvementBeginningDate> child element. |
void |
setInvolvementCode(ActivityInvolvementCode value)
Sets the value of the <InvolvementCode> element. |
void |
setInvolvementCode(java.lang.String value)
Sets the value of the <InvolvementCode> element as a String. |
void |
setInvolvementEndingDate(PartialDateType value)
Sets the value of the <InvolvementEndingDate> element. |
void |
setInvolvementEndingDate(java.lang.String value)
Sets the value of the <InvolvementEndingDate> child element. |
void |
setName(java.lang.String value)
Sets the value of the <Name> element. |
| 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 |
|---|
public ActivityAward()
| Method Detail |
|---|
public java.lang.String getName()
<Name> element.
The SIF specification defines the meaning of this element as: "The title that identifies a particular co-curricular or extra-curricular activity."
Name element of this object.public void setName(java.lang.String value)
<Name> element.
The SIF specification defines the meaning of this element as: "The title that identifies a particular co-curricular or extra-curricular activity."
value - A String objectpublic java.lang.String getInvolvementCode()
<InvolvementCode> element.
The SIF specification defines the meaning of this element as: "The code used to identify the co-curricular or extra-curricular activity in which the individual is involved."
InvolvementCode element of this object.public void setInvolvementCode(ActivityInvolvementCode value)
<InvolvementCode> element.
The SIF specification defines the meaning of this element as: "The code used to identify the co-curricular or extra-curricular activity in which the individual is involved."
value - A constant defined by the ActivityInvolvementCode classpublic void setInvolvementCode(java.lang.String value)
<InvolvementCode> element as a String.
The SIF specification defines the meaning of this element as: "The code used to identify the co-curricular or extra-curricular activity in which the individual is involved."
value - The value as a Stringpublic void setInvolvementBeginningDate(PartialDateType value)
<InvolvementBeginningDate> element.
The SIF specification defines the meaning of this element as: "The month, day, and year on which the individual began to participate in the activity."
value - A PartialDateType objectpublic void setInvolvementBeginningDate(java.lang.String value)
<InvolvementBeginningDate> child element.
This form of setInvolvementBeginningDate is provided as a convenience method
that is functionally equivalent to the version of setInvolvementBeginningDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getInvolvementBeginningDate()
<InvolvementBeginningDate> element.
The SIF specification defines the meaning of this element as: "The month, day, and year on which the individual began to participate in the activity."
PartialDateType objectpublic void removeInvolvementBeginningDate()
InvolvementBeginningDate child element previously created by calling setInvolvementBeginningDate
public void setInvolvementEndingDate(PartialDateType value)
<InvolvementEndingDate> element.
The SIF specification defines the meaning of this element as: "The month, day, and year on which the individual ceased to participate in the activity."
value - A PartialDateType objectpublic void setInvolvementEndingDate(java.lang.String value)
<InvolvementEndingDate> child element.
This form of setInvolvementEndingDate is provided as a convenience method
that is functionally equivalent to the version of setInvolvementEndingDate
that accepts a single PartialDateType object.
value - Gets or sets the content value of the <PartialDateType> elementpublic PartialDateType getInvolvementEndingDate()
<InvolvementEndingDate> element.
The SIF specification defines the meaning of this element as: "The month, day, and year on which the individual ceased to participate in the activity."
PartialDateType objectpublic void removeInvolvementEndingDate()
InvolvementEndingDate child element previously created by calling setInvolvementEndingDate
public java.lang.String getInvolvementAmount()
<InvolvementAmount> element.
The SIF specification defines the meaning of this element as: "An indication of the degree to which the individual is involved in the activity (e.g., number of hours per week)."
InvolvementAmount element of this object.public void setInvolvementAmount(java.lang.String value)
<InvolvementAmount> element.
The SIF specification defines the meaning of this element as: "An indication of the degree to which the individual is involved in the activity (e.g., number of hours per week)."
value - A String objectpublic java.lang.String getHonorsInformationCode()
<HonorsInformationCode> element.
The SIF specification defines the meaning of this element as: "A designation of the type of academic distinctions or other honors earned by or awarded to the student."
HonorsInformationCode element of this object.public void setHonorsInformationCode(HonorsInformationCode value)
<HonorsInformationCode> element.
The SIF specification defines the meaning of this element as: "A designation of the type of academic distinctions or other honors earned by or awarded to the student."
value - A constant defined by the HonorsInformationCode classpublic void setHonorsInformationCode(java.lang.String value)
<HonorsInformationCode> element as a String.
The SIF specification defines the meaning of this element as: "A designation of the type of academic distinctions or other honors earned by or awarded to the student."
value - The value as a Stringpublic java.lang.String getHonorsDescription()
<HonorsDescription> element.
The SIF specification defines the meaning of this element as: "A textual description of the distinction or honor."
HonorsDescription element of this object.public void setHonorsDescription(java.lang.String value)
<HonorsDescription> element.
The SIF specification defines the meaning of this element as: "A textual description of the distinction or honor."
value - A String objectpublic java.lang.String getDiplomaCredentialHonorsCode()
<DiplomaCredentialHonorsCode> element.
The SIF specification defines the meaning of this element as: "The nature of recognition given the student for the successful completion of work in high school."
DiplomaCredentialHonorsCode element of this object.public void setDiplomaCredentialHonorsCode(DiplomaCredentialAndHonorsType value)
<DiplomaCredentialHonorsCode> element.
The SIF specification defines the meaning of this element as: "The nature of recognition given the student for the successful completion of work in high school."
value - A constant defined by the DiplomaCredentialAndHonorsType classpublic void setDiplomaCredentialHonorsCode(java.lang.String value)
<DiplomaCredentialHonorsCode> element as a String.
The SIF specification defines the meaning of this element as: "The nature of recognition given the student for the successful completion of work in high school."
value - The value as a Stringpublic java.lang.String getDiplomaCredentialHonorsDescription()
<DiplomaCredentialHonorsDescription> element.
The SIF specification defines the meaning of this element as: "A textual description of the recognition."
DiplomaCredentialHonorsDescription element of this object.public void setDiplomaCredentialHonorsDescription(java.lang.String value)
<DiplomaCredentialHonorsDescription> element.
The SIF specification defines the meaning of this element as: "A textual description of the recognition."
value - A String object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||