|
||||||||||
| 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.gradebook.Percentage
public class Percentage
Indicates whether a percent Mark is accepted (format ##0.00).
| Field Summary |
|---|
| Fields inherited from class com.edustructures.sifworks.Element |
|---|
CURRENT_SERIALIZE_VERSION |
| Constructor Summary | |
|---|---|
Percentage()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getIsAccepted()
Gets the value of the IsAccepted attribute. |
java.math.BigDecimal |
getMaximum()
Gets the value of the <Maximum> element. |
java.math.BigDecimal |
getMinimum()
Gets the value of the <Minimum> element. |
void |
setIsAccepted(java.lang.Boolean value)
Sets the value of the IsAccepted attribute. |
void |
setMaximum(java.math.BigDecimal value)
Sets the value of the <Maximum> element. |
void |
setMinimum(java.math.BigDecimal value)
Sets the value of the <Minimum> 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 Percentage()
| Method Detail |
|---|
public java.lang.Boolean getIsAccepted()
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a percent Mark is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
IsAccepted attribute of this object.public void setIsAccepted(java.lang.Boolean value)
IsAccepted attribute.
The SIF specification defines the meaning of this attribute as: "Indicates whether a percent Mark is accepted and is used in Change events to unambiguously signal whether support for the Mark has changed, especially ended."
value - A Boolean objectpublic java.math.BigDecimal getMinimum()
<Minimum> element.
The SIF specification defines the meaning of this element as: "The minimum percent value accepted for this mark. If present, the publisher of this object is required to ensure that any values present in the StudentSectionMarks object will not be lower than this value."
Minimum element of this object.public void setMinimum(java.math.BigDecimal value)
<Minimum> element.
The SIF specification defines the meaning of this element as: "The minimum percent value accepted for this mark. If present, the publisher of this object is required to ensure that any values present in the StudentSectionMarks object will not be lower than this value."
value - A BigDecimal objectpublic java.math.BigDecimal getMaximum()
<Maximum> element.
The SIF specification defines the meaning of this element as: "The maximum percent value accepted for this mark. If present, the publisher of this object is required to ensure that any values present in the StudentSectionMarks object will not be higher than this value."
Maximum element of this object.public void setMaximum(java.math.BigDecimal value)
<Maximum> element.
The SIF specification defines the meaning of this element as: "The maximum percent value accepted for this mark. If present, the publisher of this object is required to ensure that any values present in the StudentSectionMarks object will not be higher than this value."
value - A BigDecimal object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||