org.hackystat.sensor.ant.javancss.jaxb
Class Functions

java.lang.Object
  extended by org.hackystat.sensor.ant.javancss.jaxb.Functions

public class Functions
extends java.lang.Object

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 ref="{}function" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}function_averages" maxOccurs="unbounded" minOccurs="0"/>
         <element name="ncss" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<Function> function
           
protected  java.util.List<FunctionAverages> functionAverages
           
protected  java.lang.String ncss
           
 
Constructor Summary
Functions()
           
 
Method Summary
 java.util.List<Function> getFunction()
          Gets the value of the function property.
 java.util.List<FunctionAverages> getFunctionAverages()
          Gets the value of the functionAverages property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 void setNcss(java.lang.String value)
          Sets the value of the ncss property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

function

protected java.util.List<Function> function

functionAverages

protected java.util.List<FunctionAverages> functionAverages

ncss

protected java.lang.String ncss
Constructor Detail

Functions

public Functions()
Method Detail

getFunction

public java.util.List<Function> getFunction()
Gets the value of the function 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 function property.

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

    getFunction().add(newItem);
 

Objects of the following type(s) are allowed in the list Function


getFunctionAverages

public java.util.List<FunctionAverages> getFunctionAverages()
Gets the value of the functionAverages 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 functionAverages property.

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

    getFunctionAverages().add(newItem);
 

Objects of the following type(s) are allowed in the list FunctionAverages


getNcss

public java.lang.String getNcss()
Gets the value of the ncss property.

Returns:
possible object is String

setNcss

public void setNcss(java.lang.String value)
Sets the value of the ncss property.

Parameters:
value - allowed object is String