|
||||||||||
| 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.dw.AggregateStatisticInfo
public class AggregateStatisticInfo
This object defines the attribute of a group of objects that implicitly or explicitly defines a subset of the group. SIF_Events are reported.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
AggregateStatisticInfo()
Constructor |
|
AggregateStatisticInfo(java.lang.String refId,
java.lang.String statisticName)
Constructor that accepts values for all mandatory fields |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getApprovalDate()
Gets the value of the <ApprovalDate> element. |
CalculationRule |
getCalculationRule()
Gets the value of the <CalculationRule> element. |
java.util.Calendar |
getDiscontinueDate()
Gets the value of the <DiscontinueDate> element. |
java.util.Calendar |
getEffectiveDate()
Gets the value of the <EffectiveDate> element. |
ExclusionRules |
getExclusionRules()
Gets the value of the <ExclusionRules> element. |
java.util.Calendar |
getExpirationDate()
Gets the value of the <ExpirationDate> 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 |
Location |
getLocation()
Gets the value of the <Location> element. |
java.lang.String |
getMeasure()
Gets the value of the <Measure> element. |
java.lang.String |
getRefId()
Gets the value of the RefId attribute. |
java.lang.String |
getSource()
Gets the value of the <Source> element. |
java.lang.String |
getStatisticName()
Gets the value of the <StatisticName> element. |
void |
removeCalculationRule()
Removes the CalculationRule child element previously created by calling setCalculationRule |
void |
removeExclusionRules()
Removes the ExclusionRules child element previously created by calling setExclusionRules |
void |
removeLocation()
Removes the Location child element previously created by calling setLocation |
void |
setApprovalDate(java.util.Calendar value)
Sets the value of the <ApprovalDate> element. |
void |
setCalculationRule(CalculationRule value)
Sets the value of the <CalculationRule> element. |
void |
setCalculationRule(CalculationRuleType type,
java.lang.String value)
Sets the value of the <CalculationRule> child element. |
void |
setDiscontinueDate(java.util.Calendar value)
Sets the value of the <DiscontinueDate> element. |
void |
setEffectiveDate(java.util.Calendar value)
Sets the value of the <EffectiveDate> element. |
void |
setExclusionRules(ExclusionRules value)
Sets the value of the <ExclusionRules> element. |
void |
setExpirationDate(java.util.Calendar value)
Sets the value of the <ExpirationDate> element. |
void |
setLocation(Location value)
Sets the value of the <Location> element. |
void |
setLocation(LocationType type)
Sets the value of the <Location> child element. |
void |
setMeasure(MeasureType value)
Sets the value of the <Measure> element. |
void |
setMeasure(java.lang.String value)
Sets the value of the <Measure> element as a String. |
void |
setRefId(java.lang.String value)
Sets the value of the RefId attribute. |
void |
setSource(java.lang.String value)
Sets the value of the <Source> element. |
void |
setStatisticName(java.lang.String value)
Sets the value of the <StatisticName> 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 AggregateStatisticInfo()
public AggregateStatisticInfo(java.lang.String refId,
java.lang.String statisticName)
refId - KeystatisticName - Name of Aggregate Statistic| 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: "Key"
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: "Key"
value - A String objectpublic java.lang.String getStatisticName()
<StatisticName> element.
The SIF specification defines the meaning of this element as: "Name of Aggregate Statistic"
StatisticName element of this object.public void setStatisticName(java.lang.String value)
<StatisticName> element.
The SIF specification defines the meaning of this element as: "Name of Aggregate Statistic"
value - A String objectpublic void setCalculationRule(CalculationRule value)
<CalculationRule> element.
The SIF specification defines the meaning of this element as: "Rule for calculating the aggregate statistic"
value - A CalculationRule object
public void setCalculationRule(CalculationRuleType type,
java.lang.String value)
<CalculationRule> child element.
This form of setCalculationRule is provided as a convenience method
that is functionally equivalent to the version of setCalculationRule
that accepts a single CalculationRule object.
type - Values Description, Formula, URLvalue - Gets or sets the content value of the <CalculationRule> elementpublic CalculationRule getCalculationRule()
<CalculationRule> element.
The SIF specification defines the meaning of this element as: "Rule for calculating the aggregate statistic"
CalculationRule objectpublic void removeCalculationRule()
CalculationRule child element previously created by calling setCalculationRule
public java.util.Calendar getApprovalDate()
<ApprovalDate> element.
The SIF specification defines the meaning of this element as: "Date for which the statistic is initially valid"
ApprovalDate element of this object.public void setApprovalDate(java.util.Calendar value)
<ApprovalDate> element.
The SIF specification defines the meaning of this element as: "Date for which the statistic is initially valid"
value - A Calendar objectpublic java.util.Calendar getExpirationDate()
<ExpirationDate> element.
The SIF specification defines the meaning of this element as: "Date after which the statistic is no longer valid"
ExpirationDate element of this object.public void setExpirationDate(java.util.Calendar value)
<ExpirationDate> element.
The SIF specification defines the meaning of this element as: "Date after which the statistic is no longer valid"
value - A Calendar objectpublic void setExclusionRules(ExclusionRules value)
<ExclusionRules> element.
The SIF specification defines the meaning of this element as: "Rule for which statistic may not be reported"
value - A ExclusionRules objectpublic ExclusionRules getExclusionRules()
<ExclusionRules> element.
The SIF specification defines the meaning of this element as: "Rule for which statistic may not be reported"
ExclusionRules objectpublic void removeExclusionRules()
ExclusionRules child element previously created by calling setExclusionRules
public java.lang.String getSource()
<Source> element.
The SIF specification defines the meaning of this element as: "System providing the data: i.e., SIS, Transportation,"
Source element of this object.public void setSource(java.lang.String value)
<Source> element.
The SIF specification defines the meaning of this element as: "System providing the data: i.e., SIS, Transportation,"
value - A String objectpublic java.util.Calendar getEffectiveDate()
<EffectiveDate> element.
The SIF specification defines the meaning of this element as: "Effective date of the statistic"
EffectiveDate element of this object.public void setEffectiveDate(java.util.Calendar value)
<EffectiveDate> element.
The SIF specification defines the meaning of this element as: "Effective date of the statistic"
value - A Calendar objectpublic java.util.Calendar getDiscontinueDate()
<DiscontinueDate> element.
The SIF specification defines the meaning of this element as: "Discontinue date of the statistic"
DiscontinueDate element of this object.public void setDiscontinueDate(java.util.Calendar value)
<DiscontinueDate> element.
The SIF specification defines the meaning of this element as: "Discontinue date of the statistic"
value - A Calendar objectpublic void setLocation(Location value)
<Location> element.
value - A Location objectpublic void setLocation(LocationType type)
<Location> child element.
This form of setLocation is provided as a convenience method
that is functionally equivalent to the version of setLocation
that accepts a single Location object.
type - Values: Classroom, School, District, Campus, IntermediateUnit, StateEducationAgencypublic Location getLocation()
<Location> element.
Location objectpublic void removeLocation()
Location child element previously created by calling setLocation
public java.lang.String getMeasure()
<Measure> element.
The SIF specification defines the meaning of this element as: "Type of the statistic."
Measure element of this object.public void setMeasure(MeasureType value)
<Measure> element.
The SIF specification defines the meaning of this element as: "Type of the statistic."
value - A constant defined by the MeasureType classpublic void setMeasure(java.lang.String value)
<Measure> element as a String.
The SIF specification defines the meaning of this element as: "Type of the statistic."
value - The value as a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||