org.hackystat.projectbrowser.page.projectportfolio.jaxb
Class Measures.Measure.DeviationParameters

java.lang.Object
  extended by org.hackystat.projectbrowser.page.projectportfolio.jaxb.Measures.Measure.DeviationParameters
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Measures.Measure

public static class Measures.Measure.DeviationParameters
extends java.lang.Object
implements java.io.Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="expectationValue" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="moderateDeviation" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="scaleWithGranularity" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="unacceptableDeviation" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Double expectationValue
           
protected  java.lang.Double moderateDeviation
           
protected  java.lang.Boolean scaleWithGranularity
           
protected  java.lang.Double unacceptableDeviation
           
 
Constructor Summary
Measures.Measure.DeviationParameters()
           
 
Method Summary
 double getExpectationValue()
          Gets the value of the expectationValue property.
 double getModerateDeviation()
          Gets the value of the moderateDeviation property.
 double getUnacceptableDeviation()
          Gets the value of the unacceptableDeviation property.
 boolean isScaleWithGranularity()
          Gets the value of the scaleWithGranularity property.
 boolean isSetExpectationValue()
           
 boolean isSetModerateDeviation()
           
 boolean isSetScaleWithGranularity()
           
 boolean isSetUnacceptableDeviation()
           
 void setExpectationValue(double value)
          Sets the value of the expectationValue property.
 void setModerateDeviation(double value)
          Sets the value of the moderateDeviation property.
 void setScaleWithGranularity(boolean value)
          Sets the value of the scaleWithGranularity property.
 void setUnacceptableDeviation(double value)
          Sets the value of the unacceptableDeviation property.
 void unsetExpectationValue()
           
 void unsetModerateDeviation()
           
 void unsetScaleWithGranularity()
           
 void unsetUnacceptableDeviation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectationValue

protected java.lang.Double expectationValue

moderateDeviation

protected java.lang.Double moderateDeviation

scaleWithGranularity

protected java.lang.Boolean scaleWithGranularity

unacceptableDeviation

protected java.lang.Double unacceptableDeviation
Constructor Detail

Measures.Measure.DeviationParameters

public Measures.Measure.DeviationParameters()
Method Detail

getExpectationValue

public double getExpectationValue()
Gets the value of the expectationValue property.

Returns:
possible object is Double

setExpectationValue

public void setExpectationValue(double value)
Sets the value of the expectationValue property.

Parameters:
value - allowed object is Double

isSetExpectationValue

public boolean isSetExpectationValue()

unsetExpectationValue

public void unsetExpectationValue()

getModerateDeviation

public double getModerateDeviation()
Gets the value of the moderateDeviation property.

Returns:
possible object is Double

setModerateDeviation

public void setModerateDeviation(double value)
Sets the value of the moderateDeviation property.

Parameters:
value - allowed object is Double

isSetModerateDeviation

public boolean isSetModerateDeviation()

unsetModerateDeviation

public void unsetModerateDeviation()

isScaleWithGranularity

public boolean isScaleWithGranularity()
Gets the value of the scaleWithGranularity property.

Returns:
possible object is Boolean

setScaleWithGranularity

public void setScaleWithGranularity(boolean value)
Sets the value of the scaleWithGranularity property.

Parameters:
value - allowed object is Boolean

isSetScaleWithGranularity

public boolean isSetScaleWithGranularity()

unsetScaleWithGranularity

public void unsetScaleWithGranularity()

getUnacceptableDeviation

public double getUnacceptableDeviation()
Gets the value of the unacceptableDeviation property.

Returns:
possible object is Double

setUnacceptableDeviation

public void setUnacceptableDeviation(double value)
Sets the value of the unacceptableDeviation property.

Parameters:
value - allowed object is Double

isSetUnacceptableDeviation

public boolean isSetUnacceptableDeviation()

unsetUnacceptableDeviation

public void unsetUnacceptableDeviation()