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

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

public static class Measures.Measure
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">
       <sequence>
         <element name="StreamTrendParameters" minOccurs="0">
           <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>
         </element>
         <element name="ParticipationParameters" minOccurs="0">
           <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>
         </element>
         <element name="DeviationParameters" minOccurs="0">
           <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>
         </element>
       </sequence>
       <attribute name="alias" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="classifierMethod" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="merge" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="telemetryParameters" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Measures.Measure.DeviationParameters
          Java class for anonymous complex type.
static class Measures.Measure.ParticipationParameters
          Java class for anonymous complex type.
static class Measures.Measure.StreamTrendParameters
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String alias
           
protected  java.lang.String classifierMethod
           
protected  Measures.Measure.DeviationParameters deviationParameters
           
protected  java.lang.Boolean enabled
           
protected  java.lang.String merge
           
protected  java.lang.String name
           
protected  Measures.Measure.ParticipationParameters participationParameters
           
protected  Measures.Measure.StreamTrendParameters streamTrendParameters
           
protected  java.lang.String telemetryParameters
           
 
Constructor Summary
Measures.Measure()
           
 
Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.String getClassifierMethod()
          Gets the value of the classifierMethod property.
 Measures.Measure.DeviationParameters getDeviationParameters()
          Gets the value of the deviationParameters property.
 java.lang.String getMerge()
          Gets the value of the merge property.
 java.lang.String getName()
          Gets the value of the name property.
 Measures.Measure.ParticipationParameters getParticipationParameters()
          Gets the value of the participationParameters property.
 Measures.Measure.StreamTrendParameters getStreamTrendParameters()
          Gets the value of the streamTrendParameters property.
 java.lang.String getTelemetryParameters()
          Gets the value of the telemetryParameters property.
 boolean isEnabled()
          Gets the value of the enabled property.
 boolean isSetAlias()
           
 boolean isSetClassifierMethod()
           
 boolean isSetDeviationParameters()
           
 boolean isSetEnabled()
           
 boolean isSetMerge()
           
 boolean isSetName()
           
 boolean isSetParticipationParameters()
           
 boolean isSetStreamTrendParameters()
           
 boolean isSetTelemetryParameters()
           
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setClassifierMethod(java.lang.String value)
          Sets the value of the classifierMethod property.
 void setDeviationParameters(Measures.Measure.DeviationParameters value)
          Sets the value of the deviationParameters property.
 void setEnabled(boolean value)
          Sets the value of the enabled property.
 void setMerge(java.lang.String value)
          Sets the value of the merge property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setParticipationParameters(Measures.Measure.ParticipationParameters value)
          Sets the value of the participationParameters property.
 void setStreamTrendParameters(Measures.Measure.StreamTrendParameters value)
          Sets the value of the streamTrendParameters property.
 void setTelemetryParameters(java.lang.String value)
          Sets the value of the telemetryParameters property.
 void unsetEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamTrendParameters

protected Measures.Measure.StreamTrendParameters streamTrendParameters

participationParameters

protected Measures.Measure.ParticipationParameters participationParameters

deviationParameters

protected Measures.Measure.DeviationParameters deviationParameters

alias

protected java.lang.String alias

classifierMethod

protected java.lang.String classifierMethod

enabled

protected java.lang.Boolean enabled

merge

protected java.lang.String merge

name

protected java.lang.String name

telemetryParameters

protected java.lang.String telemetryParameters
Constructor Detail

Measures.Measure

public Measures.Measure()
Method Detail

getStreamTrendParameters

public Measures.Measure.StreamTrendParameters getStreamTrendParameters()
Gets the value of the streamTrendParameters property.

Returns:
possible object is Measures.Measure.StreamTrendParameters

setStreamTrendParameters

public void setStreamTrendParameters(Measures.Measure.StreamTrendParameters value)
Sets the value of the streamTrendParameters property.

Parameters:
value - allowed object is Measures.Measure.StreamTrendParameters

isSetStreamTrendParameters

public boolean isSetStreamTrendParameters()

getParticipationParameters

public Measures.Measure.ParticipationParameters getParticipationParameters()
Gets the value of the participationParameters property.

Returns:
possible object is Measures.Measure.ParticipationParameters

setParticipationParameters

public void setParticipationParameters(Measures.Measure.ParticipationParameters value)
Sets the value of the participationParameters property.

Parameters:
value - allowed object is Measures.Measure.ParticipationParameters

isSetParticipationParameters

public boolean isSetParticipationParameters()

getDeviationParameters

public Measures.Measure.DeviationParameters getDeviationParameters()
Gets the value of the deviationParameters property.

Returns:
possible object is Measures.Measure.DeviationParameters

setDeviationParameters

public void setDeviationParameters(Measures.Measure.DeviationParameters value)
Sets the value of the deviationParameters property.

Parameters:
value - allowed object is Measures.Measure.DeviationParameters

isSetDeviationParameters

public boolean isSetDeviationParameters()

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

isSetAlias

public boolean isSetAlias()

getClassifierMethod

public java.lang.String getClassifierMethod()
Gets the value of the classifierMethod property.

Returns:
possible object is String

setClassifierMethod

public void setClassifierMethod(java.lang.String value)
Sets the value of the classifierMethod property.

Parameters:
value - allowed object is String

isSetClassifierMethod

public boolean isSetClassifierMethod()

isEnabled

public boolean isEnabled()
Gets the value of the enabled property.

Returns:
possible object is Boolean

setEnabled

public void setEnabled(boolean value)
Sets the value of the enabled property.

Parameters:
value - allowed object is Boolean

isSetEnabled

public boolean isSetEnabled()

unsetEnabled

public void unsetEnabled()

getMerge

public java.lang.String getMerge()
Gets the value of the merge property.

Returns:
possible object is String

setMerge

public void setMerge(java.lang.String value)
Sets the value of the merge property.

Parameters:
value - allowed object is String

isSetMerge

public boolean isSetMerge()

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

isSetName

public boolean isSetName()

getTelemetryParameters

public java.lang.String getTelemetryParameters()
Gets the value of the telemetryParameters property.

Returns:
possible object is String

setTelemetryParameters

public void setTelemetryParameters(java.lang.String value)
Sets the value of the telemetryParameters property.

Parameters:
value - allowed object is String

isSetTelemetryParameters

public boolean isSetTelemetryParameters()