|
||||||||||
| 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.reporting.ReportingPeriod
public class ReportingPeriod
Information on the period of time over which the report spans.
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
ReportingPeriod()
Constructor |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getBeginReportDate()
Gets the value of the <BeginReportDate> element. |
java.util.Calendar |
getBeginSubmitDate()
Gets the value of the <BeginSubmitDate> element. |
java.util.Calendar |
getDueDate()
Gets the value of the <DueDate> element. |
java.util.Calendar |
getEndReportDate()
Gets the value of the <EndReportDate> element. |
java.util.Calendar |
getEndSubmitDate()
Gets the value of the <EndSubmitDate> element. |
void |
setBeginReportDate(java.util.Calendar value)
Sets the value of the <BeginReportDate> element. |
void |
setBeginSubmitDate(java.util.Calendar value)
Sets the value of the <BeginSubmitDate> element. |
void |
setDueDate(java.util.Calendar value)
Sets the value of the <DueDate> element. |
void |
setEndReportDate(java.util.Calendar value)
Sets the value of the <EndReportDate> element. |
void |
setEndSubmitDate(java.util.Calendar value)
Sets the value of the <EndSubmitDate> 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 ReportingPeriod()
| Method Detail |
|---|
public java.util.Calendar getBeginReportDate()
<BeginReportDate> element.
The SIF specification defines the meaning of this element as: "The first date for which the report contains information."
BeginReportDate element of this object.public void setBeginReportDate(java.util.Calendar value)
<BeginReportDate> element.
The SIF specification defines the meaning of this element as: "The first date for which the report contains information."
value - A Calendar objectpublic java.util.Calendar getEndReportDate()
<EndReportDate> element.
The SIF specification defines the meaning of this element as: "The last date for which the report contains information. May be the same as BeginReportDate for snapshot-type reports."
EndReportDate element of this object.public void setEndReportDate(java.util.Calendar value)
<EndReportDate> element.
The SIF specification defines the meaning of this element as: "The last date for which the report contains information. May be the same as BeginReportDate for snapshot-type reports."
value - A Calendar objectpublic java.util.Calendar getBeginSubmitDate()
<BeginSubmitDate> element.
The SIF specification defines the meaning of this element as: "The first date on which the report may be submitted to the authority."
BeginSubmitDate element of this object.public void setBeginSubmitDate(java.util.Calendar value)
<BeginSubmitDate> element.
The SIF specification defines the meaning of this element as: "The first date on which the report may be submitted to the authority."
value - A Calendar objectpublic java.util.Calendar getEndSubmitDate()
<EndSubmitDate> element.
The SIF specification defines the meaning of this element as: "The last date on which the report may be submitted to the authority."
EndSubmitDate element of this object.public void setEndSubmitDate(java.util.Calendar value)
<EndSubmitDate> element.
The SIF specification defines the meaning of this element as: "The last date on which the report may be submitted to the authority."
value - A Calendar objectpublic java.util.Calendar getDueDate()
<DueDate> element.
The SIF specification defines the meaning of this element as: "The official due date of the report."
DueDate element of this object.public void setDueDate(java.util.Calendar value)
<DueDate> element.
The SIF specification defines the meaning of this element as: "The official due date of the report."
value - A Calendar object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||