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

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

public static class Measures.Measure.StreamTrendParameters
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="higherBetter" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="higherThresold" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="lowerThresold" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="scaleWithGranularity" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.Boolean higherBetter
           
protected  java.lang.Double higherThresold
           
protected  java.lang.Double lowerThresold
           
protected  java.lang.Boolean scaleWithGranularity
           
 
Constructor Summary
Measures.Measure.StreamTrendParameters()
           
 
Method Summary
 double getHigherThresold()
          Gets the value of the higherThresold property.
 double getLowerThresold()
          Gets the value of the lowerThresold property.
 boolean isHigherBetter()
          Gets the value of the higherBetter property.
 boolean isScaleWithGranularity()
          Gets the value of the scaleWithGranularity property.
 boolean isSetHigherBetter()
           
 boolean isSetHigherThresold()
           
 boolean isSetLowerThresold()
           
 boolean isSetScaleWithGranularity()
           
 void setHigherBetter(boolean value)
          Sets the value of the higherBetter property.
 void setHigherThresold(double value)
          Sets the value of the higherThresold property.
 void setLowerThresold(double value)
          Sets the value of the lowerThresold property.
 void setScaleWithGranularity(boolean value)
          Sets the value of the scaleWithGranularity property.
 void unsetHigherBetter()
           
 void unsetHigherThresold()
           
 void unsetLowerThresold()
           
 void unsetScaleWithGranularity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

higherBetter

protected java.lang.Boolean higherBetter

higherThresold

protected java.lang.Double higherThresold

lowerThresold

protected java.lang.Double lowerThresold

scaleWithGranularity

protected java.lang.Boolean scaleWithGranularity
Constructor Detail

Measures.Measure.StreamTrendParameters

public Measures.Measure.StreamTrendParameters()
Method Detail

isHigherBetter

public boolean isHigherBetter()
Gets the value of the higherBetter property.

Returns:
possible object is Boolean

setHigherBetter

public void setHigherBetter(boolean value)
Sets the value of the higherBetter property.

Parameters:
value - allowed object is Boolean

isSetHigherBetter

public boolean isSetHigherBetter()

unsetHigherBetter

public void unsetHigherBetter()

getHigherThresold

public double getHigherThresold()
Gets the value of the higherThresold property.

Returns:
possible object is Double

setHigherThresold

public void setHigherThresold(double value)
Sets the value of the higherThresold property.

Parameters:
value - allowed object is Double

isSetHigherThresold

public boolean isSetHigherThresold()

unsetHigherThresold

public void unsetHigherThresold()

getLowerThresold

public double getLowerThresold()
Gets the value of the lowerThresold property.

Returns:
possible object is Double

setLowerThresold

public void setLowerThresold(double value)
Sets the value of the lowerThresold property.

Parameters:
value - allowed object is Double

isSetLowerThresold

public boolean isSetLowerThresold()

unsetLowerThresold

public void unsetLowerThresold()

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()