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

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

public class Measures
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="Measure" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class Measures.Measure
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<Measures.Measure> measure
           
 
Constructor Summary
Measures()
           
 
Method Summary
 java.util.List<Measures.Measure> getMeasure()
          Gets the value of the measure property.
 boolean isSetMeasure()
           
 void unsetMeasure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

measure

protected java.util.List<Measures.Measure> measure
Constructor Detail

Measures

public Measures()
Method Detail

getMeasure

public java.util.List<Measures.Measure> getMeasure()
Gets the value of the measure property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the measure property.

For example, to add a new item, do as follows:

    getMeasure().add(newItem);
 

Objects of the following type(s) are allowed in the list Measures.Measure


isSetMeasure

public boolean isSetMeasure()

unsetMeasure

public void unsetMeasure()