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

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

public class Function
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 name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ncss" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ccn" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="javadocs" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.math.BigInteger ccn
           
protected  java.math.BigInteger javadocs
           
protected  java.lang.String name
           
protected  java.lang.String ncss
           
 
Constructor Summary
Function()
           
 
Method Summary
 java.math.BigInteger getCcn()
          Gets the value of the ccn property.
 java.math.BigInteger getJavadocs()
          Gets the value of the javadocs property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getNcss()
          Gets the value of the ncss property.
 void setCcn(java.math.BigInteger value)
          Sets the value of the ccn property.
 void setJavadocs(java.math.BigInteger value)
          Sets the value of the javadocs property.
 void setName(java.lang.String value)
          Sets the value of the name 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

name

protected java.lang.String name

ncss

protected java.lang.String ncss

ccn

protected java.math.BigInteger ccn

javadocs

protected java.math.BigInteger javadocs
Constructor Detail

Function

public Function()
Method Detail

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

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

getCcn

public java.math.BigInteger getCcn()
Gets the value of the ccn property.

Returns:
possible object is BigInteger

setCcn

public void setCcn(java.math.BigInteger value)
Sets the value of the ccn property.

Parameters:
value - allowed object is BigInteger

getJavadocs

public java.math.BigInteger getJavadocs()
Gets the value of the javadocs property.

Returns:
possible object is BigInteger

setJavadocs

public void setJavadocs(java.math.BigInteger value)
Sets the value of the javadocs property.

Parameters:
value - allowed object is BigInteger