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

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

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

See Also:
Serialized Form

Field Summary
protected  java.lang.Double frequencyPercentage
           
protected  java.lang.Double memberPercentage
           
protected  java.lang.Boolean scaleWithGranularity
           
protected  java.lang.Double thresoldValue
           
 
Constructor Summary
Measures.Measure.ParticipationParameters()
           
 
Method Summary
 double getFrequencyPercentage()
          Gets the value of the frequencyPercentage property.
 double getMemberPercentage()
          Gets the value of the memberPercentage property.
 double getThresoldValue()
          Gets the value of the thresoldValue property.
 boolean isScaleWithGranularity()
          Gets the value of the scaleWithGranularity property.
 boolean isSetFrequencyPercentage()
           
 boolean isSetMemberPercentage()
           
 boolean isSetScaleWithGranularity()
           
 boolean isSetThresoldValue()
           
 void setFrequencyPercentage(double value)
          Sets the value of the frequencyPercentage property.
 void setMemberPercentage(double value)
          Sets the value of the memberPercentage property.
 void setScaleWithGranularity(boolean value)
          Sets the value of the scaleWithGranularity property.
 void setThresoldValue(double value)
          Sets the value of the thresoldValue property.
 void unsetFrequencyPercentage()
           
 void unsetMemberPercentage()
           
 void unsetScaleWithGranularity()
           
 void unsetThresoldValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

frequencyPercentage

protected java.lang.Double frequencyPercentage

memberPercentage

protected java.lang.Double memberPercentage

scaleWithGranularity

protected java.lang.Boolean scaleWithGranularity

thresoldValue

protected java.lang.Double thresoldValue
Constructor Detail

Measures.Measure.ParticipationParameters

public Measures.Measure.ParticipationParameters()
Method Detail

getFrequencyPercentage

public double getFrequencyPercentage()
Gets the value of the frequencyPercentage property.

Returns:
possible object is Double

setFrequencyPercentage

public void setFrequencyPercentage(double value)
Sets the value of the frequencyPercentage property.

Parameters:
value - allowed object is Double

isSetFrequencyPercentage

public boolean isSetFrequencyPercentage()

unsetFrequencyPercentage

public void unsetFrequencyPercentage()

getMemberPercentage

public double getMemberPercentage()
Gets the value of the memberPercentage property.

Returns:
possible object is Double

setMemberPercentage

public void setMemberPercentage(double value)
Sets the value of the memberPercentage property.

Parameters:
value - allowed object is Double

isSetMemberPercentage

public boolean isSetMemberPercentage()

unsetMemberPercentage

public void unsetMemberPercentage()

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

getThresoldValue

public double getThresoldValue()
Gets the value of the thresoldValue property.

Returns:
possible object is Double

setThresoldValue

public void setThresoldValue(double value)
Sets the value of the thresoldValue property.

Parameters:
value - allowed object is Double

isSetThresoldValue

public boolean isSetThresoldValue()

unsetThresoldValue

public void unsetThresoldValue()