com.edustructures.sifworks.gradebook
Class Percentage

java.lang.Object
  extended by com.edustructures.sifworks.Element
      extended by com.edustructures.sifworks.SIFElement
          extended by com.edustructures.sifworks.gradebook.Percentage
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class Percentage
extends SIFElement

Indicates whether a percent Mark is accepted (format ##0.00).

Since:
2.0
Version:
2.0
See Also:
Serialized Form

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

Percentage

public Percentage()
Constructor

Method Detail

getIsAccepted

public java.lang.Boolean getIsAccepted()
Gets the value of the 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."

Returns:
The IsAccepted attribute of this object.
Since:
2.0

setIsAccepted

public void setIsAccepted(java.lang.Boolean value)
Sets the value of the 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."

Parameters:
value - A Boolean object
Since:
2.0

getMinimum

public java.math.BigDecimal getMinimum()
Gets the value of the <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."

Returns:
The Minimum element of this object.
Since:
2.0

setMinimum

public void setMinimum(java.math.BigDecimal value)
Sets the value of the <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."

Parameters:
value - A BigDecimal object
Since:
2.0

getMaximum

public java.math.BigDecimal getMaximum()
Gets the value of the <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."

Returns:
The Maximum element of this object.
Since:
2.0

setMaximum

public void setMaximum(java.math.BigDecimal value)
Sets the value of the <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."

Parameters:
value - A BigDecimal object
Since:
2.0


Copyright © 2001-2007 Edustructures LLC. All Rights Reserved. SIFWorks® and ADK® are registered trademarks of Edustructures LLC. SIF™ and Schools Interoperability Framework are trademarks of the Schools Interoperability Framework Association.